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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com),
6
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
+
## [v0.10.2] - 2026-03-30
9
+
10
+
### Fixed
11
+
12
+
-**Dismissed urgent sessions no longer linger** — dismissing a session from detail view now correctly removes it from all views (stats bar, mission Attention panel, counts) immediately.
13
+
-**Dismiss works from detail view** — pressing `x` in detail view now dismisses the session you're viewing, not whatever the list cursor points at. Footer hints show the `x dismiss` binding.
14
+
-**Fixed panic on dismiss** — dismissing a session that wasn't in the tasklist (e.g. entered detail from mission Attention panel) no longer causes a `makeslice: cap out of range` crash.
15
+
-**Auto-undismiss on status change** — dismissed sessions that transition to `failed` or `needs-input` automatically resurface in the Attention panel. Explicitly dismissing an already-failed session keeps it dismissed.
16
+
17
+
### Added
18
+
19
+
-`Source` field in snapshot sessions for better debugging.
20
+
-`DismissedStore.Remove()` method and `NewDismissedStoreFromPath()` constructor.
0 commit comments