Releases: deadlocker8/BudgetMaster
Releases · deadlocker8/BudgetMaster
v2.2.0 - Web Search and Transfer Transactions
- simply create transfer transactions between several accounts
- search for transactions, categories and much more at any time
- backup reminder
- move all transactions to a new category when deleting a category
v2.1.2 - Bugfix
Fixes a problem where using the global datepicker to choose the month and year leads to a broken page.
v2.1.1 - Bugfix
updated README
v2.1.0 - Web Reports
- Create customizable PDF month reports
- Allows you to filter all transactions by categories, tags, type, ...
- Improve the usability of the global dialog for selecting month and year
v2.0.1 - Small Improvements
- Tomcat Compatibility
- Small improvements concerning the website layout
v2.0.0 - BudgetMasterWeb
Full rewrite of the entire project. Features a fresh web ui supporting various screen resolutions.
v1.8.0 - Local Server
🎉 Today a year ago the BudgetMaster project was started. Happy first anniversary! 😉
- added the possibility to use BudgetMaster on a local computer without setting up a BudgetMasterServer
- added a predefined certificate to usw if BudgetMaster is running in local network (saves the creation of own certificate)
- added the possibility to use a SQLite database instead of MySQL
- increased the maximum description character limit from 150 to 200 characters
- improved month report tab performance
- loading dialog is now closeable
- the search is now automatically refreshed if a payment is edited
- all month report table cells are now vertically centered
- added used libraries to about dialog
- Bugfixes:
- floating point error for new payments
- loading dialog not modal
- database connectivity issues
- amount validation (it was possible to enter multiple commas in the amount textfield)
v1.7.1 - Bugfix
- fixed critical error that prevents startup on first start of BudgetMaster on a machine (no settings.json existing)
v1.7.0 - The Dev Update
- added hidden dev console for some useful commands (#200) (shortcut is F12)
- impoved about dialog
- improved update dialog (includes links to roadmap and github)
- added shortcut for searching paments (Ctrl + F)
- bugfixes:
- alert wasn't raised on wrong password
- exe downloded by updater was unuseable
- wrong month names in main ui
- localizations in english month report
v1.6.0 - Tags and Search
- added tag system (tag payments, suggestion of already used payments, ...)
- added search for payments (search by name, description, category, tags and amount)
- added better month/year picker (click on date to open)
- payment description is now shown in payment tab
- added hover effect for buttons in main stage to make more clear that they are clickable
- replaced font in reports
- settings are now scrollable
- categories are now sorted alphabetically
- new payment ui is now resizeable
- bugfixes:
- various bugs concerning the prefilled values of input fields
- database import
- compatibility issues with old ReportPreferences
- available version label was not updated on manual update search
- non running server leads to alert that states that the server version is not compatible