v0.8.0
This commit is contained in:
13
CHANGELOG.md
13
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
|
||||
|
||||
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
|
||||
|
||||
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wanderer",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
<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>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user