diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bf487d..fb9f843c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + * `` 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**