Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 12:28
· 69 commits to beta since this release
d5b1d00

1.0.0-beta.1 (2020-09-14)

Bug Fixes

Features

  • add "Open recent" file menu (043c369)
  • add accountNumber select to NewBudget (03af78e)
  • add application icon (91454b3)
  • add basic theme (038ac79)
  • add budget totals (264985c)
  • add budgetInput (94346fc)
  • add header (2ae53ae)
  • add init with file (4f36ac3)
  • add number formatting (24c7bfb)
  • add tab bar component (81e442d)
  • add transaction import from moneymoney (5f9fdaa)
  • build that thing (6c64bbf)
  • decrease sizes to match common osx apps (0478cf9)
  • differentiate category groups and categories (92918b3)
  • Display all categories and update UI (33c2ff2)
  • display app and budget name in title bar (db7f13f)
  • display balances of future entries (0455446)
  • display category budgets (6ff59cb)
  • display helpful message when moneymoney can not be found (f94efaa)
  • display icons in sidebar and account select (7649caf)
  • display uncategorized spendings (7a32826)
  • do not auto-open save as when budget is created (4338f2b)
  • do not display empty budget when transactions are not loaded yet (e361604)
  • ensure selectable accounts can hande transactions (aa1e47c)
  • evaluate math in budget inputs (7d1d26f)
  • format totals (af8502e)
  • handle enter and return key in budget input (411e59b)
  • implement basic budget layout (f164d14)
  • implement basic settings (6a803c4)
  • implement budget ui slider (44cf5f5)
  • implement category budget inputs (c73d609)
  • implement category overspend rollover (a2079c3)
  • implement income category setting (dbbb77e)
  • implement overspending (ab0ac2f)
  • indent and dim category sidebar (1424863)
  • install update-electron-app (e0bcea0)
  • intoduce refreshable resource (96388b5)
  • load accounts using suspense (aadd541)
  • load categories using suspense (abfc087)
  • make future months editable (5abe5db)
  • make it look good-ish (6ee2f75)
  • make month 1px wider (e294680)
  • move all moneymoney state into recoil+suspense (4627a80)
  • move moneymoney osascript handlers to main process (bd55168)
  • new app icon (3820b6c)
  • remove alpha warning from welcome screen and only show it when no other windows are active (92a2c0e)
  • BudgetInput: support value accessors in BudgetInputs (007eadf)
  • make category groups collapsable (45bb988)
  • make settings closable (8e49109)
  • re-open budgets from last session (7fe44a0)
  • refresh MoneyMoney data using CMD+R or the File Menu (2236465)
  • register recent documents to jump menu (40964f0)
  • warn when window is closed with unsaved changes (33c14e8)
  • edit-menu: configure edit menu (a3a95a0)
  • MonthView: display startingBalance in pastMonths (043fa60)
  • NewBudget: add welcome & new budget view (00bbba0)
  • Settings: add currency setting (0633ccf)
  • Settings: add start-date setting (d74ab13)
  • Settings: add starting Balace setting (bcab691)
  • implement file handling (8d35ece)
  • implement month view (54e5ee5)
  • use roboto (9214274)

Performance Improvements

  • create webpack bundle of main bootstrap (411e1ed)
  • getAccounts memoize currency filter for accounts (5ebe281)
  • load initialInitRes in bootstrap (496c13c)
  • parse moneymoney responses in main and memoize usable accounts (6d7fe53)