From 8f45fe823ad0db89c9da75733a17cfb16c541eac Mon Sep 17 00:00:00 2001 From: Gabor Meszaros Date: Thu, 9 Mar 2023 15:46:54 +0000 Subject: [PATCH] doc: Add 3.0.20 release notes --- release-notes/bridge_stable.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index 15437fcf..55ddb9c0 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -1,3 +1,17 @@ +## v3.0.20 +- 2023-03-09 + +### New +- Added better explanation when an email cannot be sent because of non-existing email addresses +- Added a dialog to Bridge where users can repair the application when it encounters an internal error +- Improved error detection + +### Fixed +- Reduced the cases when Bridge could not restart automatically +- Fixed the bug that could cause email states (e.g., read, unread, answered) to come out of sync with the web application. **NOTE: This fix is only applied to new emails. In order to fix older emails in Bridge, the account in Bridge needs to be removed and added back.** +- Fixed incorrect subject parsing caused by double quotes + + ## v3.0.19 - 2023-03-01