diff --git a/CHANGELOG.md b/CHANGELOG.md index 84558b9..d8be834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Relatica Change Log +## 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 + 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 + 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 + server + * 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