Releases: qutebrowser/qutebrowser
Releases · qutebrowser/qutebrowser
v3.3.1
v3.3.0
v3.2.1
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
v2.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), this release is equivalent to v2.5.3, thus no new binaries were uploaded here.
Fixed
- Support SQLite with DQS (double quoted string) compile time option turned
off.
v2.5.3
Added
- New
array_at
quirk, polyfilling theArray.at
method, 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 isbindings.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 themain
branch, fixing a 404 error. - Crash with some notification servers when the server did quit.
- Minor documentation fixes