summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-05 12:17:00 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-05 12:17:00 +0200
commitd8fea0155fec78c44c300024d8563f25f980d052 (patch)
treee0cec8d1fada81166a3cb77b4362806a8fa25d55
parent96425c93bff84ee0560e30ec34ce4a591f33d71a (diff)
downloadqutebrowser-d8fea0155fec78c44c300024d8563f25f980d052.tar.gz
qutebrowser-d8fea0155fec78c44c300024d8563f25f980d052.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index bbfa1d20b..236039f67 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -35,6 +35,15 @@ Removed
* Windows 10 before 1809 (via Qt)
* Possibly other more minor dependency changes
+Changed
+~~~~~~~
+
+- The qutebrowser icons got moved from `icons/` to `qutebrowser/icons` in the
+ repository, so that it's possible for qutebrowser to load them using Python's
+ resource system (rather than compiling them into a Qt resource file).
+ Packagers are advised to use `misc/Makefile` if possible, which has been
+ updated with the new paths.
+
[[v2.5.1]]
v2.5.1 (unreleased)
-------------------
@@ -43,6 +52,7 @@ Fixed
~~~~~
- The `qute-pass` userscript is marked as executable again.
+- PDF.js now works properly again with the macOS and Windows releases.
[[v2.5.0]]
v2.5.0 (2022-04-01)