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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
19
19
-**Default profile storage path regression** — the default profile now uses the legacy low-version database path (`app_data/timelens.db`) instead of a separate `app_data/profiles/default/timelens.db` folder. On startup, any data already written to the v2.0.0 `profiles/default` folder is automatically merged into the legacy database; raw usage rows are inserted without their synthetic `id` to avoid accidental data loss, and `daily_app_usage` is rebuilt from the merged raw rows so today’s totals stay correct. Other conflicting rows are skipped (`INSERT OR IGNORE`). Encrypted default-profile databases are relocated to the legacy path before decryption so they continue to work.
20
20
-**Dashboard period total label** — the overview card now shows “Week Total” / “Month Total” instead of “Today’s Total” when the period selector is set to week or month; the numeric value already matched the selected range.
21
21
-**VS Code extension API network errors** — dashboard no longer logs `Failed to fetch` errors when the optional local VS Code extension API is unreachable; it falls back to empty stats and emits the unavailable event once.
22
+
-**Dependency security updates** — updated `sharp` to `^0.35.3` and added `overrides` for `brace-expansion`, `minimatch`, and `js-yaml` in the root `package.json` to resolve high-severity advisories. Updated `postcss` to `^8.5.23`. In `vscode-extension`, updated `@vscode/vsce` to `^3.9.2` and added overrides for `brace-expansion`/`minimatch`, clearing all high-severity Dependabot alerts in that package. `react-router-dom` remains at `^6.30.4` because the only patched v7 versions currently available introduce a separate high-severity advisory; this will be revisited once a clean patched release exists.
0 commit comments