Update changelog

This commit is contained in:
Oliver Blanthorn 2018-05-16 17:49:27 +01:00
parent 6c1cc481de
commit aed05c5e94
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,11 +1,13 @@
# Tridactyl changelog # Tridactyl changelog
## Release 1.12.1 / Unreleased ## Release 1.13.0 / Unreleased
- `editor` now includes the hostname of the site you are on in the temporary filename - `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, - this is mostly so that you can set up syntax highlighting in Vim, e.g,
- `au BufReadPost *github.com* set syntax=pandoc` - `au BufReadPost *github.com* set syntax=pandoc`
- **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`).
## Release 1.12.0 / 2018-05-13 ## Release 1.12.0 / 2018-05-13
- Add container support - Add container support