Update changelog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
610864d5a9
commit
586f536329
|
@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Admin: redirect the homepage to any URL.
|
- Hashtags: let users follow hashtags (Mastodon, Akkoma).
|
||||||
- Compatibility: added compatibility with Friendica.
|
|
||||||
- Hashtags: let users follow hashtags (Mastodon).
|
|
||||||
- Posts: Support posts filtering on recent Mastodon versions
|
- Posts: Support posts filtering on recent Mastodon versions
|
||||||
- Reactions: Support custom emoji reactions
|
- Reactions: Support custom emoji reactions
|
||||||
- Compatbility: Support Mastodon v2 timeline filters.
|
- Compatbility: Support Mastodon v2 timeline filters.
|
||||||
|
|
|
@ -673,6 +673,7 @@
|
||||||
"empty_column.filters": "You haven't created any muted words yet.",
|
"empty_column.filters": "You haven't created any muted words yet.",
|
||||||
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
"empty_column.follow_recommendations": "Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
|
||||||
"empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.",
|
"empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.",
|
||||||
|
"empty_column.followed_tags": "You haven't followed any hashtag yet.",
|
||||||
"empty_column.group": "There are no posts in this group yet.",
|
"empty_column.group": "There are no posts in this group yet.",
|
||||||
"empty_column.group_blocks": "The group hasn't banned any users yet.",
|
"empty_column.group_blocks": "The group hasn't banned any users yet.",
|
||||||
"empty_column.group_membership_requests": "There are no pending membership requests for this group.",
|
"empty_column.group_membership_requests": "There are no pending membership requests for this group.",
|
||||||
|
|
Loading…
Reference in New Issue