Skip to content

Commit

Permalink
2020.25
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Jun 21, 2020
1 parent f6cb896 commit 14a3081
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,22 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2020.25 June 21 2020
-- enh (dkulp) Add "Virtual Matrix" as FPP controller type
-- enh (dkulp) "Discover" will now discover FPP instances used as Virtual Matrix
-- enh (scott) Add a GetMatrix xSchedule API call to get the matrix details
-- enh (scott) Remember node selection dialog size and position and zoom
-- enh (priemd) Add ability to select models and add them to an existing group
-- enh (keith) Add a start angle to the spinner model
-- enh (keith) Add option on import to erase any existing effects on layers being imported
-- bug (scott) Fix AlphaPix Flex/Evolution upload for firmware 4.02, 4.04, and 4.05
-- bug (scott) Fix protocol case issues affect ability to chain a model
-- bug (keith) Fix visualiser hangs
-- bug (keith) Fix issues with serial model channel assignment and remove warning about model gaps
-- bug (keith) Erase colours when force colour option is turned off in faces and states
-- bug (keith) Fix remote falcon plugin seems to hang when token is invalid
-- bug (keith) Fix entering effect duration does not always take
-- bug (keith) Fix effect assist does not follow its preference setting
2020.24 June 13 2020
-- enh (keith) Change model export to xmodel to include all groups that only contain submodels/strands
of the model being exported
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 24
#define Version 25
#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.24";
static const wxString xlights_version_string = "2020.25";
#endif
static const wxString xlights_qualifier = ""; // " BETA,ALPHA,PROD";
static const wxString xlights_build_date = "June 13, 2020";
static const wxString xlights_build_date = "June 21, 2020";

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

0 comments on commit 14a3081

Please sign in to comment.