diff --git a/CHANGELOG.md b/CHANGELOG.md index 001ebb4..83af493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Relatica Change Log +## Unreleased Updates + +* Changes + * New post/comment display format + * Comments only show up in post detailed view + * Clicking on "Comments" stats loads the post comment view + * Moved the utility buttons from the bottom of the post/comment to a popup menu on the upper right + * Show visibility of images in the gallery + * Sort the notifications by unread by category and then unread chronological so: + * Unread Direct Messages (sorted newest first) + * Unresolved Follow/Connection Requests (sorted newest first) + * Unread notifications of all other kinds (sorted newest first) + * Read notifications of all kinds (sorted newest first) +* Fixes + * Toggle like status on first level of comments no longer generates error + * Can properly load private images if the access control list is set correctly on the server + * Proper paging of notifications on refresh +* New Features + * Post/Comment Editing + * Being able to set the posts as private and a single group it is visible to (or "Followers", the default) + * Link Previews + * Use actual follow requests system not the "follow requests" in notifications if account is on server running + Friendica 2023.03 or later + ## Version 0.2.0 (beta), 15 March 2023 * Changes