mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Update changelog for next release
This commit is contained in:
parent
5777ba6c00
commit
fdef447d1d
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Tridactyl changelog
|
# Tridactyl changelog
|
||||||
|
|
||||||
## Release 1.13.0 / Unreleased
|
## Release 1.13.0 / 2018-06-08
|
||||||
|
|
||||||
* **Potentially breaking changes**
|
* **Potentially breaking changes**
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
* New commands:
|
* New commands:
|
||||||
|
|
||||||
* `:js` an `:jsb` let you execute arbitrary javascript.
|
* `:js` and `:jsb` let you execute arbitrary javascript.
|
||||||
* `:restart` will restart Firefox if you have installed Tridactyl's native executable.
|
* `:restart` will restart Firefox if you have installed Tridactyl's native executable.
|
||||||
* `:fixamo` will make Tridactyl work on addons.mozilla.org. Requires a `:restart`.
|
* `:fixamo` will make Tridactyl work on addons.mozilla.org. Requires a `:restart`.
|
||||||
|
|
||||||
|
@ -67,6 +67,10 @@
|
||||||
|
|
||||||
* An experimental `smoothscroll` setting has been added. You can turn it on by using `:set smoothscroll true`. Be warned, this can make scrolling slower on some websites.
|
* An experimental `smoothscroll` setting has been added. You can turn it on by using `:set smoothscroll true`. Be warned, this can make scrolling slower on some websites.
|
||||||
|
|
||||||
|
* `credits` added to show off all the wonderful contributors we have.
|
||||||
|
|
||||||
|
* `help` now displays relevant aliases and key bindings, and `help [key sequence / alias]` will take you to the relevant help.
|
||||||
|
|
||||||
## 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