mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-13 04:18:34 +00:00
Other: Import-Export Farg 1.3.1
This commit is contained in:
12
Changelog.md
12
Changelog.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## [IE 1.3.1] Farg
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* GODT-1047 No silent updates for Import-Export app.
|
||||||
|
* GODT-247 Cache and update files moved from user's cache to config.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Other: include latest go.mod/go.sum changes.
|
||||||
|
* GODT-803 Fix import to wrong target address.
|
||||||
|
* GODT-948 Embedded messages.
|
||||||
|
* GODT-1043 Fix showing long login error in GUI dialog.
|
||||||
|
|
||||||
## [Bridge 1.6.6] HZM
|
## [Bridge 1.6.6] HZM
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ TARGET_OS?=${GOOS}
|
|||||||
|
|
||||||
# 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?=1.6.6+git
|
BRIDGE_APP_VERSION?=1.6.6+git
|
||||||
IE_APP_VERSION?=1.3.0+git
|
IE_APP_VERSION?=1.3.1+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=logo.ico
|
SRC_ICO:=logo.ico
|
||||||
SRC_ICNS:=Bridge.icns
|
SRC_ICNS:=Bridge.icns
|
||||||
|
|||||||
Reference in New Issue
Block a user