commit 514b707df4c701a1e4c58f726c0261e26fabdb32 Author: Arturo Filastò art@fuffa.org Date: Wed Jun 19 14:44:35 2013 +0200
Update changelog --- ChangeLog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
diff --git a/ChangeLog.md b/ChangeLog.md index 7d22967..93379ce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,33 @@ +## v0.1.0 + +Improvements to HTML/JS based user interface: + + * XSRF protection + + * user supplied input specification + +Bugfixing and improvements to scheduler. + +## v0.0.12 + +Implement JS/HTML based user interface. + +Supports: + + * Starting and stopping of tests + + * Monitoring of test progress + +## v0.0.11 + +* Parametrize task timeout and retry count + +* Set the default collector via the command line option + +* Add option to disable the default collector + +* Add continuous integration with travis + ## v0.0.10
### ooniprobe