v1.0.0-beta.1
Pre-release
Pre-release
github-actions
released this
14 Sep 12:28
·
69 commits
to beta
since this release
1.0.0-beta.1 (2020-09-14)
Bug Fixes
- menu: fix issue where no new windows could be created from file menu when an existing window was open (774566b)
- MonthView: fix issue where month data was not displayed when scrolling at the bottom of a budget with lots of categories (b491af8)
- add available funds this month to month data (8bdd001)
- allow euse of renderProcess (e3b43a3)
- also update title (8771070)
- always start budget on startDate (b4c64a7)
- broadcast scheme updates from main (c570c86)
- copy amounts for totals and sums (d7633dd)
- disable unused electron features (2f569a5), closes /github.com/electron/electron/blob/master/docs/tutorial/security.md#16 /github.com/electron/electron/blob/master/docs/tutorial/security.md#13 /github.com/electron/electron/blob/master/docs/tutorial/security.md#12
- display hint when no accounts found for currency (d8c0058)
- do not disable "Save as" when file has no changes (65c8380)
- do not display negative zero (-0.00) in month overview (f5baa70)
- do not require transactions to have a name and valueDate (a3aaade)
- do not show settings on startup (4e7cf0e)
- do not warn of unsaved changes when all values are same (53b1d6a)
- fix bug that caused the rollover overspending right-click not to work (323df7a)
- fix button & select colors in light and dark mode (4fe009b)
- make assertions directly on readBudget chainable (7bf13ef)
- make month budget header more accessable (d5f16e3)
- new aproach for auto-updates (f667c79)
- prevent long budget names from overflowing into months (dc16759)
- prevent ResizeObserver loop limit exceeded error (011788d)
- properly load electron-settings (6ee3bc7)
- round toBudget amount (8f0a19c)
- security updates (d86aa02)
- select all text on budget input focus (1b6b6f5)
- trim long categories (12a8ef9)
- up and down keys work again in budget inputs (d7c223e)
- update unsecure dependencies (31f57ca)
- use correct version in build and artefacts (16aefc1)
- BudgetInput: better input UX (fd82a4f)
- BudgetInput: keep selection right-aligned (c76be13)
- dev: compile to commonjs for dev-mode (8f51b21)
- NumberFormatter: do not calculate with only + or - (25c9cf3)
- Overview: display budgeted total as negative number (a8fa802)
- security: patch 3 low severity vulnerabilities in dependencies (f858bd2)
- Settings: only allow positive numbers (0f3359b)
- Settings: unselect all accounts when account list changes (c1b4307)
- welcome: display basic menu (54672d4)
- use dynamic month header heights (d392179)
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)