File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-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
+ ## Xikou Bridge 3.8.1
7
+
8
+ ### Added
9
+ * GODT-3121: Suggest relevant KB articles in the in-app bug report form.
10
+ * GODT-2001: Add govulncheck to scan for vulnerabilities.
11
+
12
+ ### Changed
13
+ * Keep nighlty-job log as artifact.
14
+ * Test: Improve TestMetadata_JobCorrectlyFinishesAfterCancel.
15
+
16
+ ### Fixed
17
+ * GODT-3153: Do not take into account full address when hasing messages.
18
+
19
+
6
20
## Xikou Bridge 3.8.0
7
21
8
22
### Added
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
11
11
.PHONY : build build-gui build-nogui build-launcher versioner hasher
12
12
13
13
# Keep version hardcoded so app build works also without Git repository.
14
- BRIDGE_APP_VERSION? =3.8.0 +git
14
+ BRIDGE_APP_VERSION? =3.8.1 +git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
APP_FULL_NAME: =Proton Mail Bridge
17
17
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments