diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ff1a4aa52..df0b28ad9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -31,6 +31,7 @@ Added - Support for the HTML5 fullscreen API (e.g. youtube videos) with QtWebEngine - Support for the `general -> print-element-backgrounds` option with QtWebEngine on Qt >= 5.8 - Support for `:download --mhtml` with QtWebEngine +- New `qute:history` URL and `:history` command to show the browsing history. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index d25d02a61..dc3b427df 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -169,6 +169,7 @@ Contributors, sorted by the number of commits in descending order: * Artur Shaik * Nathan Isom * Thorsten Wißmann +* Imran Sobir * Austin Anderson * Fritz Reichwald * Jimmy diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 03345ac64..0731ea381 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -44,6 +44,7 @@ It is possible to run or bind multiple commands by separating them with `;;`. |<>|Toggle fullscreen mode. |<>|Show help about a command or setting. |<>|Start hinting. +|<>|Show browsing history |<>|Clear all browsing history. |<>|Open main startpage in current tab. |<>|Insert text at cursor position. @@ -418,6 +419,17 @@ Start hinting. ==== note * This command does not split arguments after the last argument and handles quotes literally. +[[history]] +=== history +Syntax: +:history [*--tab*] [*--bg*] [*--window*]+ + +Show browsing history + +==== optional arguments +* +*-t*+, +*--tab*+: Open in a new tab. +* +*-b*+, +*--bg*+: Open in a background tab. +* +*-w*+, +*--window*+: Open in a new window. + [[history-clear]] === history-clear Syntax: +:history-clear [*--force*]+