From 9c4e4b0403a70ee9a0b36f6ea9ec4e3919b14e3c Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Thu, 22 Aug 2024 11:09:06 -0400 Subject: [PATCH] 2024.15 --- README.txt | 35 ++++++++++++++++++++++++++++ build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 434b76a26..3014668e0 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,41 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues XLIGHTS/NUTCRACKER RELEASE NOTES --------------------------------- +2024.15 August 22, 2024 + - enh (kylegrymonprez) Add ability to set the alias behavior for renaming models + - enh (kylegrymonprez) Add FPP Connect button to setup tab + - enh (scott) Allow overriding named color pallets + - enh (scott) Add face definition name to check sequence for missing pictures + - enh (scott) Add Set Palette Name + - enh (scott) Galaxy Effect - add scale to buffer + - enh (derwin12) Warp Effect - Add Flip option + - enh (sidelights) Single Strand Effect - add additional fade types + - enh (cybercop23) Allow animations for the Model Viewer + - enh (PeteMathews) Add support for BaldrickDMX board + - enh (jasonsomers) Add support for new variant of RGB2Go-Duo2Go + - enh (dkulp) Skull Model - generate node names for color channels and eye servos + - enh (dkulp) Detect when Show Directory, FSEQ Directory, or Backup directory are unwritable and re-prompt + - enh (cybercop23) Add pre/post silence to media + - enh (derwin12) Add summary to Check Sequence + - bug (scott) Fix ESPixelStickv4 DMX upload + - bug (derwin12) Fix inconsitent paste behavior with timing tracks selected + - bug (scott) Fix State Dialog buttons being too squished + - bug (keith) Don't allow saving invalid states in State Dialog + - bug (derwin12) Allow some larger buffers that were restricting some rendering + - bug (derwin12/dkulp) Fix status bar height on HiDPI windows displays + - bug (dkulp) Make sure temp directory is properly cleaned after loading xsqz files + - bug (dkulp) More fixes for Mac xsqz icons + - bug (derwin12) Copy/Paste for AC effects was clearing wrong row + - bug (derwin12) Avoid single dot Ripple outlines + - bug (scott) Fix problems with uploading proxies to FPP + - bug (keith) Fix some issues with "rubber band" selection of effects and timings + - bug (scott) Fix loading some new xmodel formats + - bug (dkulp) Fix upload of virtualdisplaymap if 2d preview uses 0 for center + - bug (cybercop23) Fix some crashes when creating aliases from mappings + - bug (keith) Fix labels in Matrix Dialog + - bug (cybercop23) Fix Moving Head button hightlight color for light mode + - bug (scott) Fix FPP upload for single channel model types + - bug (scott) Fix DDP channel number for Genius Pro DMX output 2024.14 August 5, 2024 - enh (scott) Added Scale to Buffer to Fan Effect, Radius 1 and 2 become Percentage values(100=100% of buffer) when enabled - enh (keith) Add key bindings to switch between timing tracks, unselect all timing tracks diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 028f6026f..17af4378c 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 14 +#define Version 15 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index be31f3d65..d9132ab05 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.14.1"; +static const wxString xlights_version_string = "2024.15"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";