From 439c04219aea1641f0ab7220bc7e24d3d8fbe909 Mon Sep 17 00:00:00 2001 From: keithsw1111 Date: Tue, 26 May 2020 04:37:20 +1000 Subject: [PATCH] 2020.22 --- README.txt | 5 +++-- build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index d43fbf8feb..4f61d29b71 100644 --- a/README.txt +++ b/README.txt @@ -11,12 +11,13 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues XLIGHTS/NUTCRACKER RELEASE NOTES --------------------------------- +2020.22 May 26 2020 -- enh (dkulp) Faster refresh/startup on OSX with complicated group trees - -- bug (dkulp) Fix problems where changes to models nested deep within groups within groups would not - trigger rebuild of buffers resulting in effects rendered improperly or not at all -- enh (scott) Added model group to list right-click menu with the ability to Copy, Sort, and Clear models. -- enh (keith) Add a setting for Falcon controllers which optionally allow you to let xLights fully control the falcon config erasing any other settings from string ports + -- bug (dkulp) Fix problems where changes to models nested deep within groups within groups would not + trigger rebuild of buffers resulting in effects rendered improperly or not at all -- bug (keith) Fix model group centre cross disappears -- bug (keith) Fix controller tab says it needs saving immediately on load -- bug (keith) Fix crash when opening the visualiser diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 0d2fd879a9..42ff14294d 100644 --- a/build_scripts/msw/xLights_common.iss +++ b/build_scripts/msw/xLights_common.iss @@ -3,5 +3,5 @@ #define MyTitleName "xLights" #define Year 2020 -#define Version 21 +#define Version 22 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 6f8b42f013..f185151db5 100644 --- a/xLights/xLightsVersion.h +++ b/xLights/xLightsVersion.h @@ -15,10 +15,10 @@ #if __has_include("xlights_build_version.h") #include "xlights_build_version.h" #else -static const wxString xlights_version_string = "2020.21"; +static const wxString xlights_version_string = "2020.22"; #endif static const wxString xlights_qualifier = ""; // " BETA,ALPHA,PROD"; -static const wxString xlights_build_date = "May 19, 2020"; +static const wxString xlights_build_date = "May 26, 2020"; const wxString &GetBitness(); wxString GetDisplayVersionString();