Skip to content

Commit

Permalink
Updated CHANGELOG.md for v0.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Jan 15, 2024
1 parent 1a7204f commit be09517
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.73.1 - 2024-01-15

- **FIX:** Fixed a bug that prevented deleting existing sharing avenues when upgrading to v0.73.0 ([#949](https://github.com/buckets/application/issues/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](https://github.com/buckets/application/issues/946))
- **FIX:** Fixed a crash that happened when a shared folder becomes unavailable ([#953](https://github.com/buckets/application/issues/953))
- **FIX:** Errors during merging are now shown as specific error messages ([#950](https://github.com/buckets/application/issues/950))
- **FIX:** Catch more errors during update instead of crashing ([#934](https://github.com/buckets/application/issues/934), [#939](https://github.com/buckets/application/issues/939), [#941](https://github.com/buckets/application/issues/941))
- **FIX:** Fixed rare crash from translation misconfiguration ([#938](https://github.com/buckets/application/issues/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.
Expand Down

0 comments on commit be09517

Please sign in to comment.