Skip to content

Commit 60f53bc

Browse files
committed
patch version update
Signed-off-by: Mark Rai <markraidc@gmail.com>
1 parent 0c85a02 commit 60f53bc

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> **Upgrades:** No breaking changes in **3.7.x** / **3.8.x** / **3.9.x** / **3.10.x** / **3.11.x** / **3.12.x** / **3.13.x** / **3.14.x** / **3.15.x** unless noted below.
44
5+
## [3.15.3] - 2026-05-05
6+
7+
### Improvements
8+
9+
- **Windows launcher key resolution** - Added a launcher helper flow to resolve and apply `SCRUMBOY_ENCRYPTION_KEY` from supported local sources for `win_run_full.bat` and `win_run_anonymous.bat`.
10+
11+
### Documentation
12+
13+
- **README and env example alignment** - Updated docs and examples to match the launcher-based encryption key guidance for local Windows runs.
14+
515
## [3.15.2] - 2026-05-03
616

717
### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img width="372" src="internal/httpapi/web/githublogo.png" alt="scrumboy logo" />
33
<br />
4-
<img src="https://img.shields.io/badge/version-v3.15.2-blue" alt="version" />
4+
<img src="https://img.shields.io/badge/version-v3.15.3-blue" alt="version" />
55
<a href="LICENSE">
66
<img src="https://img.shields.io/badge/license-AGPL--v3-orange" alt="license" />
77
</a>

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

3-
const Version = "3.15.2"
3+
const Version = "3.15.3"
44

55
// ExportFormatVersion is the version of the backup/export data format.
66
// Only increment this when the ExportData structure changes in a breaking way.

0 commit comments

Comments
 (0)