Skip to content

Releases: maelbel/croesus

v1.2.0

Choose a tag to compare

@croesus-release-please croesus-release-please released this 14 Sep 10:19
90c5b66

1.2.0 (2026-09-14)

Features

  • automatic brokerage account valuation from positions + prices (#32) (5a7df49)
  • automatic price fetching for stock/ETF/crypto holdings (#29) (2891a36)
  • backend: add dev database seeder (#26) (94fdfb4)
  • frontend: add column headers to the account history table (#47) (d5e2ceb)
  • frontend: ellipsis row-action menus on every list page (#39) (d2dca7e)
  • frontend: loading skeleton on Dashboard/Accounts/Liabilities/Envelopes (#44) (b28caa3)
  • frontend: mobile responsiveness baseline (#45) (35a9eb1)
  • frontend: overhaul accounts page and holdings UX, adopt Nuxt UI components (#46) (cc4fb57)
  • frontend: persist theme/skin via cookies instead of localStorage (#40) (3a458b7)
  • frontend: search/filter on Liabilities and Envelopes pages (#43) (ea50385)
  • frontend: support running the Vite dev server from a container (#27) (3942348)
  • frontend: toast confirmation on entity create/update (#42) (f7bcaf2)
  • frontend: toast feedback on price refresh outcome (#41) (e115c9c)
  • local price history cache to avoid hammering the external API (#33) (78d83ab)

Bug Fixes

  • backend: code review findings — data integrity, correctness (#35) (b7834b9)
  • ci: authenticate release-please as a GitHub App (#48) (72532b3)
  • frontend: centralize a z-index policy instead of per-instance overrides (#38) (b9ef46a)
  • frontend: code review findings — error handling, staleness, dedup (#36) (8a60397)
  • frontend: load app data on first mount when auth is disabled (#25) (743839a)
  • frontend: stop the app header rendering above slideovers/modals (#31) (d98b3ef)
  • tauri: code review findings — panic safety, cleanup, hardening (#37) (cb06e56)

Documentation

  • mark ROADMAP.md Phase 2 (automated pricing) as done (aa8db71)

v1.1.0

Choose a tag to compare

@maelbel maelbel released this 06 Sep 11:11
040910c

1.1.0 (2026-09-06)

Features

  • add a logo (#23) (f40f1b2)
  • frontend: redesign navigation shell and close design-fidelity gaps (#24) (b047261)

Bug Fixes

  • backend: OIDC callback bugs + DRY up JWT handling (#15) (3ad5081)
  • backend: security hardening + correctness fixes from full-codebase review (#20) (545518e)
  • frontend: correctness/efficiency fixes + DRY from full-codebase review (#22) (c77a56a)
  • frontend: surface OIDC callback errors + dedupe error handling (#17) (76bc41b)
  • tauri: fix OIDC loopback panic + bind callback to its own attempt (#18) (571562a)
  • tauri: OIDC timeout-bypass regression + dedupe + typed mode (#19) (dd5ad2c)

v1.0.1

Choose a tag to compare

@maelbel maelbel released this 26 Aug 14:32
543190e

1.0.1 (2026-08-26)

Documentation

v1.0.0

Choose a tag to compare

@maelbel maelbel released this 26 Aug 13:38
cebe168

1.0.0 (2026-08-26)

Documentation

  • releasing: post-1.0 versioning policy — minor bumps track phases (#12) (697d4ca)
  • reverse proxy setup guide (Traefik, Caddy, nginx) (#10) (0f00e7a)

v0.5.0

Choose a tag to compare

@maelbel maelbel released this 26 Aug 12:19
a90b07a

0.5.0 (2026-08-26)

Features

  • generic OIDC SSO support (self-hosted + remote desktop mode) (#8) (a332589)

v0.4.0

Choose a tag to compare

@maelbel maelbel released this 25 Aug 09:57
35568f8

0.4.0 (2026-08-25)

Features

  • desktop remote mode, security defaults, and Node-based setup scripts (#6) (015278a)

v0.3.0

Choose a tag to compare

@maelbel maelbel released this 14 Aug 11:13

0.3.0 (2026-08-14)

Features

  • add local desktop mode with FastAPI sidecar (c063dbb)

v0.2.1

Choose a tag to compare

@maelbel maelbel released this 13 Aug 13:20

0.2.1 (2026-08-13)

Bug Fixes

  • release: use a PAT so releases can trigger the publish workflow (5ffc1ae)

v0.2.0

Choose a tag to compare

@maelbel maelbel released this 13 Aug 12:43

0.2.0 (2026-08-13)

Features

  • add edit support across accounts, liabilities, envelopes, and valuations (f474e28)
  • api: support editing valuations (29acda9)
  • build the dashboard, settings, and base app shell (12c8bec)

Bug Fixes

  • ci: specify pnpm version via packageManager field (d6a50c1)
  • dashboard: refresh net worth automatically after edits (e3224c3)
  • release: wrap config under packages for manifest mode (c865b18)

Documentation

  • mark completed Phase 1 roadmap items (158ede9)