File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
5
6
+ ## Dragon Bridge 3.14.0
7
+
8
+ ### Changed
9
+ * BRIDGE-207: Failure to download or verify an update now fails silently.
10
+ * BRIDGE-204: Removed redundant Sentry events.
11
+ * BRIDGE-150: Observability service modification.
12
+ * BRIDGE-210: Reduced log level of cache events so they won't be printed to stdout.
13
+
14
+ ### Fixed
15
+ * BRIDGE-106: Fixed import of multipart-related messages.
16
+ * BRIDGE-108: Fixed GetInitials when empty username is passed.
17
+
18
+
6
19
## Colorado Bridge 3.13.0
7
20
8
21
### Added
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
12
12
.PHONY : build build-gui build-nogui build-launcher versioner hasher
13
13
14
14
# Keep version hardcoded so app build works also without Git repository.
15
- BRIDGE_APP_VERSION? =3.13 .0+git
15
+ BRIDGE_APP_VERSION? =3.14 .0+git
16
16
APP_VERSION: =${BRIDGE_APP_VERSION}
17
17
APP_FULL_NAME: =Proton Mail Bridge
18
18
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments