summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-30 09:07:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-30 09:10:07 +0200
commit43fde2d4d040c5c8705ea036098a7bfda4eb962e (patch)
tree359093fcce1175dd734d0713227526e47d5fc60f /doc
parent6de2d238418ddd8d0791584635955d9882618060 (diff)
downloadqutebrowser-43fde2d4d040c5c8705ea036098a7bfda4eb962e.tar.gz
qutebrowser-43fde2d4d040c5c8705ea036098a7bfda4eb962e.zip
Update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc9
-rw-r--r--doc/install.asciidoc26
2 files changed, 32 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 546962f28..1dde95a12 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -139,9 +139,10 @@ Fixed
- The workaround for black on (almost) black formula images in dark mode now
also works with Qt 5.12 and 5.13.
-- When running in Flatpak, the QtWebEngine version is now detected properly.
- Before, a wrong version was assumed, breaking dark mode and certain workarounds
- (resulting in crashes on websites like LinkedIn or TradingView).
+- When running in Flatpak or with the Windows/macOS releases, the QtWebEngine
+ version is now detected properly. Before, a wrong version was assumed, breaking
+ dark mode and certain workarounds (resulting in crashes on websites like
+ LinkedIn or TradingView).
- When running in Flatpak, communicating with an existing instance now works
properly. Before, a new instance was always opened.
- When the metainfo in the completion database doesn't have the expected
@@ -162,6 +163,8 @@ Fixed
- When a format string in the config (e.g. `tabs.title_format`) used a value
like `{current_url.host}` (instead of `{current_url:host}`), qutebrowser
would crash. It now correctly reports an invalid config value instead.
+- In rare circumstances, sending URLs/commands to existing instances would
+ result in a crash, which is now fixed.
[[v2.1.0]]
v2.1.0 (2021-03-12)
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 3c2098ccc..20e2028d1 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -282,6 +282,19 @@ The binary release ships with a QtWebEngine built without proprietary codec
support. To get support for e.g. h264/mp4 videos, you'll need to build
QtWebEngine from source yourself with support for that enabled.
+Nightly builds
+~~~~~~~~~~~~~~
+
+If you want to test out new features before an official qutebrowser release, automated
+https://github.com/qutebrowser/qutebrowser/actions/workflows/bleeding.yml[nightly
+builds] are available. To download them, open the lastest run (usually the first one),
+then download the archive at the bottom of the page. Note that due to GitHub
+limitations, all variants (Windows/macOS, 32/64 bit, debug/non-debug) are contained in a
+single archive.
+
+Those builds also include variants with debug logging enabled, which can be useful to
+track down issues.
+
https://chocolatey.org/packages/qutebrowser[Chocolatey package]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -332,6 +345,19 @@ https://caskroom.github.io/[Homebrew Cask] package manager:
$ brew install qutebrowser --cask
----
+Nightly builds
+~~~~~~~~~~~~~~
+
+If you want to test out new features before an official qutebrowser release, automated
+https://github.com/qutebrowser/qutebrowser/actions/workflows/bleeding.yml[nightly
+builds] are available. To download them, open the lastest run (usually the first one),
+then download the archive at the bottom of the page. Note that due to GitHub
+limitations, all variants (Windows/macOS, 32/64 bit, debug/non-debug) are contained in a
+single archive.
+
+Those builds also include variants with debug logging enabled, which can be useful to
+track down issues.
+
Manual Install
~~~~~~~~~~~~~~