summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-19 14:32:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-19 14:32:55 +0200
commit984b005bd01a57e53212bc1176b57b617414e75d (patch)
tree74447d46867a1c13d43a6d2dbe6e8e964b65c493 /res/about/version.gmi
parentd368b2b41bf45b3a3a8a2ab5f8b61fb3dac5b7ea (diff)
Fixed clicking on tabs when banner is underneath
Banner was too eager to eat all mouse events.
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index ffd91f7f..020373e4 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,9 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.8.3
10* Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead.
11
9## 1.8.2 12## 1.8.2
10* Fixed encoding of `+` characters in URLs as per RFC 3986. 13* Fixed encoding of `+` characters in URLs as per RFC 3986.
11* Fixed crash when fontpack.ini specifies a file that cannot be found. 14* Fixed crash when fontpack.ini specifies a file that cannot be found.