summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-03 18:58:26 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-03 18:58:26 +0200
commit600fa2348ec7736bfbcd8511be3e92f973974cf9 (patch)
treef8a29d6c2dce0915201d8117f19a388ea1413658 /res
parent4c1788101c325b67f29121573479f446350bfd25 (diff)
Fixed redirection opening in the wrong tab
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index c1f7c8b3..eb4805e0 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -12,6 +12,7 @@
12* Remote bookmarks are grouped under their source in the bookmark list. 12* Remote bookmarks are grouped under their source in the bookmark list.
13* A bookmark's icon is updated after loading the page so it matches the site. 13* A bookmark's icon is updated after loading the page so it matches the site.
14* Fixed parts of text disappearing when the glyph cache fills up. 14* Fixed parts of text disappearing when the glyph cache fills up.
15* Fixed handling of redirection in a background tab — redirected URL would open in the current tab.
15 16
16## 1.0.2 17## 1.0.2
17* Fixed URL input field showing the wrong URL when opening tabs in the background. 18* Fixed URL input field showing the wrong URL when opening tabs in the background.