pleroma/CHANGELOG_BIGBUFFET.md
mkljczk 1e1b31ec2d Add changelog for BigBuffet-specific changes
Signed-off-by: mkljczk <git@mkljczk.pl>
2024-12-06 20:21:19 +01:00

15 lines
No EOL
1.1 KiB
Markdown

# Changelog for BigBuffet-specific changes
* Every change from [`pl`](https://github.com/mkljczk/pl), another fork of Pleroma.
* Timelines can be sorted by declared publication date, rather than insertion date.
* Multilanguage posts are supported, based on [pleroma/pleroma!3822](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3822).
* Alternative forms of hashtags (double-hashtags and triple-hashtags) are supported.
* Hashtags are inserted with a preferred name, which is the casing in which they appeared the first time.
* Post translations are stored in the database.
* New users are marked as discoverable by default.
* Information about hashtags most commonly used by given users is stored.
* Users can import .zip archives of posts, based on [pleroma/pleroma!3769](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3769).
* Posts and timelines can be fetched with post translation in a given language (if already stored in the database).
* A endpoint for translating multiple posts was added.
* Discovery endpoint allows to order users by their post count.