diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6326fe..8c815dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.19.1 + +## Features +- Speed improvements for various database queries + +## Security +- Remote lists, remote trails, and remote trail comments now respect the visibility settings and shares of the respective list or trail. (PR #980) + +## Bug Fixes +- Federated remote trails now sync tags and create missing local tags when needed. (PR #987) +- Private profiles no longer prevent access to a user's own trails; inaccessible private profiles now return a proper `404`. (PR #986) +- Comment access rules now correctly check the linked comment author via `author.user`. (PR #984) + # v0.19.0 ## Breaking Changes diff --git a/docs/src/content/docs/changelog.md b/docs/src/content/docs/changelog.md index e885dc79..9c0ef912 100644 --- a/docs/src/content/docs/changelog.md +++ b/docs/src/content/docs/changelog.md @@ -2,6 +2,19 @@ title: Changelog description: What changed in the last patch? --- +## v0.19.1 + +### Features +- Speed improvements for various database queries + +### Security +- Remote lists, remote trails, and remote trail comments now respect the visibility settings and shares of the respective list or trail. (PR #980) + +### Bug Fixes +- Federated remote trails now sync tags and create missing local tags when needed. (PR #987) +- Private profiles no longer prevent access to a user's own trails; inaccessible private profiles now return a proper `404`. (PR #986) +- Comment access rules now correctly check the linked comment author via `author.user`. (PR #984) + ## v0.19.0 ### Breaking Changes