mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
Other: Bridge Perth Narrows v3.0.4
This commit is contained in:
13
Changelog.md
13
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
|
||||
|
||||
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user