update changelog

This commit is contained in:
sk 2022-12-22 00:05:19 +01:00
parent b25a237c20
commit 8f6dc7e6d2
2 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,8 @@ There's also a handful of custom strings exclusive to this projects that would n
* [Improve semantics for voting on polls (radio buttons and checkboxes)](https://github.com/sk22/megalodon/commit/6fd58c96827cb1d2da329cebdc170a1425dd18d7) * [Improve semantics for voting on polls (radio buttons and checkboxes)](https://github.com/sk22/megalodon/commit/6fd58c96827cb1d2da329cebdc170a1425dd18d7)
* [Copy post URL when long-pressing share button](https://github.com/sk22/megalodon/commit/ba36347f03278763ecec617b1ce57ba89db7be72) * [Copy post URL when long-pressing share button](https://github.com/sk22/megalodon/commit/ba36347f03278763ecec617b1ce57ba89db7be72)
* [Add option to disable swiping between tabs](https://github.com/sk22/megalodon/commit/1f20b21fc84bf006c1ec14bd2229cbfad5215ec8) * [Add option to disable swiping between tabs](https://github.com/sk22/megalodon/commit/1f20b21fc84bf006c1ec14bd2229cbfad5215ec8)
* [Resolve Fediverse links in the app](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/open-urls-in-app)
* [Long-click boost button to "quote" a post](https://github.com/sk22/megalodon/commit/b25a237c20c6a924ed4d9b357999867c3a32b32b)
### Visual ### Visual

View File

@ -6,4 +6,6 @@
- Customizable Publish button - Customizable Publish button
- Dedicated icons for different notification types - Dedicated icons for different notification types
- Toggle for showing/hiding the translate button in the timeline - Toggle for showing/hiding the translate button in the timeline
- Resolve Fediverse links in the app
- Long-click boost button to "quote" a post
- Bugfixes and tweaks (Bookmark button, button animations) - Bugfixes and tweaks (Bookmark button, button animations)