Corrected wrong timestamps

pull/129/head
Konstantin Gründger 2025-04-19 13:22:48 +02:00
rodzic 56cbe2cb0a
commit b563d1c691
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -1,15 +1,14 @@
# CHANGELOG
=======
## 1.3.0: - 2025-04-19
- parser: Handle messages that do not conform to the "ogn-aprs-protocol" specification/implementation (fixes #126)
- Moved dependency management to to poetry
- Added github action pipeline for automated testing and publishing
## 1.2.3: - 2024-04-01 (not released on PyPI)
## 1.2.3: - 2025-04-01 (not released on PyPI)
- parser: Added support for OGNMTK (Microtrak) beacons
## 1.2.2: - 2024-03-31 (not released on PyPI)
## 1.2.2: - 2025-03-31 (not released on PyPI)
- client: If no reference_timestamp provided use timestamp from APRS server (fixes #85)
- parser: Handle dst_calls 'OGFLR6' (protocol 6) and 'OGFLR7' (protocol 7) like 'OGFLR' (fixes #123)