From c7ead5781cca82060b2d8066ba0ac9f9ec4cd98a Mon Sep 17 00:00:00 2001 From: DonislawDev Date: Wed, 12 Aug 2026 20:14:39 +0200 Subject: [PATCH] chore(release): close the changelogs for 0.5.0 - move everything under [Unreleased] into a dated [0.5.0] section in both changelogs, leaving the [Unreleased] header in place - VERSION.txt 0.4.0 -> 0.5.0, at the owner's instruction - add the short summary the release page opens with The tag for this one is v0.5.0-rc.1, a pre-release: the base has to equal VERSION.txt, and the suffix is what makes GitHub mark it as such. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 9 +++++++++ VERSION.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82096dc..b70af85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format follows [Keep a Changelog](https://keepachangelog.com/); versions fol ## [Unreleased] +## [0.5.0] - 2026-08-12 + +**The short version.** This release is about not losing your files when the program is +updated. Profiles, window state and the CSV exports now live in your own user folder instead +of the program folder, an older version's files are copied over the first time you start this +one, and both the About window and `--doctor` tell you which folder is in use. Groundwork for +installing through WinGet and Chocolatey is in place as well, though nothing is published on +either yet. + ### Added - **Every release now carries an SBOM, signed against the download.** A standard SPDX file listing each third-party component with its version, licence and source - the same list `--license` diff --git a/VERSION.txt b/VERSION.txt index 1d0ba9e..8f0916f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.4.0 +0.5.0