summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-12 12:18:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-12 12:20:32 +0200
commit1abe34f7a061932f4bf433c3e99b804588272536 (patch)
treeef7ab6b1bc288b8487a1c5af4fa2b5c4479be0bb /res
parent341519487778bf7d006c2c896aadde1faa3f905b (diff)
Fixed: Percent-encode spaces when copying
IssueID #112
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 387cdc1e..2731a489 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -19,6 +19,7 @@
19## 1.0.3 19## 1.0.3
20* Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs. 20* Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs.
21* Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now. 21* Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now.
22* Fixed percent-encoding of spaces when copying URLs to clipboard.
22* Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread. 23* Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread.
23* Fixed parentheses and brackets being trimmed from feed entry titles. 24* Fixed parentheses and brackets being trimmed from feed entry titles.
24* Fixed quotes appearing continuous even when there are empty lines in between. 25* Fixed quotes appearing continuous even when there are empty lines in between.