forked from Silverfish/proton-bridge
Other: Bridge Millau 2.2.1
This commit is contained in:
22
Changelog.md
22
Changelog.md
@ -2,6 +2,28 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## [Bridge 2.2.1] Millau
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* GODT-1550: Add gobinsec check after CI build.
|
||||||
|
* GODT-1686: Add Label/Folder filtering to pmapi.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Rebranding:
|
||||||
|
* GODT-1475: Change systray icons.
|
||||||
|
* GODT-1565: Update Bridge application icons.
|
||||||
|
* GODT-1564: Update welcome illustration.
|
||||||
|
* GODT-1626: Update gopenpgp v2.4.7.
|
||||||
|
* GODT-1627: Update go-srvp to v0.0.5.
|
||||||
|
* GODT-1523: Reduce unnecessary shell executions. Inspired by @kortschak.
|
||||||
|
* Other: Add v2 to module name.
|
||||||
|
* GODT-1562: Update test fingerpring.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* GODT-1659: Convert charset only for `text/*` MIME types.
|
||||||
|
* GODT-1640: Renew test keys.
|
||||||
|
|
||||||
|
|
||||||
## [Bridge 2.2.0] Millau
|
## [Bridge 2.2.0] Millau
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
|
|||||||
.PHONY: build build-nogui build-launcher versioner hasher
|
.PHONY: build build-nogui build-launcher versioner hasher
|
||||||
|
|
||||||
# Keep version hardcoded so app build works also without Git repository.
|
# Keep version hardcoded so app build works also without Git repository.
|
||||||
BRIDGE_APP_VERSION?=2.2.0+git
|
BRIDGE_APP_VERSION?=2.2.1+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=bridge.ico
|
SRC_ICO:=bridge.ico
|
||||||
SRC_ICNS:=Bridge.icns
|
SRC_ICNS:=Bridge.icns
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
|
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
|
||||||
|
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
export BRIDGE_VERSION:=2.2.0+integrationtests
|
export BRIDGE_VERSION:=2.2.1+integrationtests
|
||||||
export VERBOSITY?=fatal
|
export VERBOSITY?=fatal
|
||||||
export TEST_DATA=testdata
|
export TEST_DATA=testdata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user