diff --git a/CHANGELOG.md b/CHANGELOG.md index c89906a..22a4123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.3.6.1 +- on_focus callback was not always being triggered + ## v2.3.6 - A new `IGdiBitmap` `InvertColours` method has been added. - Minor sample fixes. diff --git a/src/foo_jscript_panel.h b/src/foo_jscript_panel.h index f42c631..89bc40a 100644 --- a/src/foo_jscript_panel.h +++ b/src/foo_jscript_panel.h @@ -3,7 +3,7 @@ namespace jsp { static constexpr const char* component_name = "JScript Panel"; - static constexpr const char* component_version = "2.3.6"; + static constexpr const char* component_version = "2.3.6.1"; static constexpr const char* component_dll_name = "foo_jscript_panel.dll"; static constexpr const char* component_info = "Copyright (C) 2015-2020 marc2003\nBased on WSH Panel Mod by T.P. Wang\nThanks for the contributions by TheQwertiest and MordredKLB\n\nBuild: " __TIME__ ", " __DATE__ "\nColumns UI SDK Version: " UI_EXTENSION_VERSION; static constexpr size_t uwm_refreshbk = WM_USER + 1;