From 1a236968809a40f1027278db7e68de90813b312c Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Sat, 13 Jul 2024 23:22:28 +0200 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 13 +++++++++++++ docs/package-lock.json | 4 ++-- docs/package.json | 2 +- docs/src/components/footer.astro | 2 +- docs/src/content/docs/getting-started/changelog.md | 13 +++++++++++++ web/package-lock.json | 4 ++-- web/package.json | 2 +- .../logo/logo_text_light_with_version.svelte | 2 +- 8 files changed, 34 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd806b1..a4e43988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ## Features - Adds support for FIT files diff --git a/docs/package-lock.json b/docs/package-lock.json index 097ed38e..ed803d15 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -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", diff --git a/docs/package.json b/docs/package.json index 691eb5e7..3e94a851 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.7.3", + "version": "0.8.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/docs/src/components/footer.astro b/docs/src/components/footer.astro index 4b3b512d..496d5e9d 100644 --- a/docs/src/components/footer.astro +++ b/docs/src/components/footer.astro @@ -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 diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index 8d0f7294..523d35a1 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -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 diff --git a/web/package-lock.json b/web/package-lock.json index 3c9e5b9e..31d89ec4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "wanderer", - "version": "0.7.3", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wanderer", - "version": "0.7.3", + "version": "0.8.0", "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", "@sveltejs/adapter-node": "^4.0.1", diff --git a/web/package.json b/web/package.json index a50f5106..3eae5c12 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "wanderer", - "version": "0.7.3", + "version": "0.8.0", "private": true, "scripts": { "dev": "vite dev", diff --git a/web/src/lib/components/logo/logo_text_light_with_version.svelte b/web/src/lib/components/logo/logo_text_light_with_version.svelte index 0644921b..60bafe71 100644 --- a/web/src/lib/components/logo/logo_text_light_with_version.svelte +++ b/web/src/lib/components/logo/logo_text_light_with_version.svelte @@ -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" fill="#242734" /> - v0.7.3 + v0.8.0