diff --git a/Software/CHANGELOG b/Software/CHANGELOG index 8ac9181ed..15d3a88e0 100644 --- a/Software/CHANGELOG +++ b/Software/CHANGELOG @@ -13,6 +13,20 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ # Software changelog =================================================================================== +Version 5.11.2.18 +--------------- +January 18, 2019 + +* MacOS AV Grabber (#210) +* Sound Visualizer for MacOS +* Windows 10 Night Light and MacOS support (#177) +* Improved DDupl grabbing performance +* SessionChangeDetector for MacOS (#82) +* Detect display sleep on Windows (#147) +* Twin Peaks sound visualizer +* Grab timing fix (#120) +* Re-launching opens Settings Window (#142) + Version 5.11.2.17 --------------- April 26, 2018 diff --git a/Software/VERSION b/Software/VERSION index ebd1ed477..b15298756 100644 --- a/Software/VERSION +++ b/Software/VERSION @@ -1 +1 @@ -5.11.2.17 \ No newline at end of file +5.11.2.18 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index 44be7af53..3104a8cbf 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.17" +#define VERSION_STR "5.11.2.18" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,17 +#define VER_FILEVERSION 5,11,2,18 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"