mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Explain issue #1313
This commit is contained in:
parent
707551d135
commit
710eb9333b
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ Tridactyl has to override your new tab page due to WebExtension limitations. You
|
|||
|
||||
- **Mozilla broke our userChrome**: if you used `guiset` in the past and find you can't change tabs, etc, using keyboard shortcuts, please follow [this guide](https://github.com/tridactyl/tridactyl/issues/1229#issuecomment-458583919) and then run `guiset` again.
|
||||
|
||||
- **Subtle breaking change related to composite**: We made lots of ex-commands return things, so if you're using `composite` with pipes `|`, you may experience surprising behaviour. The correct way to use composite if you are not wanting to pass the output of one command to another is to split it with semicolons `;` instead.
|
||||
|
||||
- New permission needed: we needed a new permission for the `find` command. If you're reading this, you probably accepted it already, so thanks for trusting us : )
|
||||
|
||||
REPLACE_ME_WITH_THE_CHANGE_LOG_USING_SED
|
||||
|
|
Loading…
Add table
Reference in a new issue