prasule/CHANGELOG.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2024-01-22 19:20:41 +01:00
# 1.0.0
- Change icon
- Placeholder text is now inserted into the field in setup, instead of showing as label
- Show version text in about dialog
- Added tessdata license text into about dialog
- Added sorting by oldest
- Moved search into three-dot menu
- Make search case-insensitive
- Added titles above graphs
- Some extra optimization for iOS
2024-01-30 22:00:39 +01:00
- Fix starting balance not saving
2024-01-22 19:20:41 +01:00
# 1.0.0-alpha+5
- Add tests
- Add searching through entries to homepage
- Replace `PlatformDialog` with `AlertDialog.adaptive`
2024-01-22 23:33:57 +01:00
- Add import/export of wallets
2024-01-09 23:05:20 +01:00
# 1.0.0-alpha+4
- Fix OCR downloads
# 1.0.0-alpha+3
- Add settings view for editing wallet categories
- Change code according to more aggressive linting
- Create a default "no category" category, mainly to store entries with removed categories
- Categories now have changeable colors assigned to them
- Added pie chart for expense/income data per category
- Added recurring entries
- Fixed wrong default sorting
- Differentiate expense and income on home view
# 1.0.0-alpha+2
- Fixed localization issues
- Added graphs for expenses and income per month/year
2023-11-01 19:24:24 +01:00
# 1.0.0-alpha
- First public release