kopia lustrzana https://github.com/glidernet/python-ogn-client
rodzic
7e1a7e75a9
commit
28848b6248
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
# 1.2.0: - 2021-06-01
|
||||
- parser: Added support for OGNSKY (safesky) beacons
|
||||
- client: Replace bad characters with <20> instead of raising an exception (restore old behaviour with parameter ignore_decoding_error=False)
|
||||
|
||||
## 1.1.0: - 2021-04-05
|
||||
- parser: Added no-tracking flag decoding
|
||||
- parser: Fixed aircraft_type decoding
|
||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
|||
|
||||
APRS_APP_NAME = 'python-ogn-client'
|
||||
|
||||
PACKAGE_VERSION = '1.1.0'
|
||||
PACKAGE_VERSION = '1.2.0'
|
||||
APRS_APP_VER = PACKAGE_VERSION[:3]
|
||||
|
||||
APRS_KEEPALIVE_TIME = 240
|
||||
|
|
Ładowanie…
Reference in New Issue