Releases: Xiphe/budgetbudget
Releases · Xiphe/budgetbudget
v1.0.0-beta.8
1.0.0-beta.8 (2020-10-20)
Features
- remove numberLocale setting and use system defaults instead (63e4819)
v1.0.0-beta.7
v1.0.0-beta.6
1.0.0-beta.6 (2020-09-22)
Bug Fixes
- ignore empty account groups (9924355)
- solve issue where the "refresh MM data" was not working/available (020b9cd)
Performance Improvements
- make retry button (when MM is locked) work on first click (27a6589)
Reverts
- Revert "fix: do not require MoneyMoney accounts and categories to have an icon" (7b7500f)
v1.0.0-beta.5
1.0.0-beta.5 (2020-09-15)
Bug Fixes
- do not require MoneyMoney accounts and categories to have an icon (05a362c)
v1.0.0-beta.4
1.0.0-beta.4 (2020-09-15)
Bug Fixes
v1.0.0-beta.3
1.0.0-beta.3 (2020-09-14)
Bug Fixes
- solve issue where a white screen was displayed on app startup (52f63a0)
v1.0.0-beta.2
v1.0.0-beta.1
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](411...
v0.2.0-alpha.18
0.2.0-alpha.18 (2020-08-24)
Bug Fixes
- MonthView: fix issue where month data was not displayed when scrolling at the bottom of a budget with lots of categories (b491af8)