update readme

This commit is contained in:
sk
2022-12-09 03:14:11 +01:00
parent ac5d11159f
commit 495db142d7
2 changed files with 2 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ There's also a handful of custom strings exclusive to this projects that would n
* [Clickable reply line while replying to open original post](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/clickable-reply-line-compose)
* [Add push notification setting for post notifications](https://github.com/sk22/megalodon/commit/b190480d7739be47f23543d9e7644660f9b4b4ee)
* [Add option to allow voting for multiple options on polls](https://github.com/sk22/megalodon/commit/5b28468efd49387b4f8b83f142f3adf3104ca60c)
* [Add translate function](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/translate-button)
### Behavior

View File

@@ -1,3 +1,4 @@
- Improve semantics for voting on polls (radio buttons and checkboxes)
- Add option to allow voting for multiple options on polls
- Add translate function
- Bugfixes