From f52aac94420f0efd92d7406829795775864f264d Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Sun, 24 Nov 2024 09:00:06 -0500 Subject: [PATCH] 2024.19 --- README.txt | 15 +++++++++++++++ build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 43bfc0b15..bd8eb2229 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,21 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues XLIGHTS/NUTCRACKER RELEASE NOTES --------------------------------- +2024.19 November 24, 2024 + - enh (cybercop23) Re-attempt to resolve host names on CTRL-click or Test if not resolveable when xLights started + - enh (dkulp) If a sequence cannot be saved, report the error to the user + - enh (dkulp) Use better coloring in Dark mode for Import dialog and TwoPoint/PolyPoint model X/Y/Z coords + - enh (cybercop23) Add Skip option to Discovery for controllers that match existing + - enh (cybercop23) Add ability to highlight to/from models in Import dialog to only map that subset + - enh (degracode) Sort controllers in Import from controller (Twinkly) dialog + - bug (degracode) Fix how Custom Model grid is created to create all rows/cols in one call. Much faster. + - bug (cybercop23) Fix performance of AutoMap on Import Dialog + - bug (dkulp) Fix some crashes if ip resolves are still outstanding when switching show directories or similar + - bug (dkulp) Fix some issues trying to determine if a directory is writable + - bug (dkulp) Make sure we can access/write to show directories when selected from Recents menu + - bug (dkulp) Fix crash with Ethernet based controllers that don't have outputs (FPP Player Only for example) + - bug (dkulp) Fix hang on MacOS when using a lot of Image models + - bug (dkulp) Fix crash on MacOS with "Blur" when using large models in "Single Line" render styles 2024.18 November 14, 2024 - enh (keith) Add ability to "Level" the brightness of color components - enh (scott) Windows installer works on Arm64 diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 437aa69e5..f684506ab 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 18 +#define Version 19 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 47ad5a0bc..b358c88dd 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.18.1"; +static const wxString xlights_version_string = "2024.19"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";