Skip to content

Commit

Permalink
v2.3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed Apr 26, 2020
1 parent b368525 commit 8e8375c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/foo_jscript_panel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e8375c

Please sign in to comment.