update changelog

This commit is contained in:
sk
2023-01-17 01:57:11 +01:00
parent a68053f3a5
commit 6cc2885050
2 changed files with 2 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ There's also a handful of custom strings exclusive to this projects that would n
* [Display original post when replying](https://github.com/sk22/megalodon/commit/375f8ceb2747705fedf43686681cc0e0b812f899) * [Display original post when replying](https://github.com/sk22/megalodon/commit/375f8ceb2747705fedf43686681cc0e0b812f899)
* [Display server announcements](https://github.com/sk22/megalodon/commit/84179bc207d6b69cc2a770a3c28fa0a39b0b54e8) * [Display server announcements](https://github.com/sk22/megalodon/commit/84179bc207d6b69cc2a770a3c28fa0a39b0b54e8)
* [Create](https://github.com/sk22/megalodon/commit/294595513a45037359b31377aafc25ae5b58d8e7), [edit](https://github.com/sk22/megalodon/commit/d47797bf7ac8cff3f9ba1cfee219a1bb2af21da6) and [delete](https://github.com/sk22/megalodon/commit/54c29fd787fc2cd0dfd2787ad796b8190f795973) lists * [Create](https://github.com/sk22/megalodon/commit/294595513a45037359b31377aafc25ae5b58d8e7), [edit](https://github.com/sk22/megalodon/commit/d47797bf7ac8cff3f9ba1cfee219a1bb2af21da6) and [delete](https://github.com/sk22/megalodon/commit/54c29fd787fc2cd0dfd2787ad796b8190f795973) lists
* [Soft-blocking (by blocking and immediately unblocking)](https://github.com/sk22/megalodon/commit/e75d350b7a2709259e9fc5138e0e1f361bdb0972)
### Behavior ### Behavior

View File

@@ -3,6 +3,7 @@
- Text is scaled according to system settings - Text is scaled according to system settings
- Improved filtering (no, "Hide with a warning" doesn't work yet) by @thiagojedi - Improved filtering (no, "Hide with a warning" doesn't work yet) by @thiagojedi
- List management features - List management features
- Remove followers by soft-blocking them
- Disallow connections with fascists - Disallow connections with fascists
- Fix images not loading when connected to Akkoma instance - Fix images not loading when connected to Akkoma instance
- Bugfixes and UI tweaks - Bugfixes and UI tweaks