From 1f8866a48a99bf105a7b3a14035e05f0dd0dd68d Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 18 Jan 2023 16:18:07 +0100 Subject: [PATCH] Other: Bridge Perth Narrows v3.0.11 --- Changelog.md | 22 ++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c63e3985..b5296d3e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,28 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 3.0.11] Perth Narrows + +### Changed +* GODT-2252: Recover from deleted cached messages. +* GODT-2258: change login label and suggest email instead of username. +* Other: Don't clean settings path on teardown. +* Other: Bump GPA to v0.3.0. +* Other: added user's primary email address to the vault. +* GODT-2251: gluon store and DB separated. +* GODT-2093: use the primary email address in the account view and status view. +* GODT-2202: Report update errors from Gluon. +* GODT-2229: Own the full path for gluon and do not change Database path. +* GODT-1797: copyright notice shows a date range with the build year. + +### Fixed +* GODT-2223: Handle bad events by logging user out. +* GODT-2165: Reduce UTF8 parsing errors from TLS header input. +* Others: chores fix a QML warning when no account is present* and a few typos in QML. +* Other(test): Fix integration test steps. +* GODT-2226: Fix moving drafts to trash. +* GODT-2246: do not report API error 422 when using an invalid email address. + ## [Bridge 3.0.10] Perth Narrows diff --git a/Makefile b/Makefile index c4705681..3d1005dc 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) .PHONY: build build-gui build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=3.0.10+git +BRIDGE_APP_VERSION?=3.0.11+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG