kopia lustrzana https://gitlab.com/mysocialportal/relatica
Update changelog for image viewer tweaks in PR#10
rodzic
b3a7de4565
commit
7fe16f44a9
54
CHANGELOG.md
54
CHANGELOG.md
|
@ -1,26 +1,38 @@
|
||||||
# Relatica Change Log
|
# 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)
|
## Version 0.1.0 (beta)
|
||||||
|
|
||||||
* Initial public release, as an early beta.
|
* Initial public release, as an early beta.
|
||||||
* Major working features (at least in initial implementation versions):
|
* Major working features (at least in initial implementation versions):
|
||||||
* Logging in with username/password. These are stored using the OS specific key vaults
|
* Logging in with username/password. These are stored using the OS specific key vaults
|
||||||
* Writing posts
|
* 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 fediverse accounts that the app has ever seen as you type (but not all
|
||||||
* 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)
|
that your server has seen)
|
||||||
* Very basic markdown (wrapping in stars for bold/italics)
|
* Typing # brings up a list of all known hashtags that the app has ever seen as you type (but not all that your
|
||||||
* Adding new images to posts
|
server has seen)
|
||||||
* Image posting with easy means of adding ALT text
|
* Very basic markdown (wrapping in stars for bold/italics)
|
||||||
* Attaching existing images to posts
|
* Adding new images to posts
|
||||||
* Resharing posts
|
* Image posting with easy means of adding ALT text
|
||||||
* 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.
|
* Attaching existing images to posts
|
||||||
* Browsing notifications and marking individual ones read or all read
|
* Resharing posts
|
||||||
* Getting gallery list and browsing galleries
|
* Browsing timelines including from groups you've created. In this app "Home" is the same as the "Network" (grid)
|
||||||
* Browsing your contacts or searching contacts that are known by your app
|
button in Frio and "Yours" is the equivalent of the Home button in the app.
|
||||||
* Adjudicating follow requests
|
* Browsing notifications and marking individual ones read or all read
|
||||||
* Going to individual profiles to see their posts, follow/unfollow, add/remove from groups
|
* Getting gallery list and browsing galleries
|
||||||
* A "low bandwidth" mode that defers loading of images until you click on them, unless the app already has that image cached locally.
|
* Browsing your contacts or searching contacts that are known by your app
|
||||||
* Light/dark mode selection
|
* Adjudicating follow requests
|
||||||
* Opening posts, comments, and profiles in the "external" browser
|
* Going to individual profiles to see their posts, follow/unfollow, add/remove from groups
|
||||||
* Playing videos within the app on iOS and Android.
|
* A "low bandwidth" mode that defers loading of images until you click on them, unless the app already has that
|
||||||
* 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)
|
image cached locally.
|
||||||
* Pulling down to refresh notifications and contacts gets updates to that respective data (this may change in the near future)
|
* 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)
|
||||||
|
|
Ładowanie…
Reference in New Issue