diff --git a/README.md b/README.md index 0362cd7f0..eb78e6609 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Variant without the integrated updater. This is the variant to be published to F * [Add notifications tab for posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/posts-notifications-tab) * [Show visibility of original post when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/display-reply-visibility) * [Clickable reply/boost line above posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:clickable-boost-reply-line) -* [Long-click to copy username from profile](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/copy-username) +* [Clickable reply line while replying to open original post](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/clickable-reply-line-compose) ### Behavior diff --git a/metadata/en-US/changelogs/51.txt b/metadata/en-US/changelogs/51.txt new file mode 100644 index 000000000..3ad301b4e --- /dev/null +++ b/metadata/en-US/changelogs/51.txt @@ -0,0 +1,6 @@ +* Make it possible to open the original post while replying (by clicking the “In reply to…” line) +* Merge upstream changes and bugfixes +* Remove unused “App Center” code +* Add release without Federated timeline for Play Store +* Add custom redirect URI for easier login +* Change contribution link \ No newline at end of file