From b75a6f7cf899ba1767fd83e334b3c5d6a69a4629 Mon Sep 17 00:00:00 2001 From: Jakub Cuth Date: Fri, 17 Apr 2020 11:52:42 +0000 Subject: [PATCH] Bump version 1.2.7 and release notes --- Changelog.md | 6 +++--- Makefile | 2 +- release-notes/bugs.txt | 5 +++-- release-notes/notes.txt | 9 +-------- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Changelog.md b/Changelog.md index 77032f0b..76d6e15d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Makefile b/Makefile index 5d033df8..9d91f310 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/release-notes/bugs.txt b/release-notes/bugs.txt index ec38cd80..af3c9508 100644 --- a/release-notes/bugs.txt +++ b/release-notes/bugs.txt @@ -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 diff --git a/release-notes/notes.txt b/release-notes/notes.txt index a84bced0..dbc1a7c5 100644 --- a/release-notes/notes.txt +++ b/release-notes/notes.txt @@ -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