From 7fe16f44a9c293b70c9f2da719f48a983a73d241 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Sat, 21 Jan 2023 21:38:16 -0500 Subject: [PATCH] Update changelog for image viewer tweaks in PR#10 --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011a1c9..f546504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,38 @@ # Relatica Change Log +## Version 0.x.0 (beta) + +* Fixed image viewer quirks with text overwriting, lack of mouse scrollwheel zoom, and responsiveness + quirk (https://gitlab.com/mysocialportal/relatica/-/merge_requests/10) + ## Version 0.1.0 (beta) + * Initial public release, as an early beta. * Major working features (at least in initial implementation versions): - * Logging in with username/password. These are stored using the OS specific key vaults - * Writing posts - * Typing @ brings up a list of all known fediverse accounts that the app has ever seen as you type (but not all that your server has seen) - * Typing # brings up a list of all known hashtags that the app has ever seen as you type (but not all that your server has seen) - * Very basic markdown (wrapping in stars for bold/italics) - * Adding new images to posts - * Image posting with easy means of adding ALT text - * Attaching existing images to posts - * Resharing posts - * Browsing timelines including from groups you've created. In this app "Home" is the same as the "Network" (grid) button in Frio and "Yours" is the equivalent of the Home button in the app. - * Browsing notifications and marking individual ones read or all read - * Getting gallery list and browsing galleries - * Browsing your contacts or searching contacts that are known by your app - * Adjudicating follow requests - * Going to individual profiles to see their posts, follow/unfollow, add/remove from groups - * A "low bandwidth" mode that defers loading of images until you click on them, unless the app already has that image cached locally. - * Light/dark mode selection - * Opening posts, comments, and profiles in the "external" browser - * Playing videos within the app on iOS and Android. - * Pulling down to refresh timelines, galleries, and posts but loading newer or older posts has specific buttons (this will probably change in the near future) - * Pulling down to refresh notifications and contacts gets updates to that respective data (this may change in the near future) + * Logging in with username/password. These are stored using the OS specific key vaults + * Writing posts + * Typing @ brings up a list of all known fediverse accounts that the app has ever seen as you type (but not all + that your server has seen) + * Typing # brings up a list of all known hashtags that the app has ever seen as you type (but not all that your + server has seen) + * Very basic markdown (wrapping in stars for bold/italics) + * Adding new images to posts + * Image posting with easy means of adding ALT text + * Attaching existing images to posts + * Resharing posts + * Browsing timelines including from groups you've created. In this app "Home" is the same as the "Network" (grid) + button in Frio and "Yours" is the equivalent of the Home button in the app. + * Browsing notifications and marking individual ones read or all read + * Getting gallery list and browsing galleries + * Browsing your contacts or searching contacts that are known by your app + * Adjudicating follow requests + * Going to individual profiles to see their posts, follow/unfollow, add/remove from groups + * A "low bandwidth" mode that defers loading of images until you click on them, unless the app already has that + image cached locally. + * Light/dark mode selection + * Opening posts, comments, and profiles in the "external" browser + * Playing videos within the app on iOS and Android. + * Pulling down to refresh timelines, galleries, and posts but loading newer or older posts has specific buttons ( + this will probably change in the near future) + * Pulling down to refresh notifications and contacts gets updates to that respective data (this may change in the + near future)