mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update changelog
This commit is contained in:
parent
002b7aae6c
commit
862fa8b9b2
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue