Dashboard dashboard-v0.2.6
Dashboard v0.2.6
Bug Fixes
- Windows: "Database not found" — Dashboard was looking for
context.dbunder%APPDATA%on Windows, but the plugin stores it at~/.local/shareon all platforms. Both database path resolvers now useXDG_DATA_HOMEor~/.local/shareunconditionally, matching the plugin's behavior. (Closes #10)