Skip to content

v2.15.0 - Improved Docker Image Size

Compare
Choose a tag to compare
@deadlocker8 deadlocker8 released this 21 Jun 22:07
· 119 commits to master since this release

⚠️ Important configuration changes

❗ The settings option security.require-ssl=true in the settings.properties has been renamed to server.ssl.enabled=true. You have to adapt your settings.properties file.

❗ The BudgetMaster Dockerfile no longer uses tomcat as base image. Therefore the port inside the container changed from 8080 to 9000. #736

✨ New features

✏️ Improvements

  • charts: sort categories alphabetically in bar charts (categories per month/year) #737
  • csv import: create new transaction from template: do not override category #739
  • csv import: show horizontal scrollbar on table start when associating columns #741
  • csv import: avoid page reload on skip/undo skip and on inline save #742
  • improved docker image size #736
  • updated dependencies #734

🐛 Bugfixes

  • csv import: fixed floating point precision #740
  • filter: fixed a bug that prevented filters from being usable #743

⚠️Deprecations

Minimum supported version of BudgetMaster database is now v2.10.0

❗ If you are still using BudgetMaster v2.9.2 or earlier, please make sure to upgrade to v2.10.0 prior to using this release! ❗

Minimum supported version for JSON import is now 4

❗ BudgetMaster database exports (JSON files) from version prior to v2.5.0 (version code 3 or less inside the JSON) can no longer be imported ❗