Bump version 1.2.7 and release notes

This commit is contained in:
Jakub Cuth 2020-04-17 11:52:42 +00:00
parent 9072f84646
commit b75a6f7cf8
4 changed files with 8 additions and 14 deletions

View File

@ -2,7 +2,7 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unpublished
## [v1.2.7] Emma - beta (2020-04-XXX)
### Added
* IMAP extension MOVE with UIDPLUS support
@ -15,9 +15,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-282 Completely delete old draft instead moving to trash when user updates draft
* Adding DSN Sentry as build time parameter
* GODT-124 bump go-appdir from v1.0.0 to v1.1.0
* Skip processing message update event if http statuscode is 422
* CSB-72 Skip processing message update event if http statuscode is 422
## [v1.2.6] Donghai - beta (2020-03-XXX)
## [v1.2.6] Donghai - beta (2020-03-31)
### Added
* GODT-145 support drafts

View File

@ -4,7 +4,7 @@ GOOS:=$(shell go env GOOS)
## Build
.PHONY: build check-has-go
VERSION?=1.2.6-git
VERSION?=1.2.7-git
REVISION:=$(shell git rev-parse --short=10 HEAD)
BUILD_TIME:=$(shell date +%FT%T%z)

View File

@ -1,2 +1,3 @@
• Fixed rare case of sending the same message multiple times in Outlook
• Fixed bug in macOS update process; available from next update
• Fixed sync errors due to localization
• Fixed draft deletion
• Fixed re-appearing messages in Outlook

View File

@ -1,8 +1 @@
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
• Changed directory for storing logs on Linux