Skip to content

Commit

Permalink
2024.07
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Apr 2, 2024
1 parent 4ee386d commit d80b319
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
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/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.07 Apr 2, 2024
- enh (joero4) Update ColorCurve dialog to make it easier to adjust near edges
- enh (dkulp) MacOS - Add Shockwave to GPU rendered effects
- enh (dkulp) MacOS - transitions handled on GPU
- enh (derwin12) Lua script updates to allow updating the master view
- enh (scott) Added RGB2Go controllers
- enh (derwin12) Add ability toadd and edit aliases on SubModels
- enh (derwin12) Save and use 3D mode selection in xlight_rgbeffects.xml file
- enh (derwin12) Show any model warnings (missing nodes, etc..) before allowing users to create faces
- bug (dkulp) Fix some issues where Buffer Styles list would not update to syles valid for submodels
- bug (dkulp) Fix disabled effects still rendering
- bug (scott) Fix SVG shape effect (nanosvg update)
- bug (scott) Fix Scripting dialog not working
- bug (dkulp) MacOS - limit number of OpenGL contexts created for Shader Effect, reduce memory usage
- bug (dkulp) MacOS - Fix non-mask transitions not rendering properly with GPU rendered effects
- bug (dkulp) Fix timing of "From Middle" transition when buffer ht is not 1
- bug (dkulp) Switch to sequence tab before loading sequence to avoid a very hard to reproduce/debug crash
- bug (derwin12) Fix crash in DMX Remap Channel Dialog
2024.06 Mar 25, 2024
- enh (dkulp) Update wxWidgets to latest patches to fix various Dark Mode issues and Mac docking issues
- enh (dkulp) Add Horizontal/Vertical By Strand buffer styles to SubModels
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 2024
#define Version 06
#define Version 07
#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 = "2024.06.1";
static const wxString xlights_version_string = "2024.07";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit d80b319

Please sign in to comment.