Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Beutel committed Sep 6, 2024
1 parent 3fefab4 commit 84873ce
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
10 changes: 10 additions & 0 deletions docs/src/content/docs/getting-started/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wanderer",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1</text>
<text x="178" y="64" fill="white" font-size="0.75rem">v0.8.2</text>
</svg>

0 comments on commit 84873ce

Please sign in to comment.