From 8e8375c109595b18e624e8709ee6d84effba66b4 Mon Sep 17 00:00:00 2001 From: "kbuffington@gmail.com" Date: Sun, 26 Apr 2020 11:56:56 -0500 Subject: [PATCH] v2.3.6.1 --- CHANGELOG.md | 3 +++ src/foo_jscript_panel.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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;