Skip to content

Commit

Permalink
2022.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Dec 16, 2022
1 parent 1211ce7 commit a125513
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2022.25 December 16, 2022
-- enh (Shelby) Bunch of Vixen 3 import enhancements to aid migration from Vixen 3
-- enh (scott) Add date modified to Batch Render dialog
-- enh (scott) Save size/position of Batch Render dialog
-- enh (scott) Add ESP32-AE+ variants
-- enh (keith) Increase maximum size of background images to 4K
-- bug (dkulp) Fix crash in GPU renderer if too many commands are submitted at once
-- bug (keith) Fix second and subsequent strings on multi string models which are shadowed not showing the visual cue that they are shadowed
-- bug (gil) Fix model handle size with low zoom settings
-- bug (scott) Use Node Name and Strand names on effect export
-- bug (keith) Fix Visualizer printing dark when OS is in Dark mode
-- bug (dkulp) Fix crash with twinkly export on macOS
2022.24 December 1, 2022
-- enh (keith) SubModel creation - allow user to press space when a cell is the active cell to "double click" on the cell
-- enh (keith) Improve some face/state effect render times
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 2022
#define Version 24
#define Version 25
#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 = "2022.24";
static const wxString xlights_version_string = "2022.25";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit a125513

Please sign in to comment.