Skip to content

Commit

Permalink
2023.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 4, 2023
1 parent 2f8d09e commit f4c90cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.19 Nov 4, 2023
-- enh (keith) Add webp image support
-- enh (dartunder) Add warning and make it easier to see that a model had a shadow model in visualizer
-- bug (Daniel Hacquebord) Fix dark mode for shadow models in visualizer
-- bug (scott) Fix AlphaPix upload
-- bug (keith) Fix crash with liquid effect on large models
-- bug (scott) LUA Script: Select Sequences and deselect highlighted does nothing
-- bug (dkulp) FPP Connect: not uploading serial outputs from FPP Connect (worked fine from controller page)
-- bug (dkulp) FPP Connect: not able to upload to FPP instances with UI password set
-- bug (dkulp) Fix crash on MacOS with RotoZoom if GPU is busy
-- bug (dkulp) Workaround some other common crashes, but underlying cause of crash still under investigation
2023.18 Oct 21, 2023
-- enh (dkulp) FPP Connect - query and media in parallel
-- bug (scott) Custom Model Export - Export Default Render Buffer as Submodel
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/msw/xLights_common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

#define MyTitleName "xLights"
#define Year 2023
#define Version 18
#define Version 19
#define Other ""
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.18";
static const wxString xlights_version_string = "2023.19";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit f4c90cd

Please sign in to comment.