Skip to content

Commit

Permalink
2020.24
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Jun 13, 2020
1 parent 04a5f21 commit 6a62e7d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,36 @@ Issue Tracker is found here: www.github.com/smeighan/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2020.24 June 13 2020
-- enh (keith) Change model export to xmodel to include all groups that only contain submodels/strands
of the model being exported
-- enh (keith) Optionally allow xCapture to insert any missing frames in the generated FSEQ file due to frame dropping.
-- enh (keith) Be smarter about pre-selecting timing tracks when importing sequences if they are not already present in the sequence
-- enh (keith) Add right click select all/none to lyric track list in import dialog
-- enh (keith) Add the ability to drop fragment shaders onto the effects grid from explorer/finder
-- enh (keith) Add value curves to the video effect crop settings ... but beware this is slow
-- enh (keith) Increase xSchedule schedule priority range to 1-20. Priorities above 10 will beak anything in the queue allowing schedules
to trump remote falcon when required
-- enh (keith) Add advanced RGB-RGBW conversion
-- enh (kevin) Add support for audio shaders
-- enh (priemd) Layout Panel multi select in Tree (#2071)
-- enh (priemd) Additional options for Layout Panel Tree View popup menu
-- enh (scott) Add an optional secound outline on face definitions
-- enh (scott) Add a rotation offset to the pinwheel effect
-- enh (scott) Add right click clear cells to custom model editor
-- bug (keith) Fix falcon full control of F48 with less than 32 outputs configured not uploading correctly
-- bug (keith) Fix a crash rendering effect on a DMX model
-- bug (keith) Fix some residual issues with models which had leading or trailing spaces. They will still throw an error
but that will go away on next save of sequence/layout
-- bug (keith) Fix opening sequence via FSEQ no longer finds XML if that is still the sequence file name
-- bug (keith) Fix windows setup to update controller config files on install
-- bug (keith) Fix an issue with face effect where it stops refering to the lyric track and uses the selected phoneme
-- bug (keith) Fix fade node range order does not work if specified backwards
-- bug (keith) Fix reversed LOR models not importing from S5
-- bug (keith) Fix Advatek controller config did not allow for expanded mode
-- bug (dkulp) Fix some dark mode colour issues
-- bug (dkulp) Add xsq to "all" sequence import selection
-- bug (scott) Fix cut/copy/paste greyed out in custom model dialog
2020.23 June 5 2020
-- enh (scott) Add blend mode which is overwrite all but black to xSchedule blend modes
-- enh (keith) Add voting support to remote falcon plugin
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 2020
#define Version 23
#define Version 24
#define Other ""
4 changes: 2 additions & 2 deletions xLights/xLightsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#if __has_include("xlights_build_version.h")
#include "xlights_build_version.h"
#else
static const wxString xlights_version_string = "2020.23";
static const wxString xlights_version_string = "2020.24";
#endif
static const wxString xlights_qualifier = ""; // " BETA,ALPHA,PROD";
static const wxString xlights_build_date = "June 5, 2020";
static const wxString xlights_build_date = "June 13, 2020";

const wxString &GetBitness();
wxString GetDisplayVersionString();

0 comments on commit 6a62e7d

Please sign in to comment.