From 8c125d501a9e58903dda74ee8bb1d6f91a918d6a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 Dec 2020 12:40:21 +0100 Subject: Update changelog --- doc/changelog.asciidoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 9cfa73806..a58444606 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -64,6 +64,9 @@ Added settings might stop working. As a (currently undocumented) escape hatch, this version adds a `QUTE_DARKMODE_VARIANT=qt_515_2` environment variable which can be set to get the correct behavior in (transitive) situations like this. +- New userscripts: + - `kodi` to play videos in Kodi + - `qr` to generate a QR code of the current URL Changed ~~~~~~~ @@ -83,12 +86,21 @@ Changed pre-selected in the prompt shown by qutebrowser. - URLs such as `::1/foo` are now handled as a search term or local file rather than IPv6. Use `[::1]/foo` to force parsing as IPv6 instead. +- The `mkvenv.py` script now runs a "smoke test" after setting up the virtual + environment to ensure it's working as expected. +- Both qutebrowser userscripts and Greasemonkey scripts are now additionally + picked up from qutebrowser's config directory (the `userscripts` and + `greasemonkey` subdirectories of e.g. `~/.config/qutebrowser/`) rather than only + the data directory (the same subdirectories of e.g. + `~/.local/share/qutebrowser/`). Fixed ~~~~~ - With interpolated color settings (`colors.tabs.indicator.*` and `colors.downloads.*`), the alpha channel is now handled correctly. +- The `format_json` userscript now uses `env` in its shebang, making it work + correctly on systems where `bash` isn't located in `/bin`. v1.14.1 (unreleased) -------------------- @@ -178,6 +190,9 @@ Fixed installed, it was suggested to install `qt5-webengine-devtools`, which does not, in fact, exist. It's now correctly suggested to install `qt5-qtwebengine-devtools` instead. +- With Qt 5.15.2, lines/borders coming from the `readability-js` userscript + were invisible. This is now fixed by changing the border color to grey (with all + Qt versions). - Minor performance improvements. - (TODO) Fix for various functionality breaking in private windows with v1.14.0, after the last private window is closed. This includes: -- cgit v1.2.3-54-g00ecf