File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
+ ## [ Bridge 2.2.1] Millau
6
+
7
+ ### Added
8
+ * GODT-1550: Add gobinsec check after CI build.
9
+ * GODT-1686: Add Label/Folder filtering to pmapi.
10
+
11
+ ### Changed
12
+ * Rebranding:
13
+ * GODT-1475: Change systray icons.
14
+ * GODT-1565: Update Bridge application icons.
15
+ * GODT-1564: Update welcome illustration.
16
+ * GODT-1626: Update gopenpgp v2.4.7.
17
+ * GODT-1627: Update go-srvp to v0.0.5.
18
+ * GODT-1523: Reduce unnecessary shell executions. Inspired by @kortschak .
19
+ * Other: Add v2 to module name.
20
+ * GODT-1562: Update test fingerpring.
21
+
22
+ ### Fixed
23
+ * GODT-1659: Convert charset only for ` text/* ` MIME types.
24
+ * GODT-1640: Renew test keys.
25
+
26
+
5
27
## [ Bridge 2.2.0] Millau
6
28
7
29
### Added
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
10
10
.PHONY : build build-nogui build-launcher versioner hasher
11
11
12
12
# Keep version hardcoded so app build works also without Git repository.
13
- BRIDGE_APP_VERSION? =2.2.0 +git
13
+ BRIDGE_APP_VERSION? =2.2.1 +git
14
14
APP_VERSION: =${BRIDGE_APP_VERSION}
15
15
SRC_ICO: =bridge.ico
16
16
SRC_ICNS: =Bridge.icns
Original file line number Diff line number Diff line change 1
1
.PHONY : check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
2
2
3
3
export GO111MODULE =on
4
- export BRIDGE_VERSION: =2.2.0 +integrationtests
4
+ export BRIDGE_VERSION: =2.2.1 +integrationtests
5
5
export VERBOSITY? =fatal
6
6
export TEST_DATA =testdata
7
7
You can’t perform that action at this time.
0 commit comments