From cf3d118179ce1155473d7c5ed8bd80e39a2580ab Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Thu, 14 Mar 2024 10:17:40 -0400 Subject: [PATCH] 2024.05 --- 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 2c54e00508..2b73135a39 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.05 Mar 14, 2024 + - eng (scott) Add some additional columns to controller list + - enh (cybercop23) Increase default size of Display Elements window, + - enh (cybercop23) Remove duplicate prompts for Save Alias + - enh (derwin12) Add "Color by word" option for Text effect + - enh (derwin12) Add sort by location to model groups + - enh (cybercop23) Allow inactive models to be deleted + - enh (derwin12) Add X/Y positioning to Circle effect when using radial options + - enh (derwin12) Face Dialog - sort and compress entered nodes + - enh (derwin12) Lua Scripting - expose the "Force High Definition" option + - bug (derwin12) Fix chapter bookmark display issues on Linux + - bug (scott) HinksPix - Fix overlap check and empy playlist name issues + - bug (scott) Fix crash in import dialog + - bug (dkulp) Fix several crashes due to effects with rendering disabled 2024.04 Feb 29, 2024 -- enh (gjones) Allow model group centers (red cross) to be defined with right-click (Set Center Offset Here) -- enh (gjones) Prevent model group centers (red cross) from moving when models are added/removed/moved diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index b674713407..910ae62c9b 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 04 +#define Version 05 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 5ada2f0536..4dc4f9a3a6 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.04.1"; +static const wxString xlights_version_string = "2024.05"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";