pull/95/head
Konstantin Gründger 2021-04-06 09:07:16 +02:00
rodzic 8db0e7706b
commit 464969a70e
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,8 @@
# CHANGELOG
## 1.1.0: - 2021-04-05
- parser: Added no-tracking flag decoding
- parser: Fixed aircraft_type decoding
## 1.0.1: - 2020-11-02
- client: catch errors while connecting (fixes #74 and #91)
- client: no logging messages by default (fixes #92)

Wyświetl plik

@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
APRS_APP_NAME = 'python-ogn-client'
PACKAGE_VERSION = '1.0.1'
PACKAGE_VERSION = '1.1.0'
APRS_APP_VER = PACKAGE_VERSION[:3]
APRS_KEEPALIVE_TIME = 240