From 897c31ff9b236b4c456529634c6b10d2ae44b6d5 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 14 Oct 2016 11:50:18 +0200 Subject: [PATCH] what's new section --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7bb4411..acfff06 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ A Go build system with file watchers, output streams and live reload. Run, build ![Preview](http://i.imgur.com/dJbNZjt.gif) +#### What's new + +##### v1.1 +- [ ] Windows support - **Moved to 1.2** +- [x] Custom paths for the commands fast/add +- [x] Save output on a file +- [x] Enable the fields Before/After +- [x] Web panel (localhost:5000) + + #### Features - Build, Install, Test, Fmt and Run at the same time @@ -169,15 +179,7 @@ A Go build system with file watchers, output streams and live reload. Run, build #### Next release -##### Milestone 1.1 -- [ ] Windows support - **Moved to 1.2** -- [x] Custom paths for the commands fast/add -- [x] Save output on a file -- [x] Enable the fields Before/After -- [x] Web panel - - -##### Milestone 1.2 +##### v1.2 - [ ] Windows support - [ ] Go generate support