Files
ForgeFlow/docs/RELEASE_NOTES_0.5.0.md
T
2026-07-25 01:07:54 +02:00

15 lines
1.1 KiB
Markdown

# ForgeFlow 0.5.0
## Reliability and viewport release
- All dialogs are constrained to the visible desktop viewport. Long deployment configuration and preflight content scrolls independently while the action footer remains available.
- Large partial selections use Git's NUL-delimited `--pathspec-from-file` interface instead of thousands of command-line arguments. This removes Windows `ENAMETOOLONG` failures.
- Mutating Git operations are serialized per repository, preventing ForgeFlow background actions from competing for `.git/index.lock`.
- Added explicit stale index-lock inspection and repair APIs.
- Added one-click normalization of every linked repository origin to the current Gitea SSH URL, replacing legacy aliases and renamed owners without changing files or commits.
- Source updater remains exact-commit pinned and runs the full quality gate before restart.
## Upgrade test
Push the extracted source to `Jens/ForgeFlow` with package version `0.5.0`. A running 0.4.5 source installation can then use Settings → Updates → Check now → Download update → Apply & restart.