diff --git a/README.txt b/README.txt index d50fa17df..c0c19e76f 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index d43cd64d1..210b9ab01 100644 --- a/build_scripts/msw/xLights_common.iss +++ b/build_scripts/msw/xLights_common.iss @@ -3,5 +3,5 @@ #define MyTitleName "xLights" #define Year 2022 -#define Version 24 +#define Version 25 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index dac42e270..143f103a4 100644 --- a/xLights/xLightsVersion.h +++ b/xLights/xLightsVersion.h @@ -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";