Skip to content

Commit

Permalink
2023.112023.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jul 23, 2023
1 parent 7e02ec4 commit f78eb00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.11 July 23, 2023
-- enh (keith) Make Smart Recievers a more visual component of the visualizer
-- enh (keith) Add smart remote tooltip to visualiser
-- enh (keith) Fast change smart remote number (and all models on it) by right clicking on the remote in visualiser
-- enh (keith) Add smart remote drag/drop in visualiser
-- enh (scott) Add Controller Cap and Serial protocol information to automation API JSON
-- enh (scott) Add ability to set Model Properties through automation API
-- enh (scott) Added Metronome w/ Tags for use with state effect
-- enh (scott) Added name support to getControllerPortMap command, added group and models filters to getModels
-- bug (scott) Added FPP Proxy IP checks
-- bug (dkulp) Attempt to workaround issues on Windows when filenames and FPP Connecte are not in UTF-8 encoding
-- bug (keith) Fix incorrect month in log files
-- bug (keith) Workaround for Minleon Smart T's with RGB+ pixels
-- bug (dkulp) Fix crash on save if sequence references models that don't exist
-- bug (dkulp) Another attempt to get the controller properies to not rebuild the entire list all the time, prevents crashes
-- bug (Pierre Beukes) Fix Moving Head Export: Include slew limits
-- bug (dkulp) Fix problems with displaying models with circle/blended circle after changing it on layout page
-- bug (dkulp) If resizing/moving/rotating multiple models, make sure the Undo records everything instead of the single selected model
2023.10 June 30, 2023
-- enh (dkulp) Add node number under mouse cursor to lower right corner of SubModelDialog
-- enh (scott) Add zero layer size for circle model (for center pixel)
Expand Down
2 changes: 1 addition & 1 deletion xLights/xLightsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if __has_include("xlights_build_version.h")
#include "xlights_build_version.h"
#else
static const wxString xlights_version_string = "2023.10";
static const wxString xlights_version_string = "2023.11";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit f78eb00

Please sign in to comment.