Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:46
· 60 commits to main since this release
00fcc29

1.2.0 (2026-06-13)

Features

  • accounts: add quick-add account dialog (0ffd3ce)
  • accounts: searchable account selector with quick-add (c3022fc)
  • app: logo in sidebar header, Accounts nav replaces button (d602004)
  • buckets: searchable bucket selector with create action (838ee98)
  • nav: add menu icons and reorder with Accounts item (e3b53e0)
  • sync: searchable endpoint pickers (1f4a14d)
  • ui: add inline AppLogo brand icon (5a653da)
  • ui: add searchable Combobox component (dddd987)

Bug Fixes

  • accounts: narrow form input and test quick-add error path (ef6432e)
  • accounts: show loading placeholder in account selector (d1a2e3b)
  • ipc: fix type errors in register tests (e2d9290)
  • release: commit generated CHANGELOG.md (stage before diff check) (38586bb)
  • sync: keep endpoint state when re-selecting the current value (8f4bc4a)
  • ui: do not re-fire onSelect when choosing the current value (fce0103)
  • ui: harden Combobox a11y and active-index handling (1e39148)
  • ui: keep sidebar selectors mounted, disabled off-section (27a4bcc)

Testing

  • app: adapt selector interactions to searchable combobox (7626885)
  • buckets: assert create dialog closes after creation (5943f70)

Build System

  • deps-dev: bump conventional-changelog-cli from 4.1.0 to 5.0.0 (#9) (00fcc29)
  • deps-dev: bump conventional-changelog-conventionalcommits (#6) (02ed5db)
  • deps-dev: bump license-checker-rseidelsohn from 4.4.2 to 5.0.1 (#5) (4ee39de)
  • deps: bump esbuild, vite and @vitejs/plugin-react (#18) (071f2e0)
  • deps: bump the minor-and-patch group across 1 directory with 5 updates (#19) (53c9268)

CI/CD