From 30941b5fb0f44ca9f09a53292fa6b548dabbbd3d Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Mon, 16 Oct 2023 11:08:36 -0400 Subject: [PATCH] 2023.17 --- README.txt | 20 ++++++++++++++++++++ build_scripts/msw/xLights_common.iss | 2 +- xLights/xLightsVersion.h | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f73e8fdca4..f275a575eb 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,26 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues XLIGHTS/NUTCRACKER RELEASE NOTES --------------------------------- +2023.17 Oct 16, 2023 + -- enh (dkulp) Add monitor attribute for controllers, FPP upload of co-universes will set priority/monitoring/deDup settings + -- enh (Kyle Grymonprez) Add Node Count to model tooltips + -- enh (keith) FPPConnect also show eseq files in subdirectories + -- enh (dartunder) Change the default color for locked selected effects to increase contrast + -- enh (keith) Add optional arrow to gridlines that points to the front + -- enh (Edward Catchpole) Show friendly names for known devices in the Import From Controller dialog + -- bug (dkulp) Add a bunch of logging to FPPConnect HTTP messages + -- bug (dkulp) Importing/loading some old sequences may cause crashes as FadeIn/Out used to allow spaces + -- bug (dartunder) Set the rotation to match the orignal when replacing a model + -- bug (keith) Fix total channels returns zero if fpp or other non channel controller is last in the list + -- bug (dkulp) FPPConnect - tried to examine empty IP address/host names + -- bug (dkulp) If model from base directory is updated, it is removed from all groups + -- bug (dkulp) If model from base directory's start channel doesn't match, don't mark "changed" if it will be auto-calculated + -- bug (keith) Add back in divide timings for layers 1+ on timing tracks + -- bug (scott) HinksPix - ac receivers have inconsistent channel counts, just use 3 channels per pixel + -- bug (Edward Catchpole) Fix inactive twinkly controllers blocking UI + -- bug (Daniel Hacquebord) FPPConnect - Don't resolve bad.address to 255.255.255.255 + -- bug (Daniel Hacquebord) FPPConnect - eliminate duplcate FPP entries for FPP connect + -- bug (dkulp) FPPConnect - uploads eseq files to sequences directory 2023.16 Oct 9, 2023 -- enh (keith) Pre-poulate effect preset rename field with current name -- enh (dartunder) Save/restore test mode tab selection diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss index 6406270e13..f098991508 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 16 +#define Version 17 #define Other "" diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index 25c8a97696..2087ce23f2 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.16"; +static const wxString xlights_version_string = "2023.17"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";