From 19a24e5ecd1ef9e1da80115188fead5a5ad8cc5a Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Thu, 26 Dec 2024 13:36:57 -0500 Subject: [PATCH] Update beta-program.md with latest status --- beta-program.md | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/beta-program.md b/beta-program.md index 86f178a..2fa307a 100644 --- a/beta-program.md +++ b/beta-program.md @@ -4,10 +4,10 @@ These are notes for the Relatica beta testers. Very import sections of this page to check are: * ["Things that work"](#things-that-work) to see what is working well -* ["Things that are broken"](#broken-and-hopefully-fixed-in-the-very-near-future-) so +* ["Things that are broken"](#broken-and-hopefully-fixed-in-the-very-near-future) so you know how to avoid problems using the application in its current state, don't report duplicate bugs, etc. -* ["Cumbersome things"](#cumbersome-and-hopefully-improved-in-the-very-near-future-) +* ["Cumbersome things"](#cumbersome-and-hopefully-improved-in-the-very-near-future) for the same reason as the above "broken" things. * [The CHANGELOG](CHANGELOG.md) to see what has changed with each recent version * [Install Instructions](install.md) to see how to install the application @@ -96,14 +96,14 @@ wanted to lay out some expectations before getting into the small details * Search through server using freeform text or "%" wild card for: accounts, statuses, hashtags * Direct Load links to Fediverse posts and accounts within the app * Responsive design (limited for now) +* Opening accounts, tags, etc within posts within the app itself through user's home server +* User configurable Server blocking +* Smarter hashtag and user account storage/searching ### Big things I want to have working in the near future: * More timeline types like Comments, "By Activity", etc. -* Better timeline UX to allow for "in-fill" -* Nicer aesthetics * Fix below identified issues -* More intuitive timeline controls * Real paging across the board * Comments * Offline caching of older content @@ -115,10 +115,6 @@ wanted to lay out some expectations before getting into the small details ### Further out things I want to have working: * Profile editor -* Opening accounts, tags, etc within posts within the app itself through user's home server -* Nitter replacement of Twitter links -* User configurable Server blocking -* Smarter hashtag and user account storage/searching * Being able to ignore/unignore users * Events @@ -133,6 +129,15 @@ wanted to lay out some expectations before getting into the small details ### Broken and hopefully fixed in the very near future: +* Paging for some of the endpoints either isn't wired in yet or is not working as needed server + side. That includes things like: + * Friend requests + * Comments on posts + * Tags + * Blocked user list + +### Fixed in prior releases but may be issues on older Friendica servers: + * Sending direct messages only works if you are logged in with username/password due to limitations of the existing DM (Fixed in Friendica 2023.04) API. (Fixed in Friendica 2023.04) @@ -143,17 +148,9 @@ wanted to lay out some expectations before getting into the small details * ALT text on images should not have any quotation marks as it breaks when federating over to Diaspora for the time being (fixed on servers running Friendica 2023.04) * Blocked/ignored user's content is still returned by the API (Fixed in Friendica 2023.04) -* Paging for some of the endpoints either isn't wired in yet or is not working as needed server - side. That includes things like: - * Friend requests - * Comments on posts - * Tags - * Blocked user list ### Cumbersome and hopefully improved in the very near future: -* Sometimes timelines get confused so swapping between the different groups/timelines creates a - muddled display. Restarting the app fixes this. * On Linux you will need to login to the key manager and unlock it before opening the app. Some Linux versions do this automatically while others do not.