diff --git a/data/appdata.xml b/data/appdata.xml index 04614b6..ce75e04 100644 --- a/data/appdata.xml +++ b/data/appdata.xml @@ -49,6 +49,16 @@ + + +

The geoidal release

+
    +
  • Add 'Geoidal separation' field to dataframe
  • +
  • Display DOPs (PDOP, HDOP, VDOP) on a single dataframe line
  • +
  • Various small fixes to gnss-share source, logging, NMEA parsing etc.
  • +
+
+

The automatic release

diff --git a/satellite/__init__.py b/satellite/__init__.py index 2d554b9..4f97f0a 100644 --- a/satellite/__init__.py +++ b/satellite/__init__.py @@ -1,4 +1,4 @@ # Copyright 2021-2023 Teemu Ikonen # SPDX-License-Identifier: GPL-3.0-only -__version__ = "0.4.1" +__version__ = "0.4.2"