v0.11.0
This commit is contained in:
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "docs",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/node": "^8.2.6",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"type": "module",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.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.10.1
|
||||
v0.11.0
|
||||
</text>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,20 @@ title: Changelog
|
||||
description: What changed in the last patch?
|
||||
---
|
||||
|
||||
## v0.11.0
|
||||
### Features
|
||||
- Other user's profiles can now be viewed
|
||||
- The summit log author is now listed in the summit log table
|
||||
- The trail author is now listed for every trail
|
||||
- Trails can now be filtered by author
|
||||
- Users will now receive an error message when they try to upload a photo that is too large
|
||||
- Updated 3D Model on front page
|
||||
|
||||
### Bug fixes
|
||||
- Waypoints and summit logs of shared trails are now properly displayed
|
||||
- Fixes missing translation for trail categories
|
||||
- Fixes events in profile calendar
|
||||
|
||||
## v0.10.1
|
||||
### Features
|
||||
- Adds elevation loss to trails. Please note that trails created before this version will have a default elevation loss of 0. Edit & save to update.
|
||||
|
||||
Reference in New Issue
Block a user