desktop-v1.1.7
What's new in Desktop v1.1.7
🐛 Fix: the log was wiped at the start of every operation
Each operation used to clear the output before it began, so the log of a failed run was destroyed by whatever you did next to investigate it — restarting the pool, checking Redis, running a script.
Operations now open with a named separator line and the log keeps its full history:
20.08.2026 20:35:24 [OK] Compile completed successfully.
20.08.2026 20:35:24 ════════════════════ Restart IIS pool and site ════════════════════
20.08.2026 20:35:24 Stopping local server ...
Clearing the log is now done only by the Clear button.
Separators cover every operation that writes to the log — deployment, configuration rollback, WorkspaceConsole operations, IIS pool and site control, rolling restart, Windows services, Redis, Syncthing pause and resume, and the maintenance scripts. Actions targeting a single server carry the server name in the separator.
Full Changelog: desktop-v1.1.6...desktop-v1.1.7