summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2020-08-16 07:53:37 +0200
committerPeter Hofmann <scm@uninformativ.de>2020-08-16 08:00:46 +0200
commit74bdc3ed21d74d464cd94c5ca461b9ba7d10616b (patch)
tree7a9759c65df1df276d6684b7881970987c104ad2 /CHANGES
parent13ca54ace5c670f72745579852481f1a923d3d22 (diff)
downloadlariza-74bdc3ed21d74d464cd94c5ca461b9ba7d10616b.tar.gz
Fix opening links in new tabs (partially)
Also, no NULL guard needed for g_free().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 42bb1c5..538ad11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Release history for lariza
+next
+ [Fixed]
+ - Middle-click to open in a new tab has been improved. In certain
+ conditions, the user's intention to open a new tab has been ignored
+ and URLs haven been opened in the current tab.
+
v20.07 2020-07-19
[Fixed]
- Build no longer depends on GNU sed.