Changelog for Isso ================== 0.5 (unreleased) ---------------- Major improvements: - `listen` option replaces `host` and `port` to support UNIX domain sockets, #25 Instead of `host = localhost` and `port = 8080`, use `listen = http://localhost:8080`. To listen on a UNIX domain socket, replace `http://` with `unix://`, e.g. `unix:///tmp/isso.sock`. - new option `notify` (in the general section) is used to choose (one or more) notification backends (currently only SMTP is available, though). Isso will no longer automatically use SMTP for notifications if the initial connection succeeds. - add an option to prevent the client from appending the CSS to the document, #29 Enabled by default. Add `data-isso-css="false"` to the