Skip to content

Commit

Permalink
2024.05
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Mar 14, 2024
1 parent a8c696b commit cf3d118
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.05 Mar 14, 2024
- eng (scott) Add some additional columns to controller list
- enh (cybercop23) Increase default size of Display Elements window,
- enh (cybercop23) Remove duplicate prompts for Save Alias
- enh (derwin12) Add "Color by word" option for Text effect
- enh (derwin12) Add sort by location to model groups
- enh (cybercop23) Allow inactive models to be deleted
- enh (derwin12) Add X/Y positioning to Circle effect when using radial options
- enh (derwin12) Face Dialog - sort and compress entered nodes
- enh (derwin12) Lua Scripting - expose the "Force High Definition" option
- bug (derwin12) Fix chapter bookmark display issues on Linux
- bug (scott) HinksPix - Fix overlap check and empy playlist name issues
- bug (scott) Fix crash in import dialog
- bug (dkulp) Fix several crashes due to effects with rendering disabled
2024.04 Feb 29, 2024
-- enh (gjones) Allow model group centers (red cross) to be defined with right-click (Set Center Offset Here)
-- enh (gjones) Prevent model group centers (red cross) from moving when models are added/removed/moved
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 04
#define Version 05
#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.04.1";
static const wxString xlights_version_string = "2024.05";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit cf3d118

Please sign in to comment.