summaryrefslogtreecommitdiff
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc21
1 files changed, 16 insertions, 5 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 006241695..165916389 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -17,6 +17,15 @@ This project adheres to http://semver.org/[Semantic Versioning].
v0.4.0 (unreleased)
-------------------
+Added
+~~~~~
+
+- New bookmark functionality (similar to quickmarks without a name).
+ * New command `:bookmark-add` to bookmark the current page (bound to `M`).
+ * New command `:bookmark-load` to load a bookmark (bound to `gb`/`gB`/`wB`).
+- New (hidden) command `:completion-item-del` (bound to `<Ctrl-D>`) to delete
+ the current item in the completion (for quickmarks/bookmarks).
+
Changed
~~~~~~~
@@ -25,12 +34,14 @@ Changed
this might cause qutebrowser to hang.
- The `:yank-selected` command now works in all modes instead of just caret
mode and is not hidden anymore.
-- New bookmark functionality (similar to quickmarks without a name).
- * New command `:bookmark-add` to bookmark the current page (bound to `M`).
- * New command `:bookmark-load` to load a bookmark (bound to `gb`/`gB`/`wB`).
-- New (hidden) command `:completion-item-del` (bound to `<Ctrl-D>`) to delete
- the current item in the completion (for quickmarks/bookmarks).
+- `minimal_webkit_testbrowser.py` now has a `--webengine` switch to test
+ QtWebEngine if it's installed.
+
+Fixed
+~~~~~
+- `link_pyqt.py` now should work better on untested distributions.
+- Fixed various corner-cases with crashes when reading invalid config values.
v0.3.0
------