You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
- 🔗 **Deep Linking**: Added ability to navigate from Token Stats view directly to detailed session conversation.
22
22
- ⚡ **Navigation Improvements**: Fixed infinite loading when switching sessions from the Board view by implementing optimistic store updates.
23
23
24
+
## Version 1.5.2 (2026-02-21)
25
+
26
+
### Added
27
+
28
+
- 📝 **Update Notes in Modal**: Auto-update modal now shows release name and release notes from updater metadata.
29
+
- 🐞 **One-click Issue Report from Update Failure**: Failure state now opens the feedback modal with updater diagnostics prefilled for faster bug reporting.
30
+
31
+
### Changed
32
+
33
+
- 🔄 **Updater Stage UX**: Download, install, and restart stages are separated and reflected in UI states for clearer progress feedback.
34
+
35
+
### Fixed
36
+
37
+
- ✅ **Updater Error Mapping**: Distinguishes install-stage and restart-stage failures to avoid misleading `Download failed` messages after successful payload download.
38
+
- 🛠️ **Release Workflow Auth**: Split GitHub token usage between main repository and tap repository access in updater release workflow.
0 commit comments