Update CHANGELOG.md for changes between 0.7.2 and 0.8.0

codemagic-setup
Hank Grabowski 2023-11-18 21:17:29 -05:00
rodzic 91d6f944b0
commit 460491f23f
1 zmienionych plików z 37 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,42 @@
# Relatica Change Log
## Version 0.8.0 (beta)
* Changes
* "Groups" have been renamed "Circles" to match the upcoming Friendica release nomenclature change.
* Timeline selector has now been merged into one big list with a divider between the standard types and the circles
* User Profile screen buttons have been rearranged so that (un)block and (un)follow are on their own line
* Notifications processing has been streamlined again, especially for older notifications
* Contacts information is updated as the data comes in (may need to pull this out since it can temporarily show
incorrect connection information before the followers mapping occurs)
* Link preview has a new more efficient layout with the photo on top and the text caption underneath
* Sign-in screen has been changed to be more user-friendly
* Start-up splash screen has more prompts to let users know what is happening and timeouts when trying to
communicate with the servers. If nothing is logged in it drops to the sign in screen rather than staying on splash
screen.
* Streamlined the visibility selection in the post/comment editor
* Interactions toolbar has been streamlined. Navigating to the screen with details on who liked/reshared etc. is now
in menu.
* When saving images on mobile it writes to the photo gallery than the files area.
* Fixes
* Adding/removing of users from Circles properly reflects on profile screen (before needed to navigate away and back
to get it to appear)
* Multiclicking on notifications will not cause multiple navigations to that post/comment
* Multiclicking on post/comment creation will not cause multiple creation events
* Loading newer notifications works.
* Changing profiles when on the Contacts or Search screen now properly reflect the change
* Fix privacy levels on response to Mastodon direct messages. Previously it would expand the privacy to include
followers
* Image/video size in post/comment viewer doesn't overflow the boundaries of the card
* Unresharing a post doesn't cause it to disappear
* Image viewer screen has better fill and image text appears after clicking ALT button rather than as a caption
* Resharing of comments in Friendica is spotty through the UI and even more so through the API. It has been removed
for the time being
* PNG images always displayed very low res thumbnails that Friendica generates. PNGs now always load the full size
image, for previews and full views
* New Features
* Can click on the visibility icon on posts to get a dialog box listing the visibility of the post/comment
## Version 0.7.2 (beta)
* Changes