mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update changelog for 1.13.1
This commit is contained in:
parent
16e29a5ee7
commit
501639d395
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
20
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
|
||||
* `<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**
|
||||
|
|
Loading…
Add table
Reference in a new issue