v1.0.21
What''s new in v1.0.21
✨ New: Local site status bar
A live status line under the log output on the Deployment tab, showing the state of the currently selected site:
- Creatio version of the selected site (e.g.
v8.1.5.2177) - IIS mode: application pool and site state (
Pool: Started · Site: Started) - Folder mode (Kestrel): optional Windows/Linux service state; app URL is resolved automatically from
appsettings.jsonKestrel endpoints - App health: HTTP check against the application''s
/pingendpoint (fallback to the site root) using the real scheme, host and port from the IIS site binding — catches the case where the pool is running but the application itself is down (App: Unhealthy/No response) - Color-coded: green when healthy, red when not, orange/blue for transitional states
- Refreshes on site selection, mode change and automatically after each deployment
Full Changelog: v1.0.20...v1.0.21