From 3412316da2197e2b100da4ea2d3da8ed1d872d24 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 20:11:05 -0400 Subject: [PATCH] Updated the changelog with a bullet point features. --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abad28101..5c096ea18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ ## 1.1.0 +* Added the ability for Mastodon instances to find the associated post when + searching for the link in the search bar. * Fixed bad id in `/followers` ActivityPub endpoint. * Created activity and status pages for each page independent from the outbox. - This should enable searches for specific posts to work rather than simply - pointing to the main user. -* Added header link alternates specifying the dual mime type of pages. This - should further help with searching for pages as AP status. +* Added header link alternates specifying the dual mime type of pages. * In the comment section for a page if a user doesnt have a profile picture setup it will now default to a generic avatar rather than render text. * Removed image alt text when rendering page comments. If an image profile link -- GitLab