Skip to content

Releases: reZach/my-budget

v2.1.0-beta

25 Apr 03:35
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

Release notes

  • Categories can now be expanded or collapsed.
  • The "sync" button has been renamed to "bank" to more accurately reflect its purpose.

v2.0.1-beta

24 Apr 04:35
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

Release notes

  • Updated readme with new UI.
  • Fixed breaking bug where you couldn't add transactions (accidentally introduced in v2.0.0-beta).

v2.0.0-beta

24 Apr 03:26
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version. We bumped a major version here; functionality may break in this version.

Release notes

  • Limited bank transaction sync functionality, only with www.discover.com. If you'd like to see your bank supported, consider writing a connector.
  • Updating the wiki with documentation and help/guides.

v1.2.0-beta

16 Apr 03:12
Compare
Choose a tag to compare
v1.2.0-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

Release notes

  • Addicted to giving the best-possible design for you all. More major rework of the UI.
  • Easy jumping or behind 6 or 12 months by hovering over the current date; also able to jump to the current month/year.
  • Categories/transactions now fill the app no matter the size (as long as you stay above 800x550 resolution) - much better than before.
  • Calling out categories and sub-categories in a nice way. Same with transactions.
  • Header now holds saving, deleting, the calendar and income modules.
  • Income callout by hovering over your income while on the current month/year. This displays the % you've spent of your budget with the progress bar as before as well as how many days you have left to budget for the month.
  • Tooltips removed for the save and delete buttons.

v1.1.0-beta

14 Apr 22:43
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

Release notes

  • The category section has been re-written to be more compact, it is in table form now. Existing "rename" and "delete" buttons have been replaced with icons.
  • Clickable pieces within the category section and transactions section are now highlighted light blue to indicate it is interact-able.
  • You can cancel (escape) or submit (enter) within the category table when creating new categories/sub-categories or renaming existing categories/sub-categories.
  • Categories, sub-categories and transactions are now properly sorted in their respective lists. Categories and sub-categories are sorted alphabetically and transactions are sorted by date.
  • More vertical space is available for categories (please use the app in full screen for best results).
  • The readme now has a picture of the app.
  • The app now has a slightly dark background color, with sections of a lighter color, to help them stand out more.
  • The calendar is now using month names instead of numbers.
  • Navigating to a month that does not have any categories set gives you the option of copying categories from an existing month.
  • "data" and "calendar" headers have been removed to give more space back.
  • There is a small popover before seeing your budget that explains the use of the passphrase with the app.
  • There are tooltips over the save and delete button while using the app that explain their purpose ("save" is to save pending changes to disk; "delete" is to delete all saved data).
  • There is a scrollbar for transactions that have very long notes.
  • The transactions list now includes the date of the transaction.

v1.0.4-beta

13 Apr 15:44
Compare
Choose a tag to compare
v1.0.4-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

Release notes

  • Application distributions are now available to Mac, Linux and Windows automatically through Azure Pipelines (yay!).
  • The menu for the application has been updated to link to this repo/project/slack.
  • Renamed "day" to "date" in the create transaction section.
  • Removed the excitement of the application (removed the '!'s) - although I still think the application is pretty exciting without them.

v1.0.2-beta

11 Apr 01:57
Compare
Choose a tag to compare
v1.0.2-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

To run the Windows application, please run the win-unpackaged/MyBudget.exe file.
To run the Mac application, install the application with the MyBudget-0.17.1.dmg file or run the mac/MyBudget application.

Release notes

  • Passphrase input is now a proper password field (characters are hidden).
  • Percentage of income progress bar does not show decimals.
  • Bug where deleting a transaction deletes all other transactions in all other months is fixed.

v1.0.1-beta

10 Apr 03:37
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Please note - this is a beta release and functionality may break or change before we release the first major version.

To run the Windows application, please run the win-unpackaged/MyBudget.exe file.
To run the Mac application, install the application with the MyBudget-0.17.1.dmg file or run the mac/MyBudget application.

Release notes

  • Changed the way the data for the app is stored, data for the app is now stored in user-specific directories depending on the OS. This fixes a bug where the Mac version of the app would not work properly.
  • Encrypting with a passphrase now works correctly.
  • An error message is shown how to reset your data if you cannot remember your passphrase.

v1.0.0-beta

08 Apr 03:27
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Please note - this release is a beta release and functionality may break or change before we release the first major version.

(Only Windows binaries to begin with). To run the application, please run the win-unpacked/MyBudget.exe file.

Release notes

  • Allows user to set a passphrase to protect their data while using the app.
  • User can add any number of categories or sub-categories.
  • User can set their monthly income.
  • User can add transactions based on category, sub-category, amount and day of the month, optionally a note regarding the transaction.
  • Transactions can be deleted individually or in bulk (by month).
  • Categories and sub-categories can be renamed or deleted.
  • All data can be deleted from the app.
  • User can save their changes by clicking the save button.
  • User can change the month to budget for any month.