From d664c73ac5ebdd3a0ee1a9cb7b6b0a1e55dee466 Mon Sep 17 00:00:00 2001 From: fruye Date: Tue, 8 Nov 2022 22:02:33 +0100 Subject: [PATCH] README.md: Add some info about this 'fork' --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..7c76201a --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +This is a soft fork of [Tusky] targeting [Akkoma's Mastodon API extensions] +and some ideas that I may come up with. + +[Tusky]: https://github.com/tuskyapp/Tusky +[Akkoma's Mastodon API extensions]: https://docs.akkoma.dev/stable/development/API/differences_in_mastoapi_responses/ + +Main changes so far: + +- ported from Husky: + - [x] Emoji reactions support (WIP; adding custom emojis only) + - [ ] Support for attaching anything on Pleroma + - [ ] Support for changing OAuth application name + - [ ] Markdown support with WYSIWYG editor + - [x] Removed attachment limits for Pleroma + - [x] Support for extended accounts fields, so you can see who is admin or moderator on your instance + - [x] Support for seen notifications to less annoy you + - [x] "Reply to" feature that allows to jump to replied status, useful for hellthreading ;) + - [x] Bigger emojis! + - [x] "Preview" feature on Pleroma + - [x] Move notifications +- :star: new features :star:: + - Bubble timeline + - Local post visibility + - quotes (still working on it) + +oh and i might force push to master