pull/127/head v1.2.3
Sebastien Chaumontet 2025-04-02 00:13:34 +02:00
rodzic 5d553d0a7d
commit bb6aee0d5b
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,8 @@
# CHANGELOG
## 1.2.3: - 2024-04-01
- parser: Add Microtrak parser
## 1.2.2: - 2024-03-31
- client: If no reference_timestamp provided use timestamp from APRS server (fixes #85)
- parser: Manage Flarm APRS messages with TOCALL set to OGFLR6 and OGFLR7 (fixes #123)

Wyświetl plik

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