Skip to content

Commit d2c4be6

Browse files
committed
2026.10
1 parent 7755fbe commit d2c4be6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues
1010

1111
XLIGHTS/NUTCRACKER RELEASE NOTES
1212
---------------------------------
13-
2026.10 May ??, 2026
14-
-bug (cybercop23) Importing a multi-model xmodel file now preserves @Model:N and >Model:N
15-
start-channel references instead of resetting them to absolute channels.
13+
2026.10 May 31, 2026
1614
-enh (cybercop23) Add State effect on SubModels. Ensure only nodes that are part of the SubModel are lit.
1715
Same node-index translation on Faces effect if using Faces effect on a SubModel.
1816
-enh (derwin12) Sketch effect path management: multi-select, Delete key, Move Up/Down
@@ -42,6 +40,8 @@ XLIGHTS/NUTCRACKER RELEASE NOTES
4240
-enh (scott) Custom color picker: skip duplicate colors in the recent colors list.
4341
-enh (dkulp) macOS: include MetricKit crash diagnostics in packaged log uploads; clean up
4442
older MetricKit data.
43+
-bug (cybercop23) Importing a multi-model xmodel file now preserves @Model:N and >Model:N
44+
start-channel references instead of resetting them to absolute channels.
4545
-bug (derwin12) Package Log Files: fix duplicate primary log in zip; rolled log now included.
4646
-bug (derwin12) Fix lasso selection corrupting State/Faces effect values (#5783)
4747
-bug (derwin12) Better handle multi chord MIDI tracks (#6434)

build_scripts/msw/xLights_common.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
#define MyTitleName "xLights"
55
#define Year 2026
6-
#define Version 09
7-
#define Other "_1"
6+
#define Version 10
7+
#define Other ""

src-core/xLightsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#if __has_include("xlights_build_version.h")
1818
#include "xlights_build_version.h"
1919
#else
20-
static const std::string xlights_version_string = "2026.09.1";
20+
static const std::string xlights_version_string = "2026.10";
2121
#endif
2222
#ifdef DEBUG
2323
static const std::string xlights_qualifier = " DEBUG";

0 commit comments

Comments
 (0)