Skip to content

Commit

Permalink
2023.22
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Dec 5, 2023
1 parent b13f646 commit 73fd629
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.22 Dec 5, 2023
-- enh (claudio) Add virtual matrix to xSchedule using RGBW data
-- enh (lutz) Add palette shift buttons
-- enh (scott) Add cycles and scale to ripple effect
-- enh (scott) Add set smart remote and increment to visualiser
-- enh (scott) Add importing submodels as states
-- enh (scott) Add more controller connection property setting to the visualiser
-- enh (keith) Show progress in batch render including number left to render
-- enh (keith) Add model aliases used to improve automap and handling opening sequences with model names that have changed
-- enh (keith) Add an adjust effect - primarily for use on DMX effects to modify results without changing the underlying effects
-- enh (keith) Add support for non-zig zagging trees with multiple strands but one string
-- enh (dartunder) Add bulk edit to clear shadow models
-- bug (dartunder) Fix 3 point model dimensions incorrect
-- bug (keith) Fix Falcon V4 upload without full xlights control should not override port brightness
-- bug (keith) Fix layout model locking menu items inconsistently available
-- bug (keith) Fix Falcon V4/V5 reversed not uploading correctly
-- bug (keith) Fix click on import effect count column does not sort by effect count
-- bug (keith) Fix servo effect incompletely resets parameters
-- bug (keith) Fix Eseq playback on xSchedule
-- bug (keith) Fix default superstring to RGB handling
-- bug (scott) Fix FPP compatible audio file types incomplete
-- bug (scott) Fix missing bulk edit from some face effect properties
-- bug (dkulp) Fix 4GB+ uncompressed FSEQ files
-- bug (dkulp) Fix crash on player only controllers
-- bug (dkulp) Fix OSX font crash
2023.21 Nov 25, 2023
-- enh (dkulp) Allow upload of config to inactive controllers
-- enh (scott) Add More Right Click Options to Multi-Controller Upload, Save/Load Selected
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 21
#define Version 22
#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.21";
static const wxString xlights_version_string = "2023.22";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 73fd629

Please sign in to comment.