@@ -11,6 +11,8 @@ version with its date and start a fresh empty `[Unreleased]` above it.
1111
1212## [ Unreleased]
1313
14+ ## [ 1.0.5] - 2026-08-18
15+
1416### Added
1517
1618- Credits usage panel in the chat view: a gauge button next to the
@@ -38,6 +40,12 @@ version with its date and start a fresh empty `[Unreleased]` above it.
3840 thinking effort levels. Choices persist per model and are applied
3941 to every request.
4042
43+ ### Changed
44+
45+ - The credits usage button now shows a static "Usage" tooltip through
46+ Obsidian's native tooltip (aria-label), matching the other nav-row
47+ buttons, instead of a browser title tooltip with the live percentage.
48+
4149### Removed
4250
4351- The global "Effort" dropdown in the input toolbar: reasoning effort
@@ -74,15 +82,6 @@ version with its date and start a fresh empty `[Unreleased]` above it.
7482 default window while a response is streaming: mid-turn usage
7583 snapshots now carry the configured context-window tier, and zeroed
7684 snapshots can no longer overwrite an existing reading.
77-
78- ### Changed
79-
80- - The credits usage button now shows a static "Usage" tooltip through
81- Obsidian's native tooltip (aria-label), matching the other nav-row
82- buttons, instead of a browser title tooltip with the live percentage.
83-
84- ### Fixed
85-
8685- Settings changed on Obsidian 1.13+ (language, auto-scroll, and the
8786 other simple toggles) now persist across restarts: the declarative
8887 control writes were only mirrored into the plugin data file, not the
0 commit comments