This commit is contained in:
Christian Beutel
2024-09-06 13:31:42 +02:00
parent 3fefab45a2
commit 84873ce5b9
7 changed files with 26 additions and 6 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.8.1",
"version": "0.8.2",
"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.8.1
v0.8.2
</text>
</svg>
</div>

View File

@@ -3,6 +3,16 @@ title: Changelog
description: What changed in the last patch?
---
## v0.8.2
### Features
- The pagination is now available at top and bottom
- HEIC image format is now supported
- Exporting only a trail without summit logs or photos will create a single file instead of a ZIP folder
- The current page is now remembered when navigating back to the trail overview
### Bug fixes
- Fixed map height when viewing a trail in detail view
## v0.8.1
### Features
- Public and shared trails can now be exported and printed