diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5f32a..9db0ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### v0.28.5 — Post-Deploy Info Card (2026-02-23) + +#### Added +- **Post-deploy success page** (`web/templates/deploy.html`) — After a successful deploy, instead of auto-redirecting to the apps list, shows a rich info card with: direct app link ("Alkalmazás megnyitása ↗"), first steps from catalog metadata (with DOMAIN placeholders replaced), default credentials info, documentation link, and a link to the settings page where passwords can be revealed. Also shown for unhealthy/timeout states since apps may still be usable during initialization. + ### v0.28.4 — Telemetry: Skip Stopped Apps (2026-02-23) #### Fixed diff --git a/controller/internal/web/templates/deploy.html b/controller/internal/web/templates/deploy.html index 6b20344..1380cf5 100644 --- a/controller/internal/web/templates/deploy.html +++ b/controller/internal/web/templates/deploy.html @@ -393,6 +393,61 @@