v0.16.2
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,3 +1,25 @@
|
||||
# v0.16.2
|
||||
## Features
|
||||
- Adds various settings for route calculations
|
||||
- Trails with no photos will now have an autogenerated route preview as the thumbnail
|
||||
- Pressing "M" in the map view will hide the trail
|
||||
- Reduces data when loading lists (thanks @slothful-vassal)
|
||||
- Trails are no longer automatically marked as completed upon creation. You will need to create a summit log manually to do so
|
||||
- If SMTP settings are present, new users will be asked to confirm their email address
|
||||
|
||||
## Bug fixes
|
||||
- Fixes bug that prevented totals from getting updated when creating a new route
|
||||
- Comments in GPX files are now ignored when importing from the client side
|
||||
- Fixes issue that prevented oAuth registered users from saving their settings
|
||||
- Fixes bug that prevented new users from commenting
|
||||
- The stats page now correctly shows more than 30 activities
|
||||
|
||||
## Docs
|
||||
- Fixes allowed values for trail difficulty in API reference
|
||||
- Fixes env var descriptions
|
||||
- Updates oAuth docs to reflect changes in PocketBase
|
||||
|
||||
|
||||
# v0.16.1
|
||||
## Features
|
||||
- Trail filter settings are now saved when you visit a trail and come back
|
||||
|
||||
@@ -2,6 +2,28 @@
|
||||
title: Changelog
|
||||
description: What changed in the last patch?
|
||||
---
|
||||
## v0.16.2
|
||||
## Features
|
||||
- Adds various settings for route calculations
|
||||
- Trails with no photos will now have an autogenerated route preview as the thumbnail
|
||||
- Pressing "M" in the map view will hide the trail
|
||||
- Reduces data when loading lists (thanks @slothful-vassal)
|
||||
- Trails are no longer automatically marked as completed upon creation. You will need to create a summit log manually to do so
|
||||
- If SMTP settings are present, new users will be asked to confirm their email address
|
||||
|
||||
### Bug fixes
|
||||
- Fixes bug that prevented totals from getting updated when creating a new route
|
||||
- Comments in GPX files are now ignored when importing from the client side
|
||||
- Fixes issue that prevented oAuth registered users from saving their settings
|
||||
- Fixes bug that prevented new users from commenting
|
||||
- The stats page now correctly shows more than 30 activities
|
||||
|
||||
### Docs
|
||||
- Fixes allowed values for trail difficulty in API reference
|
||||
- Fixes env var descriptions
|
||||
- Updates oAuth docs to reflect changes in PocketBase
|
||||
|
||||
|
||||
## v0.16.1
|
||||
### Features
|
||||
- Trail filter settings are now saved when you visit a trail and come back
|
||||
|
||||
Reference in New Issue
Block a user