diff --git a/internal/bridge/release_notes.go b/internal/bridge/release_notes.go index ff2d2960..20cad9bf 100644 --- a/internal/bridge/release_notes.go +++ b/internal/bridge/release_notes.go @@ -15,20 +15,14 @@ // You should have received a copy of the GNU General Public License // along with ProtonMail Bridge. If not, see . -// Code generated by ./release-notes.sh at Mon Apr 6 08:14:14 CEST 2020. DO NOT EDIT. +// Code generated by ./release-notes.sh at Mon 18 May 2020 02:00:37 PM CEST. DO NOT EDIT. package bridge -const ReleaseNotes = `NOTE: We recommend to reconfigure your email client after upgrading to ensure the best results with the new draft folder support - -• Faster and more resilient mail synchronization process, especially for large mailboxes -• Added "Alternate Routing" feature to mitigate blocking of Proton Servers -• Added synchronization of draft folder -• Improved event handling when there are frequent changes -• Security improvements for loading dependent libraries -• Minor UI & API communication tweaks +const ReleaseNotes = `• Changed directory for storing logs on Linux ` -const ReleaseFixedBugs = `• Fixed rare case of sending the same message multiple times in Outlook -• Fixed bug in macOS update process; available from next update +const ReleaseFixedBugs = `• Fixed sync errors due to localization +• Fixed draft deletion +• Fixed re-appearing messages in Outlook `