fedipage/CHANGELOG.md

22 lines
735 B
Markdown
Raw Normal View History

2023-10-08 18:53:19 +02:00
# Changelog
2023-10-11 18:42:06 +02:00
## 1.0.2
2023-10-11 19:42:19 +02:00
* 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.
* 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.
2023-10-11 19:42:19 +02:00
2023-10-11 18:26:31 +02:00
## 1.0.1
* Summary text in ActivityPosts did not properly render new lines and other
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