This commit is contained in:
Christian Beutel
2024-07-13 23:22:28 +02:00
parent 90be5d90c0
commit 1a23696880
8 changed files with 34 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "docs",
"version": "0.7.3",
"version": "0.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docs",
"version": "0.7.3",
"version": "0.8.0",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.2.6",

View File

@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.7.3",
"version": "0.8.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",

View File

@@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== "";
class="fill-primary dark:fill-white"
font-size="0.75rem"
>
v0.7.3
v0.8.0
</text>
</svg>
</div>

View File

@@ -3,6 +3,19 @@ title: Changelog
description: What changed in the last patch?
---
## v0.8.0
### Features
- The settings page layout got a complete visual overhaul
- You can now change your email and password from the web UI
- You can import GPX, KML, TCX, and FIT files directly through the UI or using the API
- Exporting all trails at once is now possible on the settings page
- Additional custom map tile sets can now be added via the settings page
### Bug fixes
- Added multiple missing translations
- The hotline metric selector icons are now radio buttons instead of checkboxes
## v0.7.3
### Features
- Adds support for FIT files