Releases: deadlocker8/BudgetMaster
Releases · deadlocker8/BudgetMaster
v2.5.0 - Readonly Accounts
New features
- readonly accounts: allows to deactivate accounts (transactions can't be added or removed from deactivated accounts)
- change transaction type: transform a transaction to another type (e.g. change a normal transaction to a repeating one)
- first use guide: simple introduction on how to use BudgetMaster
- what's new dialog: shows new features after upgrading to the latest version
- added a settings option to disable the graphical datepicker (
)
- new hotkey for saving a transaction
Ctrl
+Enter
Improvements
- enhanced keyboard navigation on template page: use
up
/down
key to select a template andenter
to create a new transaction from the template - new style for information/warning boxes
- set same label color for all inputs on new transaction page
- improved integration test coverage
- improve tab traversal order on new transaction page
- migrated to Java 11
- combined template overview and template select page
- set focus to search field on template search view on page load
Bugfixes
- income templates are now prefilled correctly
- month names are now localized in generated month reports
- sort categories naturally
v2.4.5 - Bugfix
Bugfixes
- Fixes a problem that results in all new transactions being shown as incomes.
v2.4.4 - Bugfix
Bugfixes
- Fixes a problem that prevented the saving of repeating transactions.
- Fixes a problem that results in all templates being expenditures.
v2.4.3 - Bugfix
Bugfixes
- Fixes a problem that prevented the start of BudgetMaster if the database includes repeating transactions with tags.
v2.4.2 - Bugfix
Bugfixes
- Fixes a problem that prevents the creation of new transactions from a template
v2.4.1 - Bugfix
Bugfixes
- Fixes the problem that causes some transactions to be shown multiple times after opening the database with the new version of BudgetMaster.
v2.4.0 - Transaction Templates
New features
- transaction templates: allows the creation of templates for similar transactions
- auto backup: allows the scheduling of automatic BudgetMaster data backups
- command line option to set custom directory: specify a folder where settings, database and backups are stored (more details in the wiki)
- transaction name suggestions: shows suggestions based on the last 25 created transactions
- new charts:
- income/expenditures per year
- rest per month
Improvements
- preselect month as repeating type for recurring transactions
- prevent backup reminder from showing on first start after installation
- update spring boot to version 2.2.5
- show number of remaining characters for transaction description
- initially select name input on new transaction page
- avoid cluttering the log file by only showing the message
cleaning tags
in debug mode
Bugfixes
- favicon is now accessible again (even without login)
- fixed too much filter results if filtering by category or name
- default categories are now always localized
- default categories are now always sorted correctly
- shortcut for new repeating transaction (
r
) is now disabled in category select - fixed income/expenditure switch not correctly prefilled if invalid amount is entered and saved
v2.3.1 - Bugfix
- Fixes a problem that causes some transactions to be inserted into the wrong accounts when importing multiple accounts
- Fixes problems when deleting accounts
v2.3.0 - Web Charts
- web charts for data visualization
- including 6 default charts
- select date ranges manually or use quick date ranges
- create your own charts ith the chart editor
- export charts as images
- added hotkeys (e.g. for creating a new transaction)
- reorganized settings page
- future transactions are now displayed slightly transparent
- added settings option for number of results in search page
- show number of times used for each category on categories page
v2.2.1 - Bugfix
UI improvements
- Show full date in search results
- Fix CSS positioning problems on filter and report page
Fix transaction overview
Fixes a problem where opening the transaction page with all accounts selected shows too much entries.