33 lines
1.7 KiB
Markdown
33 lines
1.7 KiB
Markdown
# ForgeFlow 0.2.0 release notes
|
|
|
|
ForgeFlow 0.2.0 turns the original visual prototype into a substantially more operational personal release cockpit.
|
|
|
|
## Highlights
|
|
|
|
- Automatic repository status monitoring with safe pause/resume around Git mutations.
|
|
- Commit-only and commit-and-push flows with recoverable push failures.
|
|
- Branch creation, switching, publication and stash workflows.
|
|
- Favorite repositories and action-oriented attention queues.
|
|
- Multiple deployment environments per repository.
|
|
- Exact remote-branch SHA verification before deploy and rollback.
|
|
- Gitea Actions run, job and available log polling.
|
|
- Live server version, previous version and health verification.
|
|
- Fixed-workflow rollback to a recorded full commit SHA.
|
|
- Stronger IPC, URL, path and secret-handling controls.
|
|
- Reworked renderer with command palette and live deployment states.
|
|
- 21 passing automated tests, including real temporary Git remotes.
|
|
- Headless browser smoke coverage at three desktop viewport sizes.
|
|
|
|
## Upgrade notes
|
|
|
|
Configuration is migrated automatically to schema version 2. Existing Gitea tokens are preserved when the settings form is saved with an empty token field.
|
|
|
|
Deployment profiles now support independent branch, workflow, rollback workflow, healthcheck and status endpoint settings. Review existing profiles before using them against production.
|
|
|
|
## Known limitations
|
|
|
|
- No signed installer or automatic update channel is included in this source release.
|
|
- Partial-hunk staging, conflict resolution and protected-branch awareness are not yet implemented.
|
|
- Gitea Actions behavior still needs acceptance testing against the intended Gitea and act_runner versions.
|
|
- Native desktop notifications, tray mode and accessibility acceptance remain future work.
|