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,3 +1,16 @@
# 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 # v0.7.3
## Features ## Features
- Adds support for FIT files - Adds support for FIT files

View File

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

View File

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

View File

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

View File

@@ -3,6 +3,19 @@ title: Changelog
description: What changed in the last patch? 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 ## v0.7.3
### Features ### Features
- Adds support for FIT files - Adds support for FIT files

4
web/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "wanderer", "name": "wanderer",
"version": "0.7.3", "version": "0.8.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "wanderer", "name": "wanderer",
"version": "0.7.3", "version": "0.8.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1", "@fortawesome/fontawesome-free": "^6.5.1",
"@sveltejs/adapter-node": "^4.0.1", "@sveltejs/adapter-node": "^4.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "wanderer", "name": "wanderer",
"version": "0.7.3", "version": "0.8.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",

View File

@@ -95,5 +95,5 @@
d="M43.857 43.3045C44.0569 43.0652 44.4246 43.0652 44.6245 43.3045L46.6259 45.7008C46.8978 46.0263 46.6663 46.5213 46.2421 46.5213H42.2394C41.8152 46.5213 41.5837 46.0263 41.8556 45.7008L43.857 43.3045Z" d="M43.857 43.3045C44.0569 43.0652 44.4246 43.0652 44.6245 43.3045L46.6259 45.7008C46.8978 46.0263 46.6663 46.5213 46.2421 46.5213H42.2394C41.8152 46.5213 41.5837 46.0263 41.8556 45.7008L43.857 43.3045Z"
fill="#242734" fill="#242734"
/> />
<text x="178" y="64" fill="white" font-size="0.75rem">v0.7.3</text> <text x="178" y="64" fill="white" font-size="0.75rem">v0.8.0</text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB