Update docs

This commit is contained in:
Florian Bruhin 2017-02-19 20:23:54 +01:00
parent 389501deb9
commit 53ec3e8a43
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,8 @@ Fixed
- Fixed showing of keybindings in the :help completion - Fixed showing of keybindings in the :help completion
- Worked around a segfault when opening a URL after a QtWebEngine renderer process crash - Worked around a segfault when opening a URL after a QtWebEngine renderer process crash
- Using :undo or :tab-clone with a view-source:// or chrome:// tab is now prevented, as it segfaults - Using :undo or :tab-clone with a view-source:// or chrome:// tab is now prevented, as it segfaults
- `:navigate prev/next` now detects `rel` attributes on `<a>` elements - `:navigate prev/next` now detects `rel` attributes on `<a>` elements, and
handles multiple `rel` attributes correctly.
- Fixed a crash when hinting with target `userscript` and spawning a non-existing script - Fixed a crash when hinting with target `userscript` and spawning a non-existing script
v0.9.1 v0.9.1

View File

@ -187,6 +187,7 @@ Contributors, sorted by the number of commits in descending order:
* knaggita * knaggita
* Oliver Caldwell * Oliver Caldwell
* Julian Weigt * Julian Weigt
* Tomasz Kramkowski
* Sebastian Frysztak * Sebastian Frysztak
* Nikolay Amiantov * Nikolay Amiantov
* Jonas Schürmann * Jonas Schürmann
@ -196,7 +197,6 @@ Contributors, sorted by the number of commits in descending order:
* Julie Engel * Julie Engel
* skinnay * skinnay
* Zach-Button * Zach-Button
* Tomasz Kramkowski
* Samuel Walladge * Samuel Walladge
* Peter Rice * Peter Rice
* Ismail S * Ismail S