Update CHANGELOG and beta-program files with new gallery features and perf fixes

codemagic-setup
Hank Grabowski 2023-05-02 19:42:47 -04:00
rodzic 2bb4492ccf
commit 4d2233c85e
2 zmienionych plików z 13 dodań i 9 usunięć

Wyświetl plik

@ -5,7 +5,13 @@
* Changes * Changes
* Fixes * Fixes
* Emojis are rendered at correct size * 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
* New Features * New Features
* Image Galleries
* Can rename galleries
* Easy ALT text reading, delete button, and edit button in gallery view
* Being able to edit ALT text of images and deleting images
## Version 0.5.0 (beta), 27 April 2023 ## Version 0.5.0 (beta), 27 April 2023

Wyświetl plik

@ -76,7 +76,7 @@ wanted to lay out some expectations before getting into the small details
* Browsing timelines including from groups you've created. In this app "Home" is the same as the " * Browsing timelines including from groups you've created. In this app "Home" is the same as the "
Network" (grid) button in Frio and "Yours" is the equivalent of the Home button in the app. Network" (grid) button in Frio and "Yours" is the equivalent of the Home button in the app.
* Browsing notifications and marking individual ones read or all read * Browsing notifications and marking individual ones read or all read
* Getting gallery list and browsing galleries * Browsing and editing image galleries and the images within it.
* Browsing your contacts or searching contacts that are known by your app * Browsing your contacts or searching contacts that are known by your app
* Adjudicating follow requests * Adjudicating follow requests
* Going to individual profiles to see their posts, follow/unfollow, add/remove from groups * Going to individual profiles to see their posts, follow/unfollow, add/remove from groups
@ -120,7 +120,6 @@ wanted to lay out some expectations before getting into the small details
* User configurable Server blocking * User configurable Server blocking
* Smarter hashtag and user account storage/searching * Smarter hashtag and user account storage/searching
* Being able to ignore/unignore users * Being able to ignore/unignore users
* Deleting images and entire galleries
* Events * Events
### Things I don't envision implementing in the foreseeable future: ### Things I don't envision implementing in the foreseeable future:
@ -135,19 +134,18 @@ wanted to lay out some expectations before getting into the small details
### Broken and hopefully fixed in the very near future: ### Broken and hopefully fixed in the very near future:
* Sending direct messages only works if you are logged in with username/password due to limitations * Sending direct messages only works if you are logged in with username/password due to limitations
of the existing DM of the existing DM (Fixed in Friendica 2023.04)
API. (Fixed in Friendica 2023.03) API. (Fixed in Friendica 2023.04)
* Resharing of Diaspora federated posts is currently broken server side. All other posts should be * Resharing of Diaspora federated posts is currently broken server side. All other posts should be
reshareable. (Fixed in Friendica 2023.03) reshareable. (Fixed in Friendica 2023.04)
* Content Warnings/Spoiler Text on *posts* aren't federating over to Mastodon well so only use it on * Content Warnings/Spoiler Text on *posts* aren't federating over to Mastodon well so only use it on
Comments for now (fixed on servers running Friendica 2023.03) Comments for now (fixed on servers running Friendica 2023.04)
* ALT text on images should not have any quotation marks as it breaks when federating over to * ALT text on images should not have any quotation marks as it breaks when federating over to
Diaspora for the time being (fixed on servers running Friendica 2023.03) Diaspora for the time being (fixed on servers running Friendica 2023.04)
* Blocked/ignored user's content is still returned by the API (Fixed in Friendica 2023.03) * Blocked/ignored user's content is still returned by the API (Fixed in Friendica 2023.04)
* Paging for some of the endpoints either isn't wired in yet or is not working as needed server * Paging for some of the endpoints either isn't wired in yet or is not working as needed server
side. That includes things like: side. That includes things like:
* Friend requests * Friend requests
* Gallery Contents
* Comments on posts * Comments on posts
* Tags * Tags
* Blocked user list * Blocked user list