summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-23 13:04:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-23 13:05:09 +0200
commita4c3c559a248dc90367f1e1b343d18d52f742416 (patch)
treeb43b1e35c515cdaecb0f2cae63a82319f18be4ac
parent3a5afadf5a80e16597c0601667ee90966bba277f (diff)
downloadqutebrowser-a4c3c559a248dc90367f1e1b343d18d52f742416.tar.gz
qutebrowser-a4c3c559a248dc90367f1e1b343d18d52f742416.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 6d070bf28..6d0577634 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -18,6 +18,12 @@ breaking changes (such as renamed commands) can happen in minor releases.
v1.13.0 (unreleased)
--------------------
+Deprecated
+~~~~~~~~~~
+
+- The `:inspector` command is deprecated and has been replaced by a new
+ `:devtools` command (see below).
+
Removed
~~~~~~~
@@ -73,6 +79,20 @@ Added
selected tab independently from unselected tabs (e.g. to make it bold).
* `input.mouse.back_forward_buttons` which can be set to `false` to disable
back/forward mouse buttons.
+- New `:devtools` command (replacing `:inspector`) with various improved
+ functionality:
+ * The devtools can now be docked to the main window, by running
+ `:devtools left` (`wIh`), `bottom` (`wIj`), `top` (`wIk`) or `right`
+ (`wIl`). To show them in a new window, use `:devtools window` (`wIw`).
+ Using `:devtools` (`wi`) will open them at the last used position.
+ * The devtool window now has a "qutebrowser developer tools" window title.
+ * When a resource is opened from the devtools, it now opens in a proper
+ qutebrowser tab.
+ * On Fedora, when the `qt5-webengine-devtools` package is missing, an error
+ is now shown instead of a blank inspector window.
+ * If opened as a window, the devtools are now closed properly when the
+ associated tab is closed.
+ * When the devtools are clicked, insert mode is entered automatically.
Fixed
~~~~~