mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
Bump version 1.2.7 and release notes
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## Unpublished
|
## [v1.2.7] Emma - beta (2020-04-XXX)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* IMAP extension MOVE with UIDPLUS support
|
* 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
|
* GODT-282 Completely delete old draft instead moving to trash when user updates draft
|
||||||
* Adding DSN Sentry as build time parameter
|
* Adding DSN Sentry as build time parameter
|
||||||
* GODT-124 bump go-appdir from v1.0.0 to v1.1.0
|
* 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
|
### Added
|
||||||
* GODT-145 support drafts
|
* GODT-145 support drafts
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ GOOS:=$(shell go env GOOS)
|
|||||||
## Build
|
## Build
|
||||||
.PHONY: build check-has-go
|
.PHONY: build check-has-go
|
||||||
|
|
||||||
VERSION?=1.2.6-git
|
VERSION?=1.2.7-git
|
||||||
REVISION:=$(shell git rev-parse --short=10 HEAD)
|
REVISION:=$(shell git rev-parse --short=10 HEAD)
|
||||||
BUILD_TIME:=$(shell date +%FT%T%z)
|
BUILD_TIME:=$(shell date +%FT%T%z)
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
• Fixed rare case of sending the same message multiple times in Outlook
|
• Fixed sync errors due to localization
|
||||||
• Fixed bug in macOS update process; available from next update
|
• Fixed draft deletion
|
||||||
|
• Fixed re-appearing messages in Outlook
|
||||||
|
|||||||
@ -1,8 +1 @@
|
|||||||
NOTE: We recommend to reconfigure your email client after upgrading to ensure the best results with the new draft folder support
|
• Changed directory for storing logs on Linux
|
||||||
|
|
||||||
• 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user