From 1731a7cbada63b2d9cd29625b4049d2d1848ad50 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 21:09:19 -0400
Subject: [PATCH] Added a news post about the new features and bug fixes

---
 CHANGELOG.md                                  |  2 +-
 ...0-14-new-activitypub-features-and-fixes.md | 36 +++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 content/news/2023-10-14-new-activitypub-features-and-fixes.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 693777c12..015e5530f 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 000000000..841748608
--- /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.
-- 
GitLab