Skip to content

Releases: buckets/desktop-beta

0.77.0

03 Oct 01:40
Compare
Choose a tag to compare

v0.77.0 - 2024-10-01

  • NEW: First draft of dark mode (#293)
  • NEW: When mass editing, you can set payee and memo to blank (#1005)
  • NEW: You can now search by transaction category (#1006)
  • NEW: Currency symbols can now be placed on the left or right side of numbers (#605)
  • NEW: You can now categorize multiple transactions at once (#821)
  • FIX: Fix SimpleFIN connection not working for some servers.
  • FIX: Stale, deleted budget files are now deleted from the recently opened list after a while (#999)
  • FIX: Fix crash during sharing in some specific cases (#1025)
  • FIX: When importing from CSV files, trim whitespace before parsing dates (#1007)
  • FIX: Fixed an error that happens sometimes when importing from YNAB4 (#1013)
  • FIX: If you've manually changed a transaction's posted date, a subsequent import/sync will no longer revert your changes (#685)
  • FIX: Bank macro windows loads again! (#1009, #1015, #975)
  • FIX: YNAB4 imports now include payee (#1011)
  • FIX: Fix a crash resulting from failure to create sharing keys (#838)
  • FIX: Payees can now be imported with OFX and CSV files (#1008)
  • FIX: Fix an error that sometimes happens when moving between months on the transactions page. (#1024)
  • FIX: Pressing enter quickly on the In/Out field no longer repeats the action (#998)
  • FIX: When an account has been deleted, no longer cause an error when importing to that account (#1001)

0.76.0

05 Jul 14:52
Compare
Choose a tag to compare

v0.76.0 - 2024-07-05

  • NEW: Search page: you can now categorize and edit transactions on the search page (#675)
  • NEW: Transaction payees, memo, date and amount can be changed en masse (#311)
  • NEW: Transactions can be filtered now (#334)
  • NEW: Transactions now have Payees (#101, #106)
  • NEW: Accounts can be chosen by fuzzy search (#807)
  • NEW: You can now sort transactions (#198, #267)
  • NEW: You can now select and deselect all transactions by clicking the checkbox in the header row (#226)
  • FIX: When filtering the transaction list to only show uncategorized transactions, newly added transactions are now immediately shown and categorized transactions are immediately removed from the list (#467, #919)

0.75.0

30 Jun 03:49
Compare
Choose a tag to compare

v0.75.0 - 2024-06-29

  • NEW: Slow internal commands are now logged to make debugging slowness easier (#1000)
  • FIX: On Windows, GPU rendering is now disabled by default to fix some extreme slowness on some machines. To reenable it set BUCKETS_ENABLE_HARDWARE_ACCELERATION=1 when running Buckets. (#1000)

0.74.1

13 Jun 20:40
Compare
Choose a tag to compare

v0.74.1 - 2024-06-12

  • FIX: When there's already a problem, errors localizing the menu won't cause extra errors (#956)
  • FIX: Sharing folders now include a creation timestamp so you can distinguish and old and new version in the case where a device gets new keys (#970)
  • FIX: Misc group buckets that disappeared in the last few versions will return and be visible (#990)
  • FIX: When keys used for encrypting shared folders are broken, there is now a way to regenerate the keys in the Sharing preference pane (#969)
  • FIX: Merging errors are now diplayed consistently between desktop and mobile

0.74.0

07 Mar 02:59
Compare
Choose a tag to compare

v0.74.0 - 2024-03-06

  • NEW: You can now skip updating to certain versions on Linux (#980)
  • NEW: Added a 'Show Budget File' menu option to quickly locate the current budget file in Finder/Explorer (#977)
  • NEW: There is now a total at the top of the Recurring Expenses report (#954)
  • FIX: The Recurring Expense report now computes expenses the same way the buckets page does. (#565, #854)
  • FIX: Updated translations for several languages
  • FIX: When merging, schema difference detection now ignores whitespace (#978)
  • FIX: Clarify that SimpleFIN is likely not free (#827)

0.73.4

29 Feb 02:58
Compare
Choose a tag to compare

v0.73.4 - 2024-02-28

  • FIX: When merging budgets, equivalent categorizations are no longer shown as conflicts (#973)

0.73.3

31 Jan 03:07
Compare
Choose a tag to compare

v0.73.3 - 2024-01-30

  • FIX: Fixed a crash that sometimes happened with the Find on page feature (#963)
  • FIX: Verified fix for white screen issue on Linux (#946)
  • FIX: Upgrade Electron to 26.6.7
  • FIX: Fixed a crash caused by trying to access windows that are already closed (#966)
  • FIX: Fixed an error that caused no windows to show up on Linux when trying to open last saved windows. (#965)

0.73.2

16 Jan 15:24
Compare
Choose a tag to compare

v0.73.2 - 2024-01-16

  • FIX: Fixed minor logging typo with shared folders (#955)
  • FIX: Fixed slowness introduced in latest version (#957)

v0.73.1 - 2024-01-15

  • FIX: Fixed a bug that prevented deleting existing sharing avenues when upgrading to v0.73.0 (#949)
  • FIX: On Linux, GPU rendering is now disabled by default to fix a rendering bug on many Linux machines. To reenable it set BUCKETS_ENABLE_HARDWARE_ACCELERATION=1 when running Buckets. (#946)
  • FIX: Fixed a crash that happened when a shared folder becomes unavailable (#953)
  • FIX: Errors during merging are now shown as specific error messages (#950)
  • FIX: Catch more errors during update instead of crashing (#934, #939, #941)
  • FIX: Fixed rare crash from translation misconfiguration (#938)

v0.73.0 - 2024-01-04

  • BREAKING CHANGE: If you open a budget with this version, you will likely not be able to open it with a prior version. This version changes all sequential database IDs to non-sequential GUIDs to prepare for device-to-device syncing.
  • NEW: Budget files can now be merged! Go to Tools > Merge Budgets to try it out. (#134)
  • NEW: Upgraded SQLite to 3.44.0
  • NEW: Account starting balance is now stored explicitly (rather than being computed from the recorded balance and all balance-affecting transactions)
  • NEW: Budgets can be shared between devices using a shared folder, such as is offered by Dropbox, Google Drive, iCloud and others. (#276, #548, #633, #712, #891)
  • FIX: Generic linux builds use linux-latest rather than ubuntu-22.04 in their filename. (#937)
  • FIX: Fixed translations for Estonian, Spanish, Turkish, Romanian and Portuguese. Thank you, translators!
  • FIX: Add Беларуская translations -- thank you Yahor!

0.73.1

15 Jan 18:01
Compare
Choose a tag to compare

v0.73.1 - 2024-01-15

  • FIX: Fixed a bug that prevented deleting existing sharing avenues when upgrading to v0.73.0 (#949)
  • FIX: On Linux, GPU rendering is now disabled by default to fix a rendering bug on many Linux machines. To reenable it set BUCKETS_ENABLE_HARDWARE_ACCELERATION=1 when running Buckets. (#946)
  • FIX: Fixed a crash that happened when a shared folder becomes unavailable (#953)
  • FIX: Errors during merging are now shown as specific error messages (#950)
  • FIX: Catch more errors during update instead of crashing (#934, #939, #941)
  • FIX: Fixed rare crash from translation misconfiguration (#938)

v0.73.0 - 2024-01-04

  • BREAKING CHANGE: If you open a budget with this version, you will likely not be able to open it with a prior version. This version changes all sequential database IDs to non-sequential GUIDs to prepare for device-to-device syncing.
  • NEW: Budget files can now be merged! Go to Tools > Merge Budgets to try it out. (#134)
  • NEW: Upgraded SQLite to 3.44.0
  • NEW: Account starting balance is now stored explicitly (rather than being computed from the recorded balance and all balance-affecting transactions)
  • NEW: Budgets can be shared between devices using a shared folder, such as is offered by Dropbox, Google Drive, iCloud and others. (#276, #548, #633, #712, #891)
  • FIX: Generic linux builds use linux-latest rather than ubuntu-22.04 in their filename. (#937)
  • FIX: Fixed translations for Estonian, Spanish, Turkish, Romanian and Portuguese. Thank you, translators!
  • FIX: Add Беларуская translations -- thank you Yahor!

0.73.0

05 Jan 03:32
Compare
Choose a tag to compare

v0.73.0 - 2024-01-04

  • BREAKING CHANGE: If you open a budget with this version, you will likely not be able to open it with a prior version. This version changes all sequential database IDs to non-sequential GUIDs to prepare for device-to-device syncing.
  • NEW: Budget files can now be merged! Go to Tools > Merge Budgets to try it out. (#134)
  • NEW: Upgraded SQLite to 3.44.0
  • NEW: Account starting balance is now stored explicitly (rather than being computed from the recorded balance and all balance-affecting transactions)
  • NEW: Budgets can be shared between devices using a shared folder, such as is offered by Dropbox, Google Drive, iCloud and others. (#276, #548, #633, #712, #891)
  • FIX: Generic linux builds use linux-latest rather than ubuntu-22.04 in their filename. (#937)
  • FIX: Fixed translations for Estonian, Spanish, Turkish, Romanian and Portuguese. Thank you, translators!
  • FIX: Add Беларуская translations -- thank you Yahor!