Update changelog for features:

* API call timeout
  * Login initialization and splash screen
  * Adding blocks and filtering
codemagic-setup
Hank Grabowski 2023-05-10 11:41:57 -04:00
rodzic 147cba295e
commit 1dd8728c7c
1 zmienionych plików z 23 dodań i 0 usunięć

Wyświetl plik

@ -3,11 +3,34 @@
## Unreleased
* Changes
* API calls now have timeouts of 30 seconds
* Splash screen shows while app is loading the initial account then it brings up timelines/etc. rather than waiting
for all accounts to login
* Fixes
* Emojis are rendered at correct size
* Performance improvements to fix jank and apparent freezes
* False errors about "posts not existing" because they were still being fetched replaced with better notification
* Deleting statuses in the post view now puts the user back on the timeline rather than a blank screen
* New Features
* Managing user blocking
* See list of blocked users
* Add/remove blocked users from the list
* See blocked status on user profile page and can toggle blocked/unblocked status there
* Post/comment filtering
* On the device only with no syncing between devices
* Filters are unique to each account
* Users decide whether to hide the post/comment completely or put it behind a warning card.
* Filters are any combination of one or more of the following all ANDed together each of the categories and
ORing within a category:
* Authors
* Keywords
* Hashtags
* Domains
* Examples of possible filters:
* Hide posts from User1 AND with keywords "linux" OR "RedHat"
* Hide posts with keywords "linux" OR "RedHat" AND from domains "*phoronix.com"
* Examples of not possible filters right new:
* Hide posts with keywords "linux" AND "RedHat"
* Image Galleries
* Can rename galleries
* Easy ALT text reading, delete button, and edit button in gallery view