From cf7bcd91344673827b0d7021f3d427fa64c03996 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 8 Jun 2023 08:51:14 -0400 Subject: [PATCH] Updated CHANGELOG.md for v0.70.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a61a8c..4fcc295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.70.5 - 2023-06-08 + +- **FIX:** Fixed an error that prevented pasting a Buckets License in when trying to use the Buckets Relay ([#884](https://github.com/buckets/application/issues/884)) +- **FIX:** Show local sharing server as "Running" instead of "Starting" when it's actually running. +- **FIX:** Bug reports work again and failed report submissions are no longer reported as successes in the log ([#909](https://github.com/buckets/application/issues/909)) +- **FIX:** When checking for updates fails for network problems outside of Buckets' control, an error is no longer shown to the user ([#898](https://github.com/buckets/application/issues/898)) +- **FIX:** In sidebar list of accounts, a consistent number of decimal places is now shown, even if the "cents" part is 0 ([#910](https://github.com/buckets/application/issues/910)) + # v0.70.4 - 2023-04-11 - **FIX:** Fixed SimpleFIN Bridge certificate errors by using a more forward-compatible method of making HTTP requests ([#895](https://github.com/buckets/application/issues/895))