mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
IE Farg 1.3.0
This commit is contained in:
@ -2,6 +2,13 @@
|
||||
|
||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [IE 1.3.0] Farg
|
||||
|
||||
### Changed
|
||||
* GODT-1019 Remove dependency on go-apple-mobileconfig.
|
||||
* GODT-928 Reject messages which are too large.
|
||||
* GODT-999 Sending: do not send empty objects to API.
|
||||
|
||||
## [Bridge 1.6.2] HZM
|
||||
|
||||
### Fixed
|
||||
|
||||
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ TARGET_OS?=${GOOS}
|
||||
|
||||
# Keep version hardcoded so app build works also without Git repository.
|
||||
BRIDGE_APP_VERSION?=1.6.2+git
|
||||
IE_APP_VERSION?=1.2.3+git
|
||||
IE_APP_VERSION?=1.3.0+git
|
||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||
SRC_ICO:=logo.ico
|
||||
SRC_ICNS:=Bridge.icns
|
||||
|
||||
@ -5,12 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
* GODT-928 Reject messages which are too large.
|
||||
|
||||
### Removed
|
||||
* Remove dependency on go-apple-mobileconfig.
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
* GODT-999 Sending: do not send empty objects to API.
|
||||
|
||||
Reference in New Issue
Block a user