chore: add unreleased changelog entries for recent fixes and perf improvements

This commit is contained in:
Bohdan Triapitsyn
2026-06-17 01:08:54 +03:00
parent a99eba1ca6
commit 71172181ef
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Chat: pinned welcome starters now appear immediately when a new draft session opens, without needing to open the add dialog.
- Chat: clicking a Mermaid diagram in a chat message now opens a fullscreen pan/zoom preview.
- Chat: code-block highlighting now runs off the main thread, preventing UI freezes when rendering code-heavy responses.
- Chat: the context usage indicator now shows as a circular progress ring with the same color thresholds, visible in all workspace headers.
- Chat/UI: embedded chat views and context panel previews now consistently match the current theme.
- Chat/Mobile: the session status button now responds more reliably to taps on Android.
- Scheduled Tasks: the task editor dialog now supports Cron expressions with inline validation, quick-example chips, and a preview of the next four upcoming runs (thanks to @tomzx).
- Files: syntax highlighting in the file editor, Plan View, and Skills page now uses Shiki for broader language support.
- Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is and shows a clear explanation instead of silently disappearing.
- Agents: deleting an agent now shows an error toast when the definition is missing, instead of failing silently.
- Startup: providers and agents now load faster by avoiding the full provider catalog on initial load.
- Right Sidebar: switching between sidebar tabs is less likely to re-render unrelated content (thanks to @bashrusakh).
- Sessions: the app no longer crashes on startup when there are many sessions in folders.
- Notifications: desktop notifications no longer show duplicate alerts, and reasoning text is excluded from notification bodies.
- Reliability: session list loading handles Windows paths and concurrent requests more steadily, and duplicate health-check URLs are removed from diagnostics.
## [1.13.0] - 2026-06-15
+2
View File
@@ -1,5 +1,7 @@
## [Unreleased]
- Startup: providers and agents now load faster at startup.
- Chat: pinned welcome starters now appear immediately when a new draft session opens.
- Chat: code-block highlighting now runs off the main thread, keeping the UI responsive during code-heavy responses.
- Chat: the context usage indicator now shows as a circular progress ring.
- Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is instead of being silently disabled.