Skip to content

Commit

Permalink
2024.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jun 23, 2024
1 parent 7614ca9 commit cb4c74e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.12 Jun 23, 2024
- enh (keith) Add F48v5 support
- enh (dkulp) Add K2-Pi0 and K2-Pi-Servo (pixel ports only) support
- enh (dkulp) Add "Sync" checkbox to Servo panel to keep start/end in sync while adjusting
- enh (scott) FPP8 - Add descriptions to uploaded proxies
- enh (scott) FPPConnect - Tag/Remove xLights generated models
- enh (scott) Import/Export custom strings on Custom Models
- bug (dkulp) Visualizer should not show four pixel ports for controllers with only two ports
- bug (dkulp) Fix crash with layer names on SubModels with only one layer
- bug (dkulp) Fix value curve on servo effect
- bug (scott) Fix some issues with Hardware video decoding with Cuda as well as AMD
2024.11 Jun 15, 2024
- enh (dkulp) Add ability to set display names for Model/Submodel layers
- enh (dkulp) For VSA import, set the layer name to mach the servo
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 11
#define Version 12
#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.11.1";
static const wxString xlights_version_string = "2024.12";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit cb4c74e

Please sign in to comment.