From ee4f342db1187d0f5ed21392095e7a75ea61f9f7 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 16 Dec 2016 23:54:57 +0100 Subject: [PATCH] updated --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de311fc..db26e91 100644 --- a/README.md +++ b/README.md @@ -174,12 +174,13 @@ A Go build system with file watchers, output streams and live reload. Run, build errors: false // saves the errors of the project in a file ``` -#### Next release, in progress... +#### Next features, in progress... - [ ] Web panel - edit settings (full support) -- [ ] Web Panel - logs download -- [ ] Scheduler - reload a project after a specific time +- [ ] Web panel - logs download +- [ ] Schedule - reload a project after a specific time - [ ] Easy dependencies - automatically resolve the project dependencies +- [ ] Import license - retrieve the license for each imported library - [ ] Tests