Release ForgeFlow 0.6.0

This commit is contained in:
NuklearRabbit
2026-07-25 05:59:07 +02:00
parent cf1f67a823
commit 9d3933c878
48 changed files with 2208 additions and 466 deletions
+20
View File
@@ -0,0 +1,20 @@
# ForgeFlow 0.5.3
## Confirmed source-update handoff
- ForgeFlow writes a launch request and waits for an external PowerShell **STARTED marker** before closing.
- A helper launch failure or timeout leaves ForgeFlow open and surfaces the real error.
- The updater records structured lifecycle state alongside the detailed update log.
- Successful installation remains valid even when automatic restart is unavailable.
- The next manual start shows a **visible update result** for success, failure, or rollback.
- The PowerShell helper uses the absolute Windows PowerShell executable where available.
- Success and rollback both attempt an **automatic restart**, with the result persisted for diagnosis.
## Included 0.5.x reliability improvements
- viewport-safe, scrollable deployment and settings dialogs;
- sticky modal action bars;
- large Git selections through NUL-delimited pathspec input;
- serialized repository mutations;
- SSH password-form persistence correction;
- origin normalization and stale-index-lock repair.