Skip to content

Commit

Permalink
2023.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 15, 2023
1 parent 2b31485 commit 7206c4f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.20 Nov 15, 2023
-- enh (scott) FPP Connect - Remove ancient FPP 1.x upload via mounted USB
-- enh (scott) FPP Connect - Add ability to upload Proxy Controller IPs
-- enh (MrPierreB) Selectively Offset parameters on remap of dmx channels
-- enh (keith) Add a quick way to make a block of ports a dumb receiver
-- enh (kylegrymonprez) Adding ability to adjust the frequency of the "Auto" eye blink
-- enh (degracode ) Allow the Setup tab's Activate, Activate in xLights, Deactivate, and Unlink From Base menu items to be used when multiple controllers are selected
-- enh (keith) Add option to remove placeholders from submodels
-- enh (scott) Make ModelChainDialog growable
-- enh (dartunder) Show fpp connect results in status bar
-- bug (djulien) Allow Preview to be selected when showing 3D models
-- bug (dartunder) Fix delete warning for locked models, delete all models including locked after confirmation dialog.
-- bug (dkulp) FPP String upload: don't upload "DUMMY" entries
-- bug (keith) Show smart remotes as 0-15 on HinksPix
-- bug (dartunder) Fix undo for replace model command
-- bug (scott) Fix alphapix upload
-- bug (keith) Fix crash in Check Sequence in liquid effect
2023.19 Nov 4, 2023
-- enh (keith) Add webp image support
-- enh (dartunder) Add warning and make it easier to see that a model had a shadow model in visualizer
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 19
#define Version 20
#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.19";
static const wxString xlights_version_string = "2023.20";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 7206c4f

Please sign in to comment.