Skip to content

Commit

Permalink
2024.09
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Apr 16, 2024
1 parent ffe7e86 commit 67746d6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions README.txt
Expand Up @@ -11,6 +11,35 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.09 Apr 16, 2024
- enh (dkulp) MacOS - Use GPU for layer blending
- enh (derwin12) Add preference to override the highlight color for lists
- enh (cybercop23) Remove start/end channels from groups and sub-models in Model list
- enh (cybercop23) Add LayoutGroup to Import/Export for CustomModel
- enh (gil) New Moving Head effect - see https://github.com/xLightsSequencer/xLights/discussions/4260
- enh (scott) Windows - Update to FFMpeg 6.1.1, fixes Vulkan, add AMD AMF decoders
- enh (dkulp) Check Sequence - check effects against proper model/submodel and log SubModel the effect is on
- enh (cybercop23) Add SubModel alias to info panel
- enh (derwin12) Add SubModel alias editing to Layout Panel
- enh (cybercop23) Add option to add new models to the same groups during copy/paste
- enh (dkulp) Add the "Model Blending" layer to the list of layers selectable for Canvas mode effects
- enh (dkulp) Faster audio processing/loading using far less memory
- enh (dkulp) Optimize internal "Node" creation/memory for faster loading and reduced overhead
- bug (dkulp) Disabling model from rendering should also disable strands/nodes/submodels
- bug (dkulp) Disabled Canvas effects shouldn't render or blend
- bug (gil) Fix - 3D export of tree model is Z-Order backwords
- bug (gil) Fix - "FromBase" XML attribue being set multiple times can corrupt the xlights_rgbeffects.xml file
- bug (cybercop23) Remove duplicate Models/SubModels from groups when replacing a model
- bug (derwin12) Shape Effect Emoji cannot be Y centered
- bug (gil) Fix DMX Model color issues
- bug (derwin12) Window - Enable/Disable HW Video Decoding dropdown without having to close/re-enter preferences
- bug (dkulp) Fix sparkles with GPU rendering
- bug (dkulp) Fix some renderings of SubModels in groups
- bug (derwin12) Fix print dialog in Layout and Wiring views
- bug (dkulp) Fix potential memory corruption with states/faces effects in groups
- bug (dkulp) ShaderEffect - fix shaders that ask for AudioFFT on sequences with no audio
- bug (derwin12) Fix Total Nodes tooltip on groups containing submodels
- bug (scott) Increase ValueCurve text field sizes to account for negative sign on values
2024.08 Apr 6, 2024
- enh (scott) Ability to set type of Video Hardware Decoder on Windows
- enh (dkulp) Optimize faces effect initialization on large models
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/msw/xLights_common.iss
Expand Up @@ -3,5 +3,5 @@

#define MyTitleName "xLights"
#define Year 2024
#define Version 08
#define Version 09
#define Other ""
2 changes: 1 addition & 1 deletion xLights/xLightsVersion.h
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.08.1";
static const wxString xlights_version_string = "2024.09";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 67746d6

Please sign in to comment.