aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bbead54..116b96e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ActorViewer
-ActorViewer is a tool that allows one to explore their Fediverse data exports. It uses the Qt 5 library for its user interface, and builds fine with Qt 6. Currently, ActorViewer allows doing the following:
+ActorViewer is a tool that allows one to explore their Fediverse data exports. It uses the Qt 6 library for its user interface, and also builds fine with Qt 5 if you still need that. Currently, ActorViewer allows doing the following:
* Open Mastodon data exports (make sure to have them decompressed and open the outbox.json file!)
* Support for other Fediverse platforms will be added in the future, in addition to presenting a smarter UI for opening exports. Also, automatic decompression of downloaded exports would be handy.
@@ -11,7 +11,7 @@ ActorViewer is a tool that allows one to explore their Fediverse data exports. I
* Go to a random status!
* Copy the status text
-Furthermore, support for viewing replies to your posts will be added. I also want the app to have translation support (and be translated) before making a release.
+Furthermore, support for viewing replies to your posts will be added. I also want the app to have translation support (and be translated) before making a release. It could also be nice to make it a sort of lightweight Fediverse client, but no guarantees as it might be a little out of scope.
## Building