diff --git a/CHANGELOG.md b/CHANGELOG.md index 580b26bd..0cd806b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.7.3 +## Features +- Adds support for FIT files + +## Bug fixes +- Fixes display issue for the filter panel in the map view + +## Translations +- adds Italian translation (thanks to [lukasitaly](https://github.com/lukasitaly)) + +## Bug fixes +- Icons in dropdown menus are now displaying properly again +- The trail id is now returned when using the upload API endpoint + # v0.7.2 ## Bug fixes - Icons in dropdown menus are now displaying properly again diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index b56b7913..8d0f7294 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -3,6 +3,17 @@ title: Changelog description: What changed in the last patch? --- +## v0.7.3 +### Features +- Adds support for FIT files + +### Bug fixes +- Fixes display issue for the filter panel in the map view + +### Translations +- adds Italian translation (thanks to [lukasitaly](https://github.com/lukasitaly)) + + ## v0.7.2 ### Bug fixes - Icons in dropdown menus are now displaying properly again diff --git a/web/src/lib/components/trail/trail_card.svelte b/web/src/lib/components/trail/trail_card.svelte index ae8b8ab4..7de38f0c 100644 --- a/web/src/lib/components/trail/trail_card.svelte +++ b/web/src/lib/components/trail/trail_card.svelte @@ -61,7 +61,7 @@ {/if}