Skip to content

Commit

Permalink
2024.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jul 14, 2024
1 parent 2c4a4c6 commit 19ef569
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/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.13 July 14, 2024
- enh (scott) Added "auto shutter" to Moving Head Effect for Color Wheels
- enh (PeteMatthews) ILightThat controllers: Set universe size in config, add Switchy
- enh (scott) Added Undo/Redo to Custom Model Auto Increment
- enh (scott) Added ability to rename controller model name
- enh (keith) Change the packeged sequence default extension to xsqz
- enh (keith) Add ability to directly open packaged sequences from zip/xsqz file in read only mode in xlights by double clicking on zip or dragging it onto the icon
- enh (dkulp) Support for linking Servo effects so that changes to end will effect the start of the next servo and vice/versa
- enh (dkulp) When splitting an effect, use the location of the mouse as the split point (instead of the center)
- enh (keith) For sparse custom models add a save format which is sparse
- bug (cybercop23) Reset all MH Panel options
- bug (scott) Fix some of the Experience SR Upload issues
- bug (scott) Bulk Edit missing in Layout Tab
- bug (scott) If windows hardware video render fails, fallback to software
2024.12 Jun 23, 2024
- enh (keith) Add F48v5 support
- enh (dkulp) Add K2-Pi0 and K2-Pi-Servo (pixel ports only) support
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 2024
#define Version 12
#define Version 13
#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 = "2024.12.1";
static const wxString xlights_version_string = "2024.13";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 19ef569

Please sign in to comment.