From 97c406b93cf3b08ee103550284aa9d5e164155fe Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Wed, 4 Oct 2023 16:51:43 -0400 Subject: [PATCH] Add ToDo list to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 8ef510e..1c39d26 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,20 @@ You're all set! Launch the application by clicking its icon in your app menu or ```shell flatpak run io.github.flattool.Warehouse ``` + +# A ToDo list of the current tasks being worked on +- [x] *Add threading to the addition of remotes +- [x] *!Fix no remotes status page not going away when a new remote is added +- [x] *Allow popular remotes window to be closed by pressing Escape +- [x] *Make orphaned data get size in a thread +- [ ] Somehow make installation of apps not freeze the UI +- [x] +Display dependent runtimes in app properties +- [ ]+Filter by runtimes +- [x] +Indicate apps & runtimes that are EOL +[ * = Needed before new release, + = New feature, ! = Bug fix ] +## Ideas that might get added but no promise of happening +- Installing new apps via ID match +- Remember window size +- Pin / unpin runtimes and apps +- Option to uninstall apps when removing a remote +- Make refreshing the main list after install and uninstall happen in a thread \ No newline at end of file