diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index 3f8fd59a..896a098e 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -1,3 +1,30 @@ +## v3.1.2 +- 2023-04-27 + +### New +- Significantly reduced memory consumption both during synchronization and communication with email clients +- Added synchronization indicator to the graphical user interface (GUI) +- Added "Close window" and "Quit Bridge" buttons to the main window +- Added command line switches to control GUI rendering +- Switched to software rendering on Windows to support old graphics cards +- Added support for Proton's Scheduled send feature +- Avoided making email clients to ask for Bridge credentials when they started faster than Bridge at startup +- Added a notification when a user is signed out from Bridge in the background +- Improved desynchronization avoidence by setting UIDValidity from the current time +- Started updating emails in the email clients frequently when Bridge is started after not being online for longer period of time +- Improved error detection and handling +- Optimized Recovered Messages folder size by not adding a message to it if that message has been added to it before (deduplication) + +### Fixed +- Fixed transparent window with old graphics cards or virtual machines on Windows +- Reduced notifications that does not require user actions +- Improved exception / crash handling +- Improved handling complex MIME types +- Reduced the source of errors that can lead to gRPC related error messages +- Fixed sub-folder rename issues +- Fixed various bugs related to secure vault handling, network communication errors, Proton server communication, operating system integration. + + ## v3.0.21 - 2023-03-23