From 2a91953638229315522e4c3dbb2fd86f0dc7e7b5 Mon Sep 17 00:00:00 2001 From: deranjer Date: Sun, 21 Jan 2018 11:48:36 -0500 Subject: [PATCH] Update README.md Fixing roadmap. --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 138a34d5..7d3b17b6 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,22 @@ The current release is an alpha release which means there may be bugs, please op ## Roadmap - Early-Mid 2018 - -[] Unit testing completed for a large portion of the package - -[] Stability/bug fixing/Optimization rewrite of some of the core structures of the WebUI and base server - -[] Put the "Move torrent after download" into own goroutine with checks so the WebUI doesn't freeze when moving torrent - -[] Ability to set priority for individual files (just added to anacrolix/torrent so coming soon, already added to my UI) - -[] Ability to view TOML settings from WebUI (and perhaps change a few as well) - -[] Ability to modify storage path of torrent after it has been added + + - [] Unit testing completed for a large portion of the package + + - [] Stability/bug fixing/Optimization rewrite of some of the core structures of the WebUI and base server + + - [] Put the "Move torrent after download" into own goroutine with checks so the WebUI doesn't freeze when moving torrent + + - [] Ability to set priority for individual files (just added to anacrolix/torrent so coming soon, already added to my UI) + + - [] Ability to view TOML settings from WebUI (and perhaps change a few as well) + + - [] Ability to modify storage path of torrent after it has been added + - Late 2018 - -[] React-native Android app (I don't own any Mac products so there will be no iPhone version) + + - [] React-native Android app (I don't own any Mac products so there will be no iPhone version) # Installation: