Skip to content

Commit

Permalink
2020.22
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed May 25, 2020
1 parent 80a8183 commit 439c042
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/msw/xLights_common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

#define MyTitleName "xLights"
#define Year 2020
#define Version 21
#define Version 22
#define Other ""
4 changes: 2 additions & 2 deletions xLights/xLightsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 439c042

Please sign in to comment.