diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3e2357..ae3634ad 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index fc932bc5..70185c57 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -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