Skip to content

Releases: jerrymjones/MonthlyBudgetEditor

v2206

18 Jun 18:25
Compare
Choose a tag to compare

BUG: Negative budget differences should be highlighted in red.

v2205

15 Mar 03:07
Compare
Choose a tag to compare
  • IMPROVEMENT: Improve colors for non-dark themes.
  • BUG: Properly display amounts for the base category and add support for categories that use a different currency than the base currency.

v2204

05 Mar 02:29
Compare
Choose a tag to compare

IMPROVEMENT: Use UUIDs for account identification instead of fullNames + account type so that duplicate account names will work.
Prior to this, a duplicate was ignored with a warning.

v2203

17 Feb 19:59
Compare
Choose a tag to compare

Fixed duplicate category name bug.

v2202

15 Feb 23:06
Compare
Choose a tag to compare
  • Rename the BudgetList class to MyBudgetList to prevent collisions with the Moneydance API class called BudgetList.
  • When a budget item goes from a value to 0, just deleting the budget item (which effectively sets the value to 0) does not fire the budgetModified event so we'll store a 0 then delete the item so that Monthly Budget Bars picks up the change.
  • Allow resizing of the editor window and the table columns.
  • BUG: Fixed a bug causing the table to not be displayed in certain circumstances.

v2201

03 Feb 18:41
Compare
Choose a tag to compare

Initial release.