From c781c912bfdd51f528cb0f8ba62e56bd4e196f54 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 4 Dec 2016 19:55:35 +0100 Subject: [PATCH] features upadeted --- README.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 33b358e..81ebdee 100644 --- a/README.md +++ b/README.md @@ -16,25 +16,15 @@ A Go build system with file watchers, output streams and live reload. Run, build #### What's new -##### v1.2 -- [x] Windows support -- [x] Go generate support -- [x] Bugs fix -- [x] Web panel errors log improved -- [x] Refactoring -- [x] Web panel edit settings, partial - #### Features -- Build, Install, Test, Fmt and Run at the same time -- Live reload on file changes (re-build, re-install and re-run) -- Watch custom paths -- Watch specific file extensions -- Multiple projects support -- Output streams -- Execution times - Highly customizable -- Fast run +- Build, Install, Test, Fmt, Generate and Run at the same time +- Live reload on file changes (re-build, re-install...) +- Watch custom paths and specific file extensions +- Support for multiple projects +- Output streams and error logs (Watch them in console or save them on a file) +- Web Panel (Watch all projects, edit the config settings, download each type of log) #### Installation and usage @@ -188,8 +178,9 @@ A Go build system with file watchers, output streams and live reload. Run, build #### Next release -##### v1.3 -- [ ] Web panel edit settings, full support +- [ ] Web panel - edit settings (full support) +- [ ] Web Panel - logs download +- [ ] Scheduling - reload a project after a specific time - [ ] Tests #### Contacts