We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3ada1 commit 592897bCopy full SHA for 592897b
Changelog.md
@@ -3,6 +3,12 @@
3
Changelog [format](http://keepachangelog.com/en/1.0.0/)
4
5
6
+## Margit Bridge 3.23.1
7
+
8
+### Fixed
9
+* BRIDGE-488: Restore previous RemoveFromMailbox behavior (< 3.23.0). Drafts moved to trash should not be perma-deleted.
10
11
12
## Margit Bridge 3.23.0
13
14
### Added
Makefile
@@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
.PHONY: build build-gui build-nogui build-launcher versioner hasher install-libfido2
# Keep version hardcoded so app build works also without Git repository.
15
-BRIDGE_APP_VERSION?=3.23.0+git
+BRIDGE_APP_VERSION?=3.23.1+git
16
APP_VERSION:=${BRIDGE_APP_VERSION}
17
APP_FULL_NAME:=Proton Mail Bridge
18
APP_VENDOR:=Proton AG
0 commit comments