Add v0.10.0 Changelog update

This commit is contained in:
Hank Grabowski 2024-05-21 15:07:06 -04:00
parent dc3107f392
commit 2e9b7fd1f8

View file

@ -1,64 +1,88 @@
# Relatica Change Log
## Version 0.10.0 (beta)
* Changes
* Add user count in the Circles Management screen
## Version 0.9.0 (beta)
* Changes
* Sign in screen has a better flow and layout to make it less confusing
* Notifications screen has a cleaner look when no notifications exist
* Timeline screens have a cleaner look when no posts exist
* Clicking anywhere on a post/comment in the status search results will open post. The "Go To Post/Comment" menu
* Clicking anywhere on a post/comment in the status search results will open post. The "Go To
Post/Comment" menu
option is still there.
* Drag down to refresh timeline will clear and reload the timeline from scratch after a warning.
* Fixes
* Search screen bug with initial search not updating screen correctly addressed
* Multiple images showing up for the same post has been fixed for D* reshares and ActivityPub posts with link
* Multiple images showing up for the same post has been fixed for D* reshares and ActivityPub
posts with link
previews.
that embedded the same image as an image attachment.
* Capitalization in ALT Text field editors should be sentence now.
* Maximum thread rendering depth is set to 5.
* New Features
* When a user clicks on a tag in a post it opens the search onto their local server not the original post/comment's
* When a user clicks on a tag in a post it opens the search onto their local server not the
original post/comment's
server
* Log entry viewer screen with ability to filter, export individual entries, or the entire table to a JSON file for
* Log entry viewer screen with ability to filter, export individual entries, or the entire table
to a JSON file for
helping with debugging.
## 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
* "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
* 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
* 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
* 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 and clicking in any free space in the post card area (except around images/videos since that is
* Interactions toolbar has been streamlined. Navigating to the screen with details on who
liked/reshared etc. is now
in menu and clicking in any free space in the post card area (except around images/videos
since that is
technically part of a media carousel control).
* 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
* 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
* 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
* 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
* 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
* 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)