Qutebrowser

Latest version: v3.1.0

Safety actively analyzes 619482 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

3.0.2

Check the [changelog](https://github.com/qutebrowser/qutebrowser/blob/main/doc/changelog.asciidoc) for changes in this release.

3.0.1

Check the [changelog](https://github.com/qutebrowser/qutebrowser/blob/main/doc/changelog.asciidoc) for changes in this release.

3.0.0

Check the [changelog](https://github.com/qutebrowser/qutebrowser/blob/master/doc/changelog.asciidoc) for changes in this release.

2.5.4

**NOTE:** This release is a source-only release, to fix a recent issue with changed sqlite options on FreeBSD. For Windows/macOS binary releases (and any environment where sqlite accepts [double-quoted string literals](https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted)), this release is equivalent to [v2.5.3](https://github.com/qutebrowser/qutebrowser/releases/tag/v2.5.3), thus no new binaries were uploaded here.

Fixed

- Support SQLite with DQS (double quoted string) compile time option turned
off.

2.5.3

Added

- New `array_at` quirk, polyfilling the [`Array.at` method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at), which is needed by various websites, but only natively available with Qt 6.2.

Fixed

- Crash when the adblock filter file can't be read.
- Inconsistent behavior when using `:config-{dict,list}-*` commands with an
invalid value. Before the fix, using the same command again would complain that
the value was already present, despite the error and the value not being
actually changed.
- Incomplete error handling when mutating a dict/list in `config.py` and setting
an invalid value. Before the fix, this would result in either a message in the
terminal rather than GUI (startup), or in a crash (`:config-source`).
- Wrong type handling when using `:config-{dict,list}-*` commands with a config
option with non-string values. The only affected option is `bindings.commands`,
which is probably rarely used with those commands.
- The `readability` userscript now correctly passes the source URL to
Breadability, to make relative links work.
- Update `dictcli.py` to use the `main` branch, fixing a 404 error.
- Crash with some notification servers when the server did quit.
- Minor documentation fixes

2.5.2

Fixed

- Packaging-related fixes:
* The `install` and `stacktrace` help pages are now included in the docs
shipped with qutebrowser when using the recommended packaging workflow.
* The Windows installer now more consistently uses the configured Windows
colors.
* The Windows installer now bases the desktop/start menu icon choices on
the existing install, if upgrading.
* The macOS release hopefully doesn't cause macOS to (falsely) claim that it
"is damaged and can't be opened" anymore.
- The notification fixes in v2.5.1 caused new notification crashes (probably
more common than the ones being fixed...). Those are now fixed, along with a
(rather involved) test case to prevent similar issues in the future.
- When a text was not found on a page, the associated message would be shown as
rich text (e.g. after `/<h1>`). With this release, this is fixed for search
messages, while the 3.0.0 release will change the default for all messages to be
plain-text. Note this is NOT a security issue, as only a small subset of HTML
is interpreted as rich text by Qt, independently from the website.
- When a Greasemonkey script couldn't be loaded (e.g. due to an unreadable file),
qutebrowser would crash. It now shows an error instead.
- Ever since the v1.2.0 release in 2018, the `content.default_encoding` setting
was not applied on start properly (only when it was changed afterwards). This
is now fixed.

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.