This commit is contained in:
Christian Beutel
2024-06-11 03:10:32 +02:00
parent b58f44512f
commit c11114e726
10 changed files with 39 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== "";
class="fill-primary dark:fill-white"
font-size="0.75rem"
>
v0.6.0
v0.6.1
</text>
</svg>
</div>

View File

@@ -3,6 +3,13 @@ title: Changelog
description: What changed in the last patch?
---
## v0.6.1
### Bug fixes
- Fixes a bug that would show wrong comments under a trail
- Fixes an overflow issue in list views
- Settings are now created properly when signing up with OAuth
- Fixes a bug that caused properly named trails to get a generic name
## v0.6.0
### Features
- You can now share trails with other users by selecting "Share" from the trail contextmenu. You can set the permission level as "View" or "Edit".