diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 1fc848a1e..0ec1d8003 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -27,6 +27,11 @@ Added - New `content.mouse_lock` setting to handle HTML5 pointer locking. - New `completion.web_history.exclude` setting which hides a list of URL patterns from the completion. +- Rewritten PDF.js support: + * PDF.js support and the `content.pdfjs` setting are now available with + QtWebEngine. + * Opening a PDF file now doesn't start a second request anymore. + * Opening PDFs on https:// sites now works properly. Changed ~~~~~~~ @@ -48,6 +53,13 @@ Changed - Various performance improvements when many tabs are opened. - Regenerating completion history now shows a progress dialog. - Make qute:// pages work properly on Qt 5.11.2 +- The `content.autoplay` setting now supports URL patterns on Qt >= 5.11. + +Fixed +~~~~~ + +- Error when passing a substring with spaces to `:tab-take`. +- Greasemonkey scripts which start with an UTF-8 BOM are now handled correctly. Removed ~~~~~~~ @@ -1625,7 +1637,7 @@ Changed `tabs.bg/fg.selected.odd/even`. - `:spawn --userscript` and `:hint` with the `userscript` target now look up relative paths in `~/.local/share/qutebrowser/userscripts` or - `$XDG_DATA_DIR`. Using a binary in `$PATH` won't work anymore with + `$XDG_DATA_HOME`. Using a binary in `$PATH` won't work anymore with `--userscript`. - New design for error pages - Link filtering for hints now checks if the text is contained anywhere in diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 4b4ad54bc..51d3b30a9 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -576,7 +576,7 @@ Start hinting. - With `userscript`: The userscript to execute. Either store the userscript in `~/.local/share/qutebrowser/userscripts` - (or `$XDG_DATA_DIR`), or use an absolute + (or `$XDG_DATA_HOME`), or use an absolute path. - With `fill`: The command to fill the statusbar with. `{hint-url}` will get replaced by the selected @@ -1193,7 +1193,7 @@ Spawn a command in a shell. * +*-u*+, +*--userscript*+: Run the command as a userscript. You can use an absolute path, or store the userscript in one of those locations: - `~/.local/share/qutebrowser/userscripts` - (or `$XDG_DATA_DIR`) + (or `$XDG_DATA_HOME`) - `/usr/share/qutebrowser/userscripts` * +*-v*+, +*--verbose*+: Show notifications when the command started/exited. @@ -1342,6 +1342,9 @@ Take a tab from another window. * +'index'+: The [win_id/]index of the tab to take. Or a substring in which case the closest match will be taken. +==== note +* This command does not split arguments after the last argument and handles quotes literally. + [[unbind]] === unbind Syntax: +:unbind [*--mode* 'mode'] 'key'+ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 5e302adfa..333473dc7 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -1488,7 +1488,9 @@ Default: [[content.autoplay]] === content.autoplay Automatically start playing `