Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Issue Tracker is found here: https://github.com/xLightsSequencer/xSchedule/issue

XSCHEDULE RELEASE NOTES
---------------------------------
2026.06 ??, 2026

2026.05 May 11, 2026
-bug (derwin) Fixes for spdlog changes
-bug (derwin) Handle time changes better
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/msw/xSchedule_common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#define MyTitleName "xSchedule"
#define Year 2026
#define Version "05"
#define Other ""
#define Other "_1"
2 changes: 1 addition & 1 deletion xSchedule/xScheduleVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include "../xlights/xLights/xLightsVersion.h"

static const std::string xschedule_version_string = "2026.05";
static const std::string xschedule_version_string = "2026.05.1";
static const std::string xschedule_build_date = __DATE__;

inline std::string GetXScheduleDisplayVersionString() {
Expand Down
Loading