Skip to content

Commit

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

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.14 August 5, 2024
- enh (scott) Added Scale to Buffer to Fan Effect, Radius 1 and 2 become Percentage values(100=100% of buffer) when enabled
- enh (keith) Add key bindings to switch between timing tracks, unselect all timing tracks
- enh (dkulp) Update VirtualMatrix upload to FPP8 to use HDMI-A-# and not fb#
- enh (dkulp) Add support for PWM ports to visualizer
- enh (dkulp) Add upload for PWM ports to FPP8
- enh (cybercop23) Add option to bulk edit groups Preview
- enh (derwin12) Text Effect - Add Center function for XLFonts and No Repeat
- enh (keith) Add LB1908 to the pixel type list
- enh (keith) Fix "Prepare Audio" to create proper MP3 files (Windows/Linux)
- enh (dan) Update "Prepare Audio" to create m4a/AAC fles. Use AudioToolbox AAC encoder on MacOS.
- enh (dan) Update "Prepare Audio" to copy metadata/tags from source audio to target to no lose that information
- enh (keith) Add filter text to value curve timing track events
- enh (derwin12) Show colors from Color Wheel in MH Preset
- enh (scott) DMX Model Presets to DMX Fixed Channels and added support Moving Head Effect
- enh (dkulp) Servo models can now have "controller properties" (min/max/reverse/etc...) set on them to upload to the controller
- enh (derwin12) Add validation to the preset channel values
- enh (keith) Add ability to have associated models within an xmodel file
- enh (derwin12) Add the generate node names ability to the New Moving Head Model
- enh (dkulp) Add the generate node names ability to the Skull Model
- enh (keith) New xsqz icon
- enh (derwin12) Ruse existing shader files when doing a File Cleanup
- enh (keith) Add falcon PiCap v2
- bug (derwin12) Add all layers for the custom model dialog
- bug (keith) Fix sequences packaged in subfolders not loading in xsqz
- bug (dkulp) Fix issues with canvas mode effects and DMX buffers
- bug (derwin12) Catch overly large buffer and limit them
- bug (keith) Loop effects outputs a blank frame on loop
- bug (keith) Fix export of model can crash if file create fails.
- bug (keith) If model import fails then delete the model rather than leaving a half constructed model behind
- bug (keith) Fix missing hinkspix data in tooltip in visualiser
- bug (dkulp) Don't register to handle .zip files
- bug (scott) Fix duplicate Smart Receiver pixel count on Genius Controllers
2024.13 July 14, 2024
- enh (scott) Added "auto shutter" to Moving Head Effect for Color Wheels
- enh (PeteMatthews) ILightThat controllers: Set universe size in config, add Switchy
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 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 = "2024.13.1";
static const wxString xlights_version_string = "2024.14";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit d3e916f

Please sign in to comment.