summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-05-03 18:18:06 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-05-03 19:25:04 +0200
commit2ba40acf74ee4e411437ba8022f5d1aae58c0e27 (patch)
treea3baba2aec3cfac9f201b77c77d5376fb00e2b31
parent388c155ebbb7e6690923323048a4b46a435947b9 (diff)
downloadqutebrowser-2ba40acf74ee4e411437ba8022f5d1aae58c0e27.tar.gz
qutebrowser-2ba40acf74ee4e411437ba8022f5d1aae58c0e27.zip
Update changelog for v1.3.0
-rw-r--r--doc/changelog.asciidoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 3002fcd45..1f1898487 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,8 +15,8 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
-v1.3.0 (unreleased)
--------------------
+v1.3.0
+------
Added
~~~~~
@@ -25,8 +25,9 @@ Added
- New `url.open_base_url` option to open the base URL of a searchengine when no
search term is given.
- New `tabs.min_width` setting to configure the minimal width for tabs.
-- New `getbib` userscript to download bibtex information for DOIs on a page.
-- New `qute-keepass` userscript to get passwords from KeePassX.
+- New userscripts:
+ * `getbib` to download bibtex information for DOIs on a page.
+ * `qute-keepass` to get passwords from KeePassX.
Changed
~~~~~~~
@@ -53,7 +54,6 @@ Changed
- Error messages when trying to wrap when `tabs.wrap` is `False` are now logged
to debug instead of messages.
-
Fixed
~~~~~
@@ -85,8 +85,6 @@ Fixed
- Initial support for Qt 5.11.
- Checking for a new version after sending a crash report now works properly
again.
-- The `qute-pass` userscript now handles special chars in usernames/passwords
- properly.
- `@match` in Greasemonkey scripts now more closely matches the proper pattern
syntax.
- Searching via `/` or `?` now doesn't handle any characters in a special way.
@@ -95,6 +93,7 @@ Fixed
- When no spellcheck dictionaries are configured, it's now disabled internally.
This works around an issue with entering special characters on Facebook
messenger.
+- The macOS release now should work again on macOS 10.11 and newer.
v1.2.1
------