File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- v0.3: 12 November 2015
2+ # v0.4: 12 February 2016
3+
4+ * Add support for [ modd] ( https://github.com/cortesi/modd ) , with the -m flag.
5+ * Add -X flag to set Access-Control-Allow-Origin: * on all responses, allowing
6+ the use of multiple .devd.io domains in testing.
7+ * Add -L flag, which turns on livereload but doesn't trigger on modification,
8+ allowing livereload to be driven by external tools.
9+ * Add -C flag to force colour output, even if we're not attachd to a terminal.
10+ * Add -t flag to disable timestamps.
11+ * Silence console errors due to a stupid long-standing Firefox bug.
12+ * Fix throttling of data upload.
13+ * Improve display of content sizes.
14+ * Add distributions for OpenBSD and NetBSD.
15+
16+
17+ # v0.3: 12 November 2015
318
419* -s (--tls) Generate a self-signed certificate, and enable TLS. The cert
520 bundle is stored in ~ /.devd.cert
@@ -12,7 +27,7 @@ v0.3: 12 November 2015
1227 traffic.
1328
1429
15- v0.2
30+ # v0.2
1631
1732* -x (--exclude) flag to exclude files from livereload.
1833* -P (--password) flag for quick HTTP Basic password protection.
You can’t perform that action at this time.
0 commit comments