Skip to content

Commit

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

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2023.14 Sep 16, 2023
-- enh (keith) Twinkly reconnect after power cycle
-- enh (scott) Add more WLED pixel types
-- enh (scott) Update SanDevices upload to work with 5.5/5.1 firmware
-- enh (keith) Preliminary Falcon V5 support
-- enh (scott) FPP controllers default to DMX-Open instead of DMX-Pro
-- enh (scott) Add Full xLights Control for HinksPix
-- enh (dkulp) FPP Connect - show discovered but unsupported FPP instances
-- enh (lasershane) Implement model layout options for Distribute Depth and Alight Depth Center
-- enh (dartunder) Update group center mark to use handle size selection
-- enh (MrPierreB) Two new layer blending styles
-- bug (dkulp) Fix parsing of JSON with unicode characters
-- bug (scott) ESPixelStick should not allow "KeepChannelNumbers" setting
-- bug (scott) Allow more than 12 universes for ESPixelStick on controllers that support it
-- bug (scott) AlphaPix/ESPixelStick/SanDevices/WLED - make sure valid controller settings are used for various things
-- bug (keith) Disable Twinkly outputs still try to connect
-- bug (dartunder) Fix hyperlink for FPP instances behind proxy in FPP Connect
-- bug (gjones) Fix bug where inactive models could be selected in 2D
-- bug (gjones) Fix import bug for models with Per Model render buffers when a single model of same name exists.
2023.13 Aug 22, 2023
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 13
#define Version 14
#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.13";
static const wxString xlights_version_string = "2023.14";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 477aba7

Please sign in to comment.