add changelog and update readme

This commit is contained in:
sk 2022-11-28 18:43:57 +01:00
parent 3101f1ad17
commit e6bb319d8b
2 changed files with 7 additions and 1 deletions

View File

@ -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) * [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) * [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) * [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 ### Behavior

View File

@ -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