Skip to content

Commit

Permalink
Changelog, README
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Nov 11, 2015
1 parent ef78fd9 commit 1098183
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
@@ -1,4 +1,17 @@

v0.3: 12 November 2015

* -s (--tls) Generate a self-signed certificate, and enable TLS. The cert
bundle is stored in ~/.devd.cert
* Add the X-Forwarded-Host header to reverse proxied traffic.
* Disable upstream cert validation for reverse proxied traffic. This makes
using self-signed certs for development easy. Devd shoudn't be used in
contexts where this might pose a security risk.
* Bugfix: make CSS livereload work in Firefox
* Bugfix: make sure the Host header and SNI host matches for reverse proxied
traffic.


v0.2

* -x (--exclude) flag to exclude files from livereload.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -48,10 +48,15 @@ multiple lines. Devd's logs are detailed, warn about corner cases that other
daemons ignore, and can optionally include things like detailed timing
information and full headers.


### Convenient

To make quickly firing up an instance as simple as possible, devd automatically
chooses an open port to run on (unless it's specified), and can open a browser
window pointing to the daemon root for you (the **-o** flag in the example
above).
above). It also has utility features like the **-s** flag, which auto-generates
a self-signed certificate for devd, stores it in ~/.devd.certs and enables TLS
all in one step.


### Livereload
Expand Down

0 comments on commit 1098183

Please sign in to comment.