Skip to content

Commit

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

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
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
-- bug (scott) Fix Submodel Dialog Sizing Issues
-- bug (dartunder) FPP upload - fix e1.31 priority not being set if universes are all the same size
-- bug (scott) HinksPix - fix folder and filter selector
-- bug (dkulp) FPP Connect - attempt to fix some FPP Connect issues by remove "Expect: Continue" headers
-- bug (robfallone) Fix OpenGL crash on startup with some mesh objects
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
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 17
#define Version 18
#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.17";
static const wxString xlights_version_string = "2023.18";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 893008a

Please sign in to comment.