2023-10-08 18:53:19 +02:00
|
|
|
# Changelog
|
|
|
|
|
2023-10-13 23:49:42 +02:00
|
|
|
## 1.1.0
|
2023-10-11 18:42:06 +02:00
|
|
|
|
2023-10-14 02:11:05 +02:00
|
|
|
* Added the ability for Mastodon instances to find the associated post when
|
|
|
|
searching for the link in the search bar.
|
2023-10-11 19:42:19 +02:00
|
|
|
* Fixed bad id in `/followers` ActivityPub endpoint.
|
2023-10-12 19:14:44 +02:00
|
|
|
* Created activity and status pages for each page independent from the outbox.
|
2023-10-14 02:11:05 +02:00
|
|
|
* Added header link alternates specifying the dual mime type of pages.
|
2023-10-13 23:35:00 +02:00
|
|
|
* 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.
|
2023-10-13 23:45:05 +02:00
|
|
|
* Removed image alt text when rendering page comments. If an image profile link
|
|
|
|
wqs broken the rendered text would not look right.
|
2023-10-14 02:01:49 +02:00
|
|
|
* The `activity` and `status` endpoints, when called with no extension, now
|
|
|
|
return the correct `content-type` in header.
|
2023-10-11 19:42:19 +02:00
|
|
|
|
2023-10-11 18:26:31 +02:00
|
|
|
## 1.0.1
|
|
|
|
|
2023-10-14 01:11:19 +02:00
|
|
|
* Summary text in ActivityPub Posts did not properly render new lines and other
|
2023-10-11 18:34:39 +02:00
|
|
|
formatting. It should now render most basic formatting properly.
|
|
|
|
|
2023-10-11 18:08:06 +02:00
|
|
|
## 1.0.0
|
2023-10-08 18:53:19 +02:00
|
|
|
|
|
|
|
* Initial release
|