From bd81ac851b7ee2f6a4bbbc9412f85a7cdf21d88b Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:12:38 +0200 Subject: [PATCH] chore(release): 2.4.3-beta.1 (#714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A pre-release to exercise the release pipeline end to end — build, upload, changelog extraction, updater registration and the post-registration verification — with the guards added since 2.4.2 live. Contains no application changes. Everything on 2.x since 2.4.2 is release tooling, and the changelog entry says so, since insider-channel installs will be offered it. Claude-Session: https://claude.ai/code/session_01QmECndmNZwzN65Zz9P87dF --- CHANGELOG.md | 10 ++++++++++ version.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f264b9..b6c70c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ section beneath it is what CI publishes to the updater — see Releases before 2.4.0 are on GitHub: https://github.com/InvoiceShelf/InvoiceShelf/releases +## 2.4.3-beta.1 — 2026-07-29 + +A pre-release cut to exercise the release pipeline end to end. **It contains no application changes** — everything since 2.4.2 is release tooling: + +- Registration on the updater is fixed, and can now be re-run for an existing tag without production access. Previously a failure there left a release published but offered to nobody. +- Re-running a registration no longer rebuilds and republishes the `:latest` Docker image as a side effect. +- Release notes now come from `CHANGELOG.md`, so what installs are offered is written and reviewed alongside the change rather than composed at publish time. + +Insider channel only. If you are on stable, 2.4.2 remains current and there is nothing here you need. + ## 2.4.2 — 2026-07-29 Maintenance release for the 2.x line, fixing five issues reported against the Docker images. Recommended for all self-hosted 2.x installs. diff --git a/version.md b/version.md index 8e8299dc..ae031d12 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -2.4.2 +2.4.3-beta.1