Add "Unreleased Updates" to CHANGELOG and add everything since v0.2.0

codemagic-setup
Hank Grabowski 2023-03-21 14:51:18 -04:00
rodzic 46dc59855f
commit 02cea01b39
1 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -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