Skip to content

Commit

Permalink
2023.06
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Apr 10, 2023
1 parent aa32508 commit b5e7848
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.06 April 10, 2023
-- enh (keith) Add Guitar effect
-- enh (scott) Add JSON endpoints getModel, getControllerPortMap, getShowFolder
-- enh (moc) Add a bunch of improvements to Ripple
-- enh (moc) Add a bunch of utilities to the submodels dialog
-- enh (kevin) Add transformations - rotate & flip
-- bug (dkulp) Upgrade wxWidgets on Linux to address GTK issues
-- bug (dkulp) Update CURL calls to set Accept-Encoding to allow gzip/deflate to work for all
-- bug (dkulp) Fix some discovery issues
-- bug (dkulp) Fix FPP file manipulation on 6.3.3+
-- bug (dkulp) Fix models not drawing in layout
-- bug (keith) Fix compare between version numbers to work with subversions
-- bug (scratch) Fix some effects panel scroll bar
-- bug (moc) Fix some value curves not resetting
2023.05 March 27, 2023
-- enh (dkulp) MacOS - Use Bonjour to help discover FPP instances
-- enh (dkulp) FPPConnect - better support for FPP7 instances
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 2023
#define Version 05
#define Version 06
#define Other ""
2 changes: 1 addition & 1 deletion xLights/xLightsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if __has_include("xlights_build_version.h")
#include "xlights_build_version.h"
#else
static const wxString xlights_version_string = "2023.05.2";
static const wxString xlights_version_string = "2023.06";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit b5e7848

Please sign in to comment.