Skip to content

0.5.0

Choose a tag to compare

@arangutambo arangutambo released this 22 Jul 05:44
· 5 commits to main since this release

New

  • Recurring bill lifecycle — pausing a bill now moves it into a collapsed Archived section of the finance-recurring block (click to open), with Resume and a permanent Remove completely — the bill is dropped from consideration for good, even if you log another entry with the same tag later.
  • Edit a recurring bill — manage mode gains an Edit action: correct the amount directly, or schedule a future price change with an exact date (e.g. "this subscription becomes $15.99 on the 1st"). The new amount applies itself automatically once that date arrives.
  • Recurring payments note name is now a setting — asked once during first-time setup, changeable any time in Settings → Recurring payments.
  • Merchant map moved off disk — learned merchant → category associations now live in plugin settings instead of a hand-edited Merchant Map.md note. Existing notes are migrated once, automatically, and then removed. Manage entries at Settings → Merchant map.
  • Donut chart polish — subcategory shades are now ranked by spend (biggest subcategory lightest, smallest darkest) instead of a fixed pattern, and hovering any slice shows its name, amount, and share of the total.
  • README overhaul — a full command reference table, the Apple Shortcuts capture tutorial folded in from its standalone note, and 23 real screenshots covering setup, capture, quick-add, recurring payments, dashboards, goals, splits, and net worth.

Fixed

  • The Recurring Payments note no longer shows up as a selectable holiday budget or savings goal in those pickers.
  • updateRecurringRegistryEntry was silently ignoring amount overrides.
  • Settings → Holiday budgets and → Savings goals shared one unfiltered list, so a plain savings goal (no trip_tag) would visually appear under "Holiday budgets" — each section now only lists its own notes.
  • Quick-add's category/tag autocomplete was inadvertently hiding every subscriptions/... category.
  • Quick-add: Enter now accepts the highlighted autocomplete suggestion (same as Tab) while the popup is open, and only submits the entry once the popup has closed.
  • authorUrl in the manifest pointed at a dead GitHub account; corrected to the actual repo owner.
  • CSS: dropped text-decoration-thickness and color-mix(), neither of which is reliably supported by the older Electron builds this plugin's minAppVersion claims to support.

Infrastructure

  • Added package-lock.json and a build script (no bundler — main.js is authored directly — but it verifies the release files are present).
  • Added a GitHub Actions workflow that generates build-provenance attestations for main.js/manifest.json/styles.css and attaches them to the release.

76 tests passing (npm test).