Skip to content

Dashboard dashboard-v0.2.6

Choose a tag to compare

@github-actions github-actions released this 12 Apr 19:42

Dashboard v0.2.6

Bug Fixes

  • Windows: "Database not found" — Dashboard was looking for context.db under %APPDATA% on Windows, but the plugin stores it at ~/.local/share on all platforms. Both database path resolvers now use XDG_DATA_HOME or ~/.local/share unconditionally, matching the plugin's behavior. (Closes #10)