Update changelog for next release

This commit is contained in:
Oliver Blanthorn 2018-06-08 15:18:33 +01:00
parent 5777ba6c00
commit fdef447d1d
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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