From bcf8c0be3d9b76ac3710e65c2cab050a31d4f25e Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Tue, 30 May 2023 13:55:29 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f25acfc..3d5d2b1 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This app allows you to fully automatically upscale a single file or a full on fo - Real-ESGRAN - more to come! -This App also features a CLI interface. +This App also features a CLI interface (reference out of date). - Options: ``` -s SCALEFACTOR --scalefactor SCALEFACTOR Factor of form 2x, maximum 4x @@ -59,10 +59,11 @@ If you have any suggestions or features you'd like to have implemented, you may # Roadmap V1.1.0: -- Migrate to PyQt5 (or create Electron app and make python app CLI only) -- Create Windows & Mac Version -- Refactor backend to add plugin support -- Add more scaling engines +- Migrate to Electron app +- Make python app CLI only -- ✅ +- Package Windows & Linux Version +- Refactor backend to add plugin support -- ✅ +- Add more scaling engines - Expand Wiki to feature documentation on how to create a plugin (and maybe add a project website) V1.2.0: @@ -96,4 +97,4 @@ A: Try out different engines (that's why we support so many) and try to use shar **Q: How can I support you?** -A: You may contribute to this project by writing documentation, improving the website, adding plugins, fixing bugs, testing or by donating. \ No newline at end of file +A: You may contribute to this project by writing documentation, improving the website, adding plugins, fixing bugs, testing or by donating.