From 19ef569ec56680887191f3f8269b38b1e1bd8eb6 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Sun, 14 Jul 2024 10:23:51 -0400 Subject: [PATCH] 2024.13 --- README.txt | 14 ++++++++++++++ build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 61a689533..02bebc162 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 5cd9106c0..72eb2356c 100644 --- a/build_scripts/msw/xLights_common.iss +++ b/build_scripts/msw/xLights_common.iss @@ -3,5 +3,5 @@ #define MyTitleName "xLights" #define Year 2024 -#define Version 12 +#define Version 13 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 4f39a6469..efb2eb55a 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 = "2024.12.1"; +static const wxString xlights_version_string = "2024.13"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";