From c1c6b2771bd09993c9a90b8aea50f6752a3bff45 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Mon, 27 Mar 2023 13:30:40 -0400 Subject: [PATCH] 2023.05 --- README.txt | 9 +++++++++ build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b2d7b3adeb..258b6f3cd5 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,15 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues XLIGHTS/NUTCRACKER RELEASE NOTES --------------------------------- +2023.05 March 27, 2023 + -- enh (dkulp) MacOS - Use Bonjour to help discover FPP instances + -- enh (dkulp) FPPConnect - better support for FPP7 instances + -- enh (merryoncherry) Ability to press ENTER to save a submodel name + -- enh (scott) Add Copy States to State Dialog + -- enh (Pierre.Beukes) Confirmation prompt when cancelling the Submodels creation dialog + -- enh (keith) Add a text filter to the VUMeter timing track triggers to selectively react to timing track effects + -- bug (dkulp) Z-Sort models before display to better handle transparency + -- bug (keith) MP4 export requires at least 16x16 2023.04 March 11, 2023 -- enh (keith) Add "Build a Light Show" vendor to prop downloads -- enh (dkulp) Add new K64D-B and K8-Pi controllers diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 10567ca68e..810c4d2dc2 100644 --- a/build_scripts/msw/xLights_common.iss +++ b/build_scripts/msw/xLights_common.iss @@ -3,5 +3,5 @@ #define MyTitleName "xLights" #define Year 2023 -#define Version 04 +#define Version 05 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 299f2b6d8c..9c377d94af 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 = "2023.04"; +static const wxString xlights_version_string = "2023.05"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";