From 39f9180413c6ccdb441e98677b562a2f6f6eda89 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 8 Nov 2024 14:44:10 +0100 Subject: [PATCH] Update CHANGELOG.md and .app_version for 0.16.1 --- .app_version | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 04a373ef..2a0970ca 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.16.0 +0.16.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d93f62..97029c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# 0.16.1 - 2024-11-08 + +### Fixed + +- Speed is now being recorded into points when a GPX file is being imported. Previously, the speed was not being recorded. +- GeoJSON file from GPSLogger now can be imported to Dawarich. Previously, the import was failing due to incorrect parsing of the file. + # 0.16.0 - 2024-11-07 ## The Websockets release