Skip to content

Commit 15d4722

Browse files
committed
release-notes: dashboard-v0.4.8 draft
1 parent 47b8a3d commit 15d4722

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Dashboard v0.4.8 — Memories project picker fix
2+
3+
## What's Fixed
4+
5+
- **Memories tab project picker showed raw `git:<hash>` / `dir:<hash>` identifiers instead of project names.** A regression from the v0.4.7 Memories filter fix: when the plugin started writing resolved project identities into memory rows, the dashboard's project picker still tried to resolve those identities as filesystem paths. With no path match, the OpenCode/Pi project lookup was skipped and the dropdown rendered the bare identifier.
6+
7+
Fixed by normalizing each memory's project value to its identity (handling both already-resolved identifiers and legacy raw paths), then matching against the full enumerated project list from OpenCode/Pi by identity. Picker now shows real project names like "magic-context" or "AFT".
8+
9+
## Upgrade
10+
11+
The Tauri auto-updater handles this release. Existing installations should pick it up on next launch or via Help → Check for Updates.

0 commit comments

Comments
 (0)