diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-08-16 07:53:37 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-08-16 08:00:46 +0200 |
commit | 74bdc3ed21d74d464cd94c5ca461b9ba7d10616b (patch) | |
tree | 7a9759c65df1df276d6684b7881970987c104ad2 /CHANGES | |
parent | 13ca54ace5c670f72745579852481f1a923d3d22 (diff) | |
download | lariza-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |