From 28848b62488ee1e91137ed7c71b87fb1bdad12d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Tue, 1 Jun 2021 22:44:36 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 4 ++++ ogn/client/settings.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1640623..4ccd2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# 1.2.0: - 2021-06-01 +- parser: Added support for OGNSKY (safesky) beacons +- client: Replace bad characters with � instead of raising an exception (restore old behaviour with parameter ignore_decoding_error=False) + ## 1.1.0: - 2021-04-05 - parser: Added no-tracking flag decoding - parser: Fixed aircraft_type decoding diff --git a/ogn/client/settings.py b/ogn/client/settings.py index 7dd42df..c7fe585 100644 --- a/ogn/client/settings.py +++ b/ogn/client/settings.py @@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580 APRS_APP_NAME = 'python-ogn-client' -PACKAGE_VERSION = '1.1.0' +PACKAGE_VERSION = '1.2.0' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240