Skip to content

0.67.1

Compare
Choose a tag to compare
@iffy iffy released this 09 Aug 02:12
· 22 commits to master since this release

v0.67.1 - 2022-07-24

  • FIX: CSV imports will treat parentheses-enclosed numbers as negative (#740)
  • FIX: Fuzzy searching when categorizing will now highlight the best option consistently (#773)
  • FIX: A bucket's Activity and In amounts are now correctly updated when you undo a prior deposit or withdrawal (#591)
  • FIX: When importing from YNAB4, Buckets now looks for Budget.ymeta and Budget.yfull files in more places (#429, #493)
  • FIX: Syncing from SimpleFIN will no longer overwrite the memo unless it's blank (#746)
  • FIX: Prior to this change, if you kicked the Buckets License bucket it would reappear next time you opened the budget. This was confusing. Now, you can no longer kick it at all with the Trial Version. (#609)
  • FIX: Removed up/down buttons on all date inputs because they are buggy and the keyboard up/down keys can achieve the same effect. (#764)
  • FIX: In the case where 0-amount transactions are created (typically via import/sync) you can now categorize them so they no longer show as uncategorized (#700)
  • FIX: Document that Rain only makes sense when transactions have all been categorized (#508)

v0.67.0 - 2022-07-17

  • BREAKING CHANGE: When entering transaction amounts, typing - before the number will no longer flip the sign. Sorry, we know this is going to ruin your muscle memory! Instead, type + for positive numbers and use no prefix (or type -) to use negative numbers. You can also click on the big - before the amount to toggle between positive and negative numbers (#725, #496)
  • NEW: Handle new SimpleFIN pending transaction attribute. At this point, the attribute is used to ignore pending transactions but will be used in the future to add the transactions once pending transactions are added to Buckets.
  • NEW: Added 8 new colorblind-friendly default bucket colors and added a color picker so you can choose whatever hue hue want! (#690)
  • NEW: Buckets with the same name will now also include their group name in the categorizing dropdown list. (#594)
  • NEW: You can now do fuzzy searching when categorizing transactions. That is, you can type "Insurance" and it will match both "Car Insurance" and "Dog insurance" buckets. (#153)
  • FIX: Silence Dbus-related errors on Linux when keychain access fails (#755)