diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index 057dc2e2..d1d0872c 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -1,3 +1,21 @@ +## v1.8.0 +- 2021-05-17 + +### New +- Refactor of message builder to achieve greater RFC compliance +- Implemented connection manager to improve performance during weak connection, better handling of connection loss and other connectivity issues +- Increased the number of message fetchers to allow more parallel requests - performance improvement +- Log changes for easier debugging (update-related) +- Prompt profile installation during Apple Mail auto-configuration on MacOS Big Sur + +### Fixed + +- Bugs with building of message bodies/headers +- Incorrect naming format of some of the attachments +- Removed html-wrappig of non-decriptable messages - to facilitate decryption outside Bridge and/or allow to store such messages as they are +- Tray icon issues with multiple displays on MacOS + + ## v1.6.9 - 2021-04-01 diff --git a/release-notes/ie_stable.md b/release-notes/ie_stable.md index 142556ff..2528efa3 100644 --- a/release-notes/ie_stable.md +++ b/release-notes/ie_stable.md @@ -1,3 +1,11 @@ +## v1.3.3 +- 2021-05-17 + +### Fixed +- Fixed potential security vulnerability related to rpath +- Improved parsing of embedded messages + + ## v1.3.1 - 2021-03-11