Skip to content

Commit a0e892e

Browse files
committed
2025.13
1 parent ea7aaa4 commit a0e892e

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

README.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues
1111

1212
XLIGHTS/NUTCRACKER RELEASE NOTES
1313
---------------------------------
14+
2025.13 December 2, 2025
15+
- enh (o0charlie0o) Prevent accidental resize of effects when clicking on them
16+
- enh (scott) Add json printing to fseq utility
17+
- enh (dkulp) Add K8-Max/Pro, organize all K8-* into a group
18+
- enh (o0charlie0o) Add confirmation for Viewpoint Deletion
19+
- enh (o0charlie0o) Add keyboard shortcuts for dividing timings by predefined intervals
20+
- enh (o0charlie0o) Add subdivided timing track generation feature
21+
- bug (derwin12) Fix crash in Twinkly output if twinkly device is offline
22+
- bug (derwin12) Fix a few potential but rare crashes, null pointer exceptions
23+
- bug (MartinMMueller) Fix some crashes in ESPixelStick uploads
24+
- bug (dkulp) Hopefully fix some symbol resolution issues on MacOS11
25+
- bug (dkulp) Fix some hostname -> IP issues when resolving on background threads
26+
- bug (dkulp) FPP Connect -> Fix some issues if FPP is reachable by both direct IP address as well as via a proxy
27+
- bug (scott) Fix a bunch of issues on Linux related to the File Dialog not returning the proper path
28+
- bug (dkulp) Mostly fix Aspect Ratio scaling of Video effect
29+
- bug (derwin12) Filter Label on VU Meter doesn't handle lists
30+
- bug (Jason Rodriguez) Update from Base folder not handling multicast controllers
31+
- bug (scott) Remove WLED 510 check, add DDP and RGBW check
32+
- bug (derwin12) LUA Render Script reported wrong time on various OS's
33+
- bug (dkulp) For various exceptions, make sure xLights actually crashes and generates a crash report instead of silently closing
34+
- bug (dkulp) Fix crash at startup if you take too long to select a show folder.
35+
- bug (dkulp) FPP Connect - Only upload "Active" models to FPP model map
36+
- bug (dkulp) FPP Connect - Fix some ipv6 issues
37+
- bug (dkulp) Make sure mp4 extension is added when exporting videos, don't crash if extension isn't there
38+
- bug (dkulp) FIx FPPConnect always uploading media
1439
2025.12 November 7, 2025
1540
- enh (scott) Make State choice bulk editable
1641
- enh (scott) Add more scheduling options for HinksPix export

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 2025
6-
#define Version 12
7-
#define Other "_1"
6+
#define Version 13
7+
#define Other ""

xLights/xLightsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if __has_include("xlights_build_version.h")
1616
#include "xlights_build_version.h"
1717
#else
18-
static const wxString xlights_version_string = "2025.12.1";
18+
static const wxString xlights_version_string = "2025.13";
1919
#endif
2020
#ifdef DEBUG
2121
static const wxString xlights_qualifier = " DEBUG";

0 commit comments

Comments
 (0)