features upadeted

This commit is contained in:
alessio 2016-12-04 19:55:35 +01:00
parent ecc5bf3945
commit c781c912bf
1 changed files with 9 additions and 18 deletions

View File

@ -16,25 +16,15 @@ A Go build system with file watchers, output streams and live reload. Run, build
#### What's new #### 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 #### 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 - 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 #### Installation and usage
@ -188,8 +178,9 @@ A Go build system with file watchers, output streams and live reload. Run, build
#### Next release #### 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 - [ ] Tests
#### Contacts #### Contacts