Update changelog
This commit is contained in:
parent
5689a3c0dc
commit
990be79933
@ -36,6 +36,8 @@ Added
|
|||||||
same effect they have with `:open`.
|
same effect they have with `:open`.
|
||||||
- New `{line}` and `{column}` replacements for `editor.command` to position the
|
- New `{line}` and `{column}` replacements for `editor.command` to position the
|
||||||
cursor correctly.
|
cursor correctly.
|
||||||
|
- New `qute-pass` userscript as alternative to `password_fill` which allows
|
||||||
|
selecting accounts via rofi.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
@ -43,15 +45,19 @@ Changed
|
|||||||
- High-DPI favicons are now used when available.
|
- High-DPI favicons are now used when available.
|
||||||
- The `asciidoc2html.py` script now uses Pygments (which is already a dependency
|
- The `asciidoc2html.py` script now uses Pygments (which is already a dependency
|
||||||
of qutebrowser) instead of `source-highlight` for syntax highlighting.
|
of qutebrowser) instead of `source-highlight` for syntax highlighting.
|
||||||
|
- The `importer.py` script was largely rewritten and now also supports importing
|
||||||
|
from Firefox' `places.sqlite` file.
|
||||||
|
- Various internal refactorings to use Python 3.5 and ECMAscript 6 features
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
- More consistent sizing for favicons with vertical tabs.
|
- More consistent sizing for favicons with vertical tabs.
|
||||||
- Using `:home` on pinned tabs is now prevented.
|
- Using `:home` on pinned tabs is now prevented.
|
||||||
- Fix crash with unknown file types loaded via qute://help
|
- Fix crash with unknown file types loaded via qute://help.
|
||||||
- Scrolling performance improvements
|
- Scrolling performance improvements.
|
||||||
- Fix crash when `:tab-give` is used with an unknown window ID.
|
- Sites like `qute://help` now redirect to `qute://help/` to make sure links
|
||||||
|
work properly.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
@ -66,20 +72,27 @@ Removed
|
|||||||
commands have been removed.
|
commands have been removed.
|
||||||
- The `messages.unfocused` option which wasn't used anymore was removed.
|
- The `messages.unfocused` option which wasn't used anymore was removed.
|
||||||
|
|
||||||
v1.0.3 (unreleased)
|
v1.0.3
|
||||||
-------------------
|
------
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
- Performance improvements for tab rendering
|
- macOS and Windows builds are now built with PyQt 5.9.1 and Qt 5.9.2, including
|
||||||
|
various bugfixes, as well as security fixes from Chromium up to version
|
||||||
|
61.0.3163.79.
|
||||||
|
- Performance improvements for tab rendering.
|
||||||
|
- The :open-editor command is now not hidden anymore as it's also usable in
|
||||||
|
normal mode.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
- Handle accessing a locked sqlite database gracefully
|
- Handle accessing a locked sqlite database gracefully
|
||||||
- Abort pinned tab dialogs properly when a tab is closed e.g. by closing a
|
- Abort pinned tab dialogs properly when a tab is closed e.g. by closing a
|
||||||
window.
|
window
|
||||||
|
- Unbinding a default keybinding twice now doesn't bind it again
|
||||||
|
- Completions are now sorted correctly again when filtered
|
||||||
|
|
||||||
v1.0.2
|
v1.0.2
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user