From 29b7530ddff0527b137bed3fe54a7713125d206a Mon Sep 17 00:00:00 2001 From: Andrzej Szafranski Date: Wed, 1 Sep 2021 07:45:48 +0000 Subject: [PATCH] Other: release notes --- release-notes/bridge_early.md | 59 ++++++++++++++++++++++++++++++++++ release-notes/bridge_stable.md | 41 +++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/release-notes/bridge_early.md b/release-notes/bridge_early.md index db691f40..11d9e436 100644 --- a/release-notes/bridge_early.md +++ b/release-notes/bridge_early.md @@ -1,3 +1,62 @@ +## v2.0.0 +- 2021-12-14 + +### New + +New Bridge GUI +- Added a Status View in addition to the Main Bridge Window +- Added storage information per signed in account +- Refactor of sign in flows +- Refactor of Helps and Settings section +- Refactor of bug reports +- Refactor of Bridge update flows for beta and stable channeles +- Introduced Reset Bridge feature - to clear all the local preferences and settings +- Introduce local cache configuration + +New local cache +- Refactor of message.BodyStructure +- Refactor of local store +- Allow to store full encrypted message bodies on dysk + +### Fixed +- Blurry system icons with multiple monitor setup +- + + +## v1.8.12 +- 2021-11-30 + +### New + +- Bridge to only be checking and trying to unclock active keys, both user and address + + +## v1.8.11 +- 2021-11-18 + +### Fixed + +- Updated bbold to v1.3.6 - including Unix fixes +- Ensured 'delete' on 'All Mail' is not allowed +- Fixed behaviour for 'append' of external messages to Archive +- Fixed behaviour for 'append' of internal messages to All Mail +- Ensure 'move' to All Mail returns an error +- Fixed behaviour for moving/removing message to/from Spam + + +## v1.8.10 +- 2021-10-01 + +### Fixed + +- Updated crypto-libraries to gopenpgp v2.2.2 and go-srp v0.0.1 +- Ensuring proper handling of updates when the user downloads the newest version manually +- Better handling of an error for importing too large messages via Bridge +- Ensuring message packages are fully built when the list of recipients includes internal addresses (for the users using active domain with Microsoft exchange) +- Fixed Uninstalling on Windows to properly clear updates +- Improvements to reusing connections - performance + + ## v1.8.9 - 2021-09-01 diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index 3801053e..5981af1e 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -1,3 +1,44 @@ +## v1.8.12 +- 2021-12-06 + +### New + +- Bridge to only be checking and trying to unclock active keys, both user and address + +### Fixed + +- Updated bbold to v1.3.6 - including Unix fixes +- Ensure 'delete' on 'All Mail' is not allowed +- Fixed behaviour for 'append' of external messages to Archive +- Fixed behaviour for 'append' of internal messages to All Mail +- Ensure 'move' to All Mail returns an error +- Fixed behaviour for moving/removing message to/from Spam + + +## v1.8.10 +- 2021-10-13 + +### Fixed + +- Updated crypto-libraries to gopenpgp v2.2.2 and go-srp v0.0.1 +- Ensuring proper handling of updates when the user downloads the newest version manually +- Better handling of an error for importing too large messages via Bridge +- Ensuring message packages are fully built when the list of recipients includes internal addresses (for the users using active domain with Microsoft exchange) +- Fixed Uninstalling on Windows to properly clear updates +- Improvements to reusing connections - performance + + +## v1.8.9 +- 2021-09-01 + +### Fixed + +- Fixed an issues with incorrect handling of 401 server error leading to random Bridge logouts +- Changed encoding of message/rfc822 - to better handle sending of the .msg files +- Fixed crash within RFC822 builder for invalid or empty headers +- Fixed crash within RFC822 builder for header with key length > 76 chars + + ## v1.8.7 - 2021-06-24