Skip to content

Commit

Permalink
2020.28
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Jul 9, 2020
1 parent 1ec67c4 commit d9eebb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2020.28 July 10 2020
-- bug (keith) Fix S5 import onto nodes does not work - this is a chance this will break import from multicolour
models but i dont have any samples to test on.
-- bug (dkulp) More fixes for sandbox file access issues
-- bug (dkulp) Fix parsing custom value curves
2020.27 July 8 2020
-- enh (dkulp) Performance improvements with Video Preview window open, hardware video decoding
-- enh (dkulp) Various performance optimizations in render pipeline, thread pools
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 27
#define Version 28
#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.27";
static const wxString xlights_version_string = "2020.28";
#endif
static const wxString xlights_qualifier = ""; // " BETA,ALPHA,PROD";
static const wxString xlights_build_date = "July 8, 2020";
static const wxString xlights_build_date = "July 10, 2020";

const wxString &GetBitness();
wxString GetDisplayVersionString();

0 comments on commit d9eebb1

Please sign in to comment.