pull/125/head v1.2.2
Sebastien Chaumontet 2025-04-01 00:01:49 +02:00
rodzic be07be52be
commit 79274c7f97
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
# CHANGELOG
## unreleased
## 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)
## 1.2.1: - 2021-06-06
- client: Added peer IP to log messages

Wyświetl plik

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