Update docs

This commit is contained in:
Florian Bruhin 2017-12-11 07:12:45 +01:00
parent 2a8b74cbec
commit 444f0a36df
3 changed files with 5 additions and 3 deletions

View File

@ -56,6 +56,7 @@ Added
- New `session.lazy_restore` setting which allows to not load pages immediately
when restoring a session.
- New `hist_importer.py` script to import history from Firefox/Chromium.
- New `{protocol}` replacement for `tabs.title.format` and friends.
Changed
~~~~~~~

View File

@ -2913,8 +2913,9 @@ The following placeholders are defined:
* `{scroll_pos}`: Page scroll position.
* `{host}`: Host of the current web page.
* `{backend}`: Either ''webkit'' or ''webengine''
* `{private}` : Indicates when private mode is enabled.
* `{current_url}` : URL of the current web page.
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page.
Type: <<types,FormatString>>

View File

@ -1317,7 +1317,7 @@ tabs.title.format:
* `{backend}`: Either ''webkit'' or ''webengine''
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page
* `{protocol}`: Protocol (http/https/...) of the current web page.
tabs.title.format_pinned:
default: '{index}'