Skip to content

Releases: SGL-UT/gnsstk-apps

v14.1.1

28 Mar 15:10
Compare
Choose a tag to compare

GNSSTk-APPs 14.1.1 Release Notes

  • This release includes updates to the build system and GitLab CICD.

Updates since v14.1.0

Build System and Test Suite

  • Update gnsstk-apps_enable.sh source commands to be POSIX compliant.

Gitlab CI

  • Update codeowners file to replace contributors that left

v14.1.0

28 Mar 15:10
Compare
Choose a tag to compare

GNSSTk-APPs 14.1.0 Release Notes

  • This release includes the following:
    • Fixing WhereSat.cpp to no longer filter out almanac subframes.
    • Fixing expected time offset output in gnsstk data submodule repo.
    • Co-installation of major versions of debian packages.

Updates since v14.0.0

Build System and Test Suite

  • Update create debian/ubuntu major version coinstallable package

Gitlab CI

  • Fix deb11 optional pipeline jobs

Fixes since v14.0.0

  • Fix expected time offset output.
  • Fix WhereSat.cpp to no longer filter out almanac subframes when loading data allowing the use-alm flag to function properly

v14.0.0

02 Jan 20:02
Compare
Choose a tag to compare

GNSSTk-APPs 14.0.0 Release Notes

  • This release introduces a major update to the toolkit apps.
  • It includes the following:
    • Updating cmake package from using a hyphen to using an underscore.
    • Adding PRN/SVN mapping support to navdump.
    • Adding Ubuntu20.04 (focal) support.

Updates since v13.6.0

Build System and Test Suite

  • Updated the clean build parameter

Gitlab CI

  • Add ubuntu 20.04 pipeline jobs

Library Changes

  • Update replaced hypen with underscore from cmake package name
  • Add PRN/SVN mapping support to navdump

v13.6.0

05 Dec 15:40
Compare
Choose a tag to compare

GNSSTk-APPs 13.6.0 Release Notes

  • This release includes the following:
    • Adding navdump enhancements in support of GLONASS work.
    • Adding Merge UsingWhereSat.md into the WhereSat.cpp doxygen documentation.
    • Splitting test data into a separate repo with submodule configuration.
  • Additionally, it contains build tests and CI updates.

Updates since v13.5.0

Build System and Test Suite

  • Fix ddbase tests that were writing to the same output file
  • Update Changed the minimum cmake version

Gitlab CI

  • Fix pipeline push artifacts

Library Changes

  • Add navdump support for internal time system conversion
  • Add navdump support for more precise time stamps
  • Add navdump detail to xvt output
  • Add navdump option to request XVTs using a text file
  • Add navdump option for printing satellite positions in geodetic coordinates
  • Add Merge UsingWhereSat.md into the WhereSat.cpp doxygen documentation.
  • Update Split test data into a separate repo with submodule configuration
  • Update exception specifications from throw() to noexcept