Releases: KosteQ314/FinTrack
Releases · KosteQ314/FinTrack
Release list
2.1.0
What's Changed 2026-07-01 (adb7e69...3839969)
Features
- add timestampt dataclass (abfe191)
- persist adn load transaction timestamps (03d71d9)
- display transaction timestamps in the app (aa6607c)
- add search to transaction list (4d5f562)
CLI
- add export command to store session data to CSV (5fa3438)
app
- add CSV export button to the bottom bar (e5f38c2)
Bug Fixes
app
- reduce bottom bar buton sizes (04cb303)
BREAKING CHANGES
- add Inno Setup installer (3839969)
Full Changelog: v2.0.0...v2.1.0
2.1.0-rc1
What's Changed 2026-06-24 (adb7e69...1b5460d)
Features
- add timestampt dataclass (abfe191)
- persist adn load transaction timestamps (03d71d9)
- display transaction timestamps in the app (aa6607c)
- add search to transaction list (4d5f562)
CLI
- add export command to store session data to CSV (5fa3438)
app
- add CSV export button to the bottom bar (e5f38c2)
Bug Fixes
app
- reduce bottom bar buton sizes (04cb303)
2.0.0
What's Changed 2026-06-10 (66ec123...f34529e)
Features
- add input GUI (c43dc06)
- add ability for user to change hotkeys (83f0021)
- add a popup for voice control (eff78ca)
- add ability to switch between always and ptt (435bcb9)
- add voice control (5e9a174)
- add an app and expanded GUI (3e9031f)
- add session create/remove from session picker dialog (2da8680)
changes
- remove windows notifications, use our own (87c9e2c)
Bug Fixes
- overlay not opening or closing (73b4c35)
- make user choose session on startup instead of "New Session" (039fa24)
- made the CLI refresh automatically after each command (b883fc5)
- clean up debug logs in hotkey thread (2f34c1b)
- sync session state in standalone app launcher (3f0bb0b)
Performance Improvements
- improved voice recognition accuracy (55f39fb)
- add more known descriptions (45d2a4a) (eda1429) (f34529e)
BREAKING CHANGES
Full Changelog: v1.1.0...v2.0.0
2.0.0-rc.1
What's Changed 2026-06-06 (66ec123...33e7a29)
Features
- add an app and expanded GUI (33e7a29)
change
- remove Windows notifications, to our own (43f7ec9)
BREAKING CHANGES
- add an app and expanded GUI (33e7a29)
2.0.0-alpha
What's Changed 2026-06-02 (66ec123...c0cc4bf)
Features
- add voice control (5e9a174)
- add input gui (c43dc06)
- add ability for user to change hotkeys etc. (83f0021)
- add a popup for voice control (eff78ca)
- add ability to switch beteween always and ptt (435bcb9)
Bug Fixes
- overlay not opening or not closing (73b4c35)
- make user choose session on startup instead of "New Session" (242749c)
- made the CLI refersh autmoatically after each commands (ccd4032)
Merges
- remote-tracking branch 'origin/work' into work (c0cc4bf)
Performance Improvements
BREAKING CHANGES
- add voice control (5e9a174)
1.1.0
What's Changed 2026-06-01 (66ec123...a5e791a)
Features
- add "show" command (1bda843)
- add "remove-transaction" command (868432b)
- add ability to show split percentage in report
- add aliases to command modes
Bug Fixes
- remove unneeded decimal points from aUEC values causing calculation errors (517b043)
1.1.0-alpha
1.1.0-alpha 2026-06-01 (66ec123...431faf4)
Features
- add player split calculation (f3c931e)
Performance Improvements
- prevent crashing from commands errors (d8263bc)