Skip to content

Releases: qutebrowser/qutebrowser

v3.3.1

12 Oct 19:51
v3.3.1
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.3.0

12 Oct 19:33
v3.3.0
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.2.1

25 Jun 09:16
v3.2.1
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.2.0

03 Jun 14:51
v3.2.0
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.1.0

08 Dec 15:39
v3.1.0
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.0.2

19 Oct 18:52
v3.0.2
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.0.1

19 Oct 18:25
v3.0.1
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v3.0.0

18 Aug 14:26
v3.0.0
Compare
Choose a tag to compare

Check the changelog for changes in this release.

v2.5.4

13 Mar 21:15
v2.5.4
Compare
Choose a tag to compare

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

17 Feb 10:15
v2.5.3
Compare
Choose a tag to compare

Added

  • New array_at quirk, polyfilling the Array.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 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