pull/93/head v1.0.0
Konstantin Gründger 2020-10-15 22:58:58 +02:00
rodzic fe0257b4aa
commit a612ca9965
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
# CHANGELOG
## not released
- client: changed socket mode from blocking to timeout (fixes #89)
- parser: Added optional distance/bearing/normalized_quality calculation (fixes #86)
- parser: Added support for weather data from FANET ground stations (aprs_type: position_weather)
- parser: Added support for latency in receiver messages (OGNSDR) (fixes #87)
## 1.0.0: - 2020-10-15
- client: changed socket mode from blocking to 5s timeout (fixes #89)
- parser: Added optional distance/bearing/normalized_quality calculation if parameter "calculate_relatives" is True (fixes #86)
- parser: Added support for weather data (new in receiver software v0.2.8) from FANET ground stations (aprs_type: position_weather)
- parser: Added support for latency (new in receiver software v0.2.8) in receiver messages (OGNSDR) (fixes #87)
- parser: Added support for reference_timestamp with tzinfo (fixes #84)
- parser: Fixed textual altitude part (fixes #81)
- parser: Skip keys where value is "None"

Wyświetl plik

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