Update docs.
This commit is contained in:
parent
21dfcf1e1b
commit
f99a070735
@ -27,6 +27,9 @@ Changed
|
|||||||
|
|
||||||
- `QUTE_HTML` and `QUTE_TEXT` for userscripts now don't store the contents directly, and instead contain a filename.
|
- `QUTE_HTML` and `QUTE_TEXT` for userscripts now don't store the contents directly, and instead contain a filename.
|
||||||
- `:spawn` now shows the command being executed in the statusbar, use `-q`/`--quiet` for the old behavior.
|
- `:spawn` now shows the command being executed in the statusbar, use `-q`/`--quiet` for the old behavior.
|
||||||
|
- The `content -> geolocation` and `notifications` settings now support a `true` value to always allow those. However, this is *not recommended*.
|
||||||
|
- New bindings `<Ctrl-R>` (rapid), `<Ctrl-F>` (foreground) and `<Ctrl-B>` (background) to switch hint modes while hinting.
|
||||||
|
- `<Ctrl-M>` is now accepted as an additional alias for `<Return>`/`<Ctrl-J>`
|
||||||
|
|
||||||
v0.2.2 (unreleased)
|
v0.2.2 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
@ -35,6 +38,7 @@ Fixed
|
|||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
- Fixed searching for terms starting with a hyphen (e.g. `/-foo`)
|
- Fixed searching for terms starting with a hyphen (e.g. `/-foo`)
|
||||||
|
- Proxy authentication credentials are now remembered between different tabs.
|
||||||
|
|
||||||
https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1]
|
https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1]
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
@ -1144,6 +1144,7 @@ Allow websites to request geolocations.
|
|||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
|
* +true+
|
||||||
* +false+
|
* +false+
|
||||||
* +ask+
|
* +ask+
|
||||||
|
|
||||||
@ -1155,6 +1156,7 @@ Allow websites to show notifications.
|
|||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
|
* +true+
|
||||||
* +false+
|
* +false+
|
||||||
* +ask+
|
* +ask+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user