From cc8e60af5af274d05b26747f8e3d4f78663cd69a Mon Sep 17 00:00:00 2001 From: boban Date: Sun, 14 Jun 2026 22:24:03 +0200 Subject: [PATCH] chore(release): v0.7.0 Optional pluggable 2FA (TOTP and/or WebAuthn, or off) + recovery-codes modal, live capped journal, command-palette server search, settings tabs in URL, fail2ban lone-box layout, and SSH-key auto-provision with safe password-login disable. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 4 ++++ config/clusev.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90da814..7ee2095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ getaggte Releases (Kanal `stable`, optional `beta`) — niemals Entwicklungs-Bui ## [Unreleased] +_Keine offenen Änderungen — der nächste Stand wird hier gesammelt und als `vX.Y.Z` getaggt._ + +## [0.7.0] - 2026-06-14 + ### Hinzugefügt - **Optionale, pluggbare 2FA (TOTP und/oder Security-Key — oder aus).** 2FA ist nicht mehr erzwungen: Der Betreiber entscheidet selbst, ob er sein Konto absichert, und wählt TOTP, einen diff --git a/config/clusev.php b/config/clusev.php index 8dd3303..17fd5b9 100644 --- a/config/clusev.php +++ b/config/clusev.php @@ -3,7 +3,7 @@ return [ // First tagged release is v0.1.0 (semantic, not -dev). The live build hash // is resolved from .git at runtime (see App\Livewire\Versions\Index). - 'version' => '0.6.1', + 'version' => '0.7.0', // Default user channel. Only 'stable' and 'beta' are ever offered to users. 'channel' => 'stable',