Release ForgeFlow 0.5.2

This commit is contained in:
NuklearRabbit
2026-07-25 01:07:54 +02:00
parent 602309b203
commit cf1f67a823
23 changed files with 550 additions and 72 deletions
+22 -1
View File
@@ -1,4 +1,25 @@
## 0.4.4
# Changelog
## 0.5.2
- Made release verification and built-in update validation independent of Windows Bash shims.
- Added portable structural safety validation for the Unraid deployment script.
- Kept GNU Bash syntax validation on Linux and other non-Windows systems.
## 0.5.1
- Fixed Windows publication quality gate by validating Bash syntax through standard input.
- Added regression coverage for path-independent shell validation.
## 0.5.0
- Viewport-safe scrollable dialogs with persistent actions.
- NUL-delimited Git pathspec transport for large selections.
- Per-repository mutation serialization and stale lock repair.
- Bulk normalization of legacy Gitea origins.
- Expanded regression coverage.
- Correctly stage deleted and renamed paths.
- Preserve and surface local commits when push fails.