Skip to content

Releases: forevermatt/budget

Refactor to single `budget` object structure

05 Jun 00:07
e58bf5d
Compare
Choose a tag to compare

Changed

  • Change budgets array to single budget object

Added

  • Enable editing a category

Add accounts

15 May 00:15
7cef047
Compare
Choose a tag to compare

Added

  • Add accounts data store
  • Enable adding a (financial) account
  • Enable seeing the list of accounts

Fixed

  • Extract character-related functions to a helper file

Improve UX for specifying amounts

14 May 02:43
514016f
Compare
Choose a tag to compare

Fixed

  • Improve UX when specifying the budgeted amount for a category

Fix paths for GitHub Pages hosting

10 May 21:08
42ae005
Compare
Choose a tag to compare

Fixed:

  • Put index.html in root to fix GitHub Pages hosting
  • Make asset paths in index.html relative so they work on GitHub Pages hosting

Add categories

10 May 19:16
3d38112
Compare
Choose a tag to compare

Added:

  • Add basic application structure
  • Enable adding categories
  • Save categories to localStorage
  • Load categories from localStorage (if found)