Skip to content

Releases: deadlocker8/BudgetMaster

v2.5.0 - Readonly Accounts

03 Dec 21:14
Compare
Choose a tag to compare

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 (More info)
  • new hotkey for saving a transaction Ctrl + Enter

Improvements

  • enhanced keyboard navigation on template page: use up/down key to select a template and enter 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

19 Aug 20:41
Compare
Choose a tag to compare

Bugfixes

  • Fixes a problem that results in all new transactions being shown as incomes.

v2.4.4 - Bugfix

05 Aug 20:04
Compare
Choose a tag to compare

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

19 Jul 19:59
Compare
Choose a tag to compare

Bugfixes

  • Fixes a problem that prevented the start of BudgetMaster if the database includes repeating transactions with tags.

v2.4.2 - Bugfix

05 Jul 15:39
Compare
Choose a tag to compare

Bugfixes

  • Fixes a problem that prevents the creation of new transactions from a template

v2.4.1 - Bugfix

01 Jul 19:35
Compare
Choose a tag to compare

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

28 Jun 19:13
Compare
Choose a tag to compare

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

28 Aug 19:18
Compare
Choose a tag to compare
  • 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

25 Aug 15:54
Compare
Choose a tag to compare
  • 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

22 Jun 18:12
Compare
Choose a tag to compare

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.