Skip to content

Releases: deadlocker8/BudgetMaster

v2.1.2 - Bugfix

26 Mar 18:17
Compare
Choose a tag to compare

Fixes a problem where using the global datepicker to choose the month and year leads to a broken page.

v2.1.1 - Bugfix

16 Mar 17:12
Compare
Choose a tag to compare
updated README

v2.1.0 - Web Reports

16 Mar 16:06
7e990ff
Compare
Choose a tag to compare
  • 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

18 Dec 20:53
Compare
Choose a tag to compare
  • Tomcat Compatibility
  • Small improvements concerning the website layout

v2.0.0 - BudgetMasterWeb

02 Dec 10:26
1b98f01
Compare
Choose a tag to compare

Full rewrite of the entire project. Features a fresh web ui supporting various screen resolutions.

v1.8.0 - Local Server

17 Dec 12:49
23ceb6a
Compare
Choose a tag to compare

🎉 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

07 Nov 16:52
e8ae4cd
Compare
Choose a tag to compare
  • fixed critical error that prevents startup on first start of BudgetMaster on a machine (no settings.json existing)

v1.7.0 - The Dev Update

27 Oct 12:01
Compare
Choose a tag to compare
  • 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

03 Oct 16:55
Compare
Choose a tag to compare
  • 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

v1.5.0 - Updater

31 Aug 09:58
Compare
Choose a tag to compare
  • remember report table column order and selection
  • added Updater for easier client update procedure
  • bugfixes