mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Update changelog
This commit is contained in:
parent
6c1cc481de
commit
aed05c5e94
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue