v0.8.0
This commit is contained in:
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"type": "module",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user