Update changelog

This commit is contained in:
Oliver Blanthorn 2018-05-17 22:16:16 +01:00
parent 002b7aae6c
commit 862fa8b9b2
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -2,6 +2,8 @@
## Release 1.13.0 / Unreleased
- `fixamo` added: you can now use Tridactyl on addons.mozilla.org. Requires a `restart`.
- `editor` now includes the hostname of the site you are on in the temporary filename
- this is mostly so that you can set up syntax highlighting in Vim, e.g,
- `au BufReadPost *github.com* set syntax=pandoc`
@ -11,6 +13,10 @@
- **Potentially breaking change**: pipes in `composite` now send return values to the following ex command. Use semi-colons if you want the old behaviour back (see `bind D`).
- Add internal functions for editing `user.js` - we'll probably add a nice interface to this some day.
- Add `restart` command to restart Firefox.
## Release 1.12.0 / 2018-05-13
- Add container support