add changelog and update readme
This commit is contained in:
parent
3101f1ad17
commit
e6bb319d8b
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue