From 84873ce5b9518b371590557b39d6fd966edfc265 Mon Sep 17 00:00:00 2001
From: Christian Beutel <>
Date: Fri, 6 Sep 2024 13:31:42 +0200
Subject: [PATCH] v0.8.2
---
CHANGELOG.md | 10 ++++++++++
docs/package-lock.json | 4 ++--
docs/package.json | 2 +-
docs/src/components/footer.astro | 2 +-
docs/src/content/docs/getting-started/changelog.md | 10 ++++++++++
web/package.json | 2 +-
.../logo/logo_text_light_with_version.svelte | 2 +-
7 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bd6e2bc..0c199691 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 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
diff --git a/docs/package-lock.json b/docs/package-lock.json
index 15814e6d..f345a72c 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -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",
diff --git a/docs/package.json b/docs/package.json
index b2d28a7e..bdc0ea45 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
- "version": "0.8.1",
+ "version": "0.8.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
diff --git a/docs/src/components/footer.astro b/docs/src/components/footer.astro
index ddb5a3cf..744d634f 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.8.1
+ v0.8.2
diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md
index 7a1ee306..b923c920 100644
--- a/docs/src/content/docs/getting-started/changelog.md
+++ b/docs/src/content/docs/getting-started/changelog.md
@@ -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
diff --git a/web/package.json b/web/package.json
index f89e0f91..54127b86 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "wanderer",
- "version": "0.8.1",
+ "version": "0.8.2",
"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 b5f2629d..cf5a99d3 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.8.1
+ v0.8.2