diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2dafe1e88..2e8f071a3 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,10 @@ Added - New `:edit-url` command to edit the URL in an external editor. - New `network -> custom-headers` setting to send custom headers with every request. - New `{url:pretty}` commandline replacement which gets replaced by the decoded URL. +- New marks to remember a scroll position: + - New `:jump-mark` command to jump to a mark, bound to `'` + - New `:set-mark` command to set a mark, bound to ```(backtick) + - The `'` mark gets set when moving away (hinting link with anchor, searching, etc.) so you can move back with `''` Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 203de967e..f02f71a73 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -158,9 +158,9 @@ Contributors, sorted by the number of commits in descending order: * Joel Torstensson * Patric Schmitz * Claude +* Ryan Roden-Corrent * meles5 * Tarcisio Fedrizzi -* Ryan Roden-Corrent * Artur Shaik * Nathan Isom * Thorsten Wißmann