summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc13
-rw-r--r--doc/help/configuring.asciidoc2
-rw-r--r--doc/install.asciidoc13
-rw-r--r--doc/quickstart.asciidoc8
-rw-r--r--doc/qutebrowser.1.asciidoc10
5 files changed, 28 insertions, 18 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c4fb2d106..209042184 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -123,8 +123,18 @@ Fixed
choose to remove them. Previously they would appear again on navigation.
- Rare crash when running userscripts with crashed renderer processes.
+[[v2.5.4]]
+v2.5.4 (2023-03-13)
+-------------------
+
+Fixed
+~~~~~
+
+- Support SQLite with DQS (double quoted string) compile time option turned
+ off.
+
[[v2.5.3]]
-v2.5.3 (unreleased)
+v2.5.3 (2023-02-17)
-------------------
Added
@@ -151,6 +161,7 @@ Fixed
- 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
[[v2.5.2]]
diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc
index cab3df59a..9dba112d0 100644
--- a/doc/help/configuring.asciidoc
+++ b/doc/help/configuring.asciidoc
@@ -413,6 +413,8 @@ Pre-built colorschemes
- https://gitlab.com/lovetocode999/selenized-qutebrowser[Selenized]
- https://github.com/The-Compiler/dotfiles/blob/master/qutebrowser/gruvbox.py[gruvbox]
- https://www.opencode.net/wakellor957/qb-breath/-/blob/main/qb-breath.py[Manjaro Breath-like]
+- https://github.com/gicrisf/qute-city-lights[City Lights (matte dark)]
+- https://github.com/catppuccin/qutebrowser[Catppuccin]
Avoiding flake8 errors
^^^^^^^^^^^^^^^^^^^^^^
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index da211d850..c8be798df 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -388,21 +388,10 @@ qutebrowser from source.
==== Homebrew
----
-$ brew install qt
-(build PyQt and PyQtWebEngine from source)
+$ brew install pyqt@5
$ pip3 install qutebrowser
----
-NOTE: Homebrew does not package PyQtWebEngine (Python wrappers for
-QtWebEngine), so you will need to build that from sources manually.
-
-Since the v1.0 release, qutebrowser uses QtWebEngine by default.
-
-Homebrew's builds of Qt and PyQt don't come with QtWebKit (and `--with-qtwebkit`
-uses an old version of QtWebKit which qutebrowser doesn't support anymore). If
-you want QtWebKit support, you'll need to build an up-to-date QtWebKit
-https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X[manually].
-
Packagers
---------
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc
index b3e552aa5..1b513a371 100644
--- a/doc/quickstart.asciidoc
+++ b/doc/quickstart.asciidoc
@@ -62,9 +62,11 @@ qutebrowser's primary maintainer, The-Compiler, is currently working part-time o
qutebrowser, funded by donations.
To sustain this for a long time, your help is needed! Check the
-https://github.com/sponsors/The-Compiler/[GitHub Sponsors page] for more information.
-Depending on your sign-up date and how long you keep a certain level, you can get
-qutebrowser t-shirts, stickers and more!
+https://github.com/sponsors/The-Compiler/[GitHub Sponsors page] or
+https://github.com/qutebrowser/qutebrowser/blob/master/README.asciidoc#donating[alternative
+donation methods] for more information. Depending on your sign-up date and how
+long you keep a certain level, you can get qutebrowser t-shirts, stickers and
+more!
Alternatively, there are also various options available for one-time donations, see the
https://github.com/qutebrowser/qutebrowser/blob/master/README.asciidoc#donating[donation section]
diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc
index 377cb512f..9dc921acd 100644
--- a/doc/qutebrowser.1.asciidoc
+++ b/doc/qutebrowser.1.asciidoc
@@ -133,8 +133,14 @@ If you prefer, you can also write to the
https://listi.jpberlin.de/mailman/listinfo/qutebrowser[mailinglist] at
mailto:qutebrowser@lists.qutebrowser.org[] instead.
-For security bugs, please contact me directly at me@the-compiler.org, GPG ID
-https://www.the-compiler.org/pubkey.asc[0xFD55A072].
+For security bugs, please contact security@qutebrowser.org (or if GPG
+encryption is desired, contact me@the-compiler.org with GPG ID
+https://www.the-compiler.org/pubkey.asc[0x916EB0C8FD55A072]).
+
+Alternatively,
+https://github.com/qutebrowser/qutebrowser/security/advisories/new[report a vulnerability]
+via GitHub's
+https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability[private reporting feature].
== COPYRIGHT
This program is free software: you can redistribute it and/or modify it under