From 710eb9333bd2d15edc0353c1143aa6836e0e08dc Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Thu, 31 Jan 2019 12:21:00 +0000 Subject: [PATCH] Explain issue #1313 --- src/static/newtab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/newtab.md b/src/static/newtab.md index 9a2b8a74..885ed9d2 100644 --- a/src/static/newtab.md +++ b/src/static/newtab.md @@ -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