From e8eda509c72ea91c4fbc944d7e514948d6aab029 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Tue, 16 Apr 2024 21:42:12 +0900 Subject: [PATCH] v.4.1.0 release --- HotKeys2/ILLink.Substitutions.xml | 2 +- HotKeys2/Toolbelt.Blazor.HotKeys2.csproj | 2 +- RELEASE-NOTES.txt | 3 +++ SampleSites/Components/SampleSite.Components.csproj | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HotKeys2/ILLink.Substitutions.xml b/HotKeys2/ILLink.Substitutions.xml index 4ef2105..fb55d65 100644 --- a/HotKeys2/ILLink.Substitutions.xml +++ b/HotKeys2/ILLink.Substitutions.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj index 6a3561f..a284c61 100644 --- a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj +++ b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj @@ -15,7 +15,7 @@ - 4.0.1 + 4.1.0 Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8329eaf..de1ac8e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.4.1.0 +- Improve: Add the "State" property that has a "Disabled" property that can enable/disable a hotkey to the HotkeyEntry class. + v.4.0.1 - Fix: Disposing immediately after "CreateContext" will not work. diff --git a/SampleSites/Components/SampleSite.Components.csproj b/SampleSites/Components/SampleSite.Components.csproj index a1f89ea..cae3065 100644 --- a/SampleSites/Components/SampleSite.Components.csproj +++ b/SampleSites/Components/SampleSite.Components.csproj @@ -20,8 +20,8 @@ - - + +