Update auto-generated files

This commit is contained in:
Jakub
2020-05-07 21:16:03 +02:00
committed by Jakub Cuth
parent 833fce8702
commit 4a8d07d54e
3 changed files with 8 additions and 14 deletions

View File

@ -15,20 +15,14 @@
// You should have received a copy of the GNU General Public License
// along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
// Code generated by ./release-notes.sh at Mon Apr 6 10:56:36 CEST 2020. DO NOT EDIT.
// Code generated by ./release-notes.sh at Thu 07 May 2020 08:46:50 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
`