From eed07949d1a9cdfc15974074765ef1e9eacadd85 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Sat, 20 Apr 2024 11:41:33 +0900 Subject: [PATCH] v.4.1.0.1 release --- HotKeys2/ILLink.Substitutions.xml | 2 +- HotKeys2/Toolbelt.Blazor.HotKeys2.csproj | 2 +- RELEASE-NOTES.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HotKeys2/ILLink.Substitutions.xml b/HotKeys2/ILLink.Substitutions.xml index fb55d65..bc90618 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 a284c61..4a4c6f7 100644 --- a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj +++ b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj @@ -15,7 +15,7 @@ - 4.1.0 + 4.1.0.1 Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index de1ac8e..56d49b2 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.4.1.0.1 +- Update the README to use the "OnAfterRender" method to initialize hotkeys. + v.4.1.0 - Improve: Add the "State" property that has a "Disabled" property that can enable/disable a hotkey to the HotkeyEntry class.