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
+16
View File
@@ -0,0 +1,16 @@
# ForgeFlow 0.5.1
## Windows publication reliability
- Validates the server deployment shell script through Bash standard input instead of passing a Windows working directory to Bash.
- Removes the Git Bash versus WSL path ambiguity that caused a blank-error quality-gate failure from Downloads.
- Adds regression coverage proving shell validation no longer depends on a Windows path or a path containing spaces.
- Retains all v0.5.0 viewport, Git batching, remote normalization, repository serialization and password-form fixes.
Publish the extracted source to `Jens/ForgeFlow` with package version `0.5.1`. A running older source installation can then discover and apply it through the built-in updater.
## Carried forward from 0.5.0
- Responsive viewport handling keeps long modals and their actions reachable.
- Large Git selections continue to use `--pathspec-from-file` with NUL separation.
- Mutating Git work remains serialized per repository.