Releases: maelbel/croesus
Releases · maelbel/croesus
Release list
v1.2.0
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
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
v1.0.0
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
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)