From 27889b8085a381be28b6cd2572b1dc85902c843a Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Fri, 2 Dec 2022 15:42:11 +0100 Subject: [PATCH] Other: Bridge Perth Narrows v3.0.4 --- Changelog.md | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 18451573..dd67c0a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,19 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 3.0.4] Perth Narrows + +### Changed +* Other: Do not list \Deleted flag for All Mail. +* Other: Disable perma-delete for expunge on Spam folder. + +### Fixed +* Other: Ensure expunge feature test pushes to error stack. +* GODT-2170: Use client-side draft update in integration tests. +* GODT-2170: Improving test server behaviour. +* GODT-2170: Update draft event means delete old and create new message. +* GODT-2170: User create draft route: first steps. + ## [Bridge 3.0.3] Perth Narrows ### Fixed diff --git a/Makefile b/Makefile index 084b631e..20340c89 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.3+git +BRIDGE_APP_VERSION?=3.0.4+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG