IE Farg 1.3.0
This commit is contained in:
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
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
|
## [Bridge 1.6.2] HZM
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
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.2+git
|
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}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=logo.ico
|
SRC_ICO:=logo.ico
|
||||||
SRC_ICNS:=Bridge.icns
|
SRC_ICNS:=Bridge.icns
|
||||||
|
|||||||
@ -5,12 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* GODT-928 Reject messages which are too large.
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
* Remove dependency on go-apple-mobileconfig.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* GODT-999 Sending: do not send empty objects to API.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user