mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update newtab, changelog re. containers
This commit is contained in:
parent
78ba957cde
commit
d148de4ba6
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
# Tridactyl changelog
|
||||
|
||||
## Release 1.12.0 / Unreleased
|
||||
|
||||
- Add container support
|
||||
- `hint` will now open links in the current container
|
||||
- there is a new setting, `set tabopencontaineraware [false|true]`, which will make `tabopen` open new tabs in the current container
|
||||
|
||||
## Release 1.11.2 / 2018-05-11
|
||||
|
||||
- Hotfix to prevent "config undefined" errors on browser start if no rc file was found
|
||||
|
|
|
@ -12,8 +12,6 @@ Tridactyl has to override your new tab page due to WebExtension limitations. You
|
|||
|
||||
- If you're enjoying Tridactyl (or not), please leave a review on [addons.mozilla.org][amo].
|
||||
|
||||
- **Manual intervention required. The next update will require the "cookies" permission:** we need the permission so that we can support opening links in the same container that they were opened in. Please keep an eye out for the tiny desaturated yellow exclamation mark on Firefox's hamburger menu that will notify you that the update is available. Click it to update.
|
||||
|
||||
- **NB:** Tridactyl can now run external programs on Linux and OSX if you decide to install an additional executable. Just run `:installnative` to get going, and then Ctrl-i `<C-i>` in a text box to open your editor.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue