Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 4.3 KB

File metadata and controls

46 lines (32 loc) · 4.3 KB

1.0.4 (2026-05-21)

Bug Fixes

  • accounts: reload dashboard data when switching account (8b0085b)
  • auth: provider choice on the first-time sign-in screen (5b29b58), closes #cli
  • sidebar: keep filter sections open after deselecting the last item (4375d24)

Features

  • accounts: add /api/accounts endpoints and TopBar switcher (0a3e5e9)
  • accounts: add and remove GitHub accounts from the switcher (abe591e)
  • accounts: gate the kanban tab behind provider capabilities (9a5b1c1)
  • auth: redesign auth UI and update app title (57fb259)
  • forgejo: provider skeleton and token-based account onboarding (0f7157c)
  • forgejo: route domain ops through the provider interface (8557259)
  • labels: add Primer-style label CSS vars and usage (c7e0f3c)
  • sidebar: clear filter selections by hovering its count badge (f0a291a), closes #8

1.0.2 (2026-05-09)

Features

  • auth: support gh-cli and token auth modes (365622e), closes #cli
  • ci: add CI health dashboard and API (ebcd4da)
  • digests: support weekly and monthly digest periods (f50ea9a)
  • ui: add command palette with Cmd+K shortcut and search (bd4097f)

1.0.1 (2026-05-06)

Features

  • add localStorage cache utility for dashboard stats (b23b82a)
  • add localStorage cache utility for sidebar filters (418f62b)
  • dashboard: add initial GitHub dashboard application (aad922c)
  • docker: add Dockerfile, docker-compose and .dockerignore (53c5c1f)
  • inbox: add inbox view with GitHub notifications support (2024b21)
  • integrate localStorage cache in App to prevent flash of zeros (f5a5589)
  • persist sidebar filters and sort order across page refreshes (687f605)
  • show stale pulse on manual refresh, not just page reload (260ff70)
  • show user GitHub avatar in top bar (20ca6de)
  • ui: add footer, contributors, changelog, and welcome modals (dbb7bf6)