Update changelog for 1.13.1

This commit is contained in:
Oliver Blanthorn 2018-06-17 22:08:09 +01:00
parent 16e29a5ee7
commit 501639d395
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,5 +1,25 @@
# Tridactyl changelog
## Release 1.13.1 // Unreleased
* New features
* Container management with `container{create,close,update,delete}` and `tabopen -c [container name] URL`
* see `help containercreate` for more information
* Mode indicator's border now uses the current container colour
* `set hintnames numeric` for sequential numeric hints. Best used with `set hintfiltermode vimperator-reflow`.
* Changelog now tells you when there's a new changelog that you haven't read.
* Bug fixes
* `nativeopen` now puts tabs in the same place that `tabopen` would
* `santise tridactyllocal tridactylsync` now works in RC files
* Missing ;w hint winopen bind added
* Fixed minor error with themes not being properly applied on some sites
* Fixed reload bug on :help when there's no hash
* `<C-i>` editor will now always update the field you started in, not just the one you currently have focused.
* "email" input elements can now be focused without errors.
## Release 1.13.0 / 2018-06-08
* **Potentially breaking changes**