diff --git a/Software/CHANGELOG b/Software/CHANGELOG index d42ae038a..f39901072 100644 --- a/Software/CHANGELOG +++ b/Software/CHANGELOG @@ -13,6 +13,15 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ # Software changelog =================================================================================== +Version 5.11.2.24 +--------------- +October 11, 2020 + +* Add power limit and brightness cap (#342) +* Add dithering for higher color accuracy +* Fix some crashes (#354, #368) +* Fix device initialization (#375, #385) + Version 5.11.2.23 --------------- May 29, 2020 diff --git a/Software/VERSION b/Software/VERSION index a79f44083..1805adea0 100644 --- a/Software/VERSION +++ b/Software/VERSION @@ -1 +1 @@ -5.11.2.23 \ No newline at end of file +5.11.2.24 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index d82d46150..3d64b1ece 100644 --- a/Software/src/version.h +++ b/Software/src/version.h @@ -27,10 +27,10 @@ #pragma once // Current version of Lightpack software -#define VERSION_STR "5.11.2.23" +#define VERSION_STR "5.11.2.24" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,23 +#define VER_FILEVERSION 5,11,2,24 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"