diff --git a/CHANGELOG.md b/CHANGELOG.md index 693777c129f24182ae0def95c40e3023f4afd2c9..015e5530fb1b29eda1408903b12a10857b483665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * 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 - wqs broken the rendered text would not look right. + was broken the rendered text would not look right. * The `activity` and `status` endpoints, when called with no extension, now return the correct `content-type` in header. * Fixed a bug where notifications of newly created posts would get resent diff --git a/content/news/2023-10-14-new-activitypub-features-and-fixes.md b/content/news/2023-10-14-new-activitypub-features-and-fixes.md new file mode 100644 index 0000000000000000000000000000000000000000..8417486081c4f459311ba4010b69fd85dcbc84cd --- /dev/null +++ b/content/news/2023-10-14-new-activitypub-features-and-fixes.md @@ -0,0 +1,36 @@ +--- +slug: new-activitypub-features-and-fixes +date: '2023-10-11T16:39:33Z' +title: New ActivityPub Features and Fixes +tags: +- Bugs +- Features +draft: false +--- + +We have recently implemented several new Fedipage features as well as fixed a +few critical bugs. + +Here are the new features from the `CHANGELOG.md`: + +* Added the ability for Mastodon instances to find the associated post when + searching for the link in the search bar. +* Created activity and status pages for each page independent from the outbox. +* Added header link alternates specifying the dual mime type of pages. +* Now uses publication date set in post frontmatter when available otherwise + will set the current date when sent out to followers. + +And here are some of the bug fixes: + +* Fixed bad id in `/followers` ActivityPub endpoint. +* 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 + was broken the rendered text would not look right. +* The `activity` and `status` endpoints, when called with no extension, now + return the correct `content-type` in header. +* Fixed a bug where notifications of newly created posts would get resent + periodically. + +This has caused us to bump the version for the next release to `v1.1.0` due to +our semantic versioning. The new version will be released shortly.