summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-18 11:32:37 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-18 11:32:37 +0200
commitfd75a01ee58cbf93b00b374adb4dc930fb1f39be (patch)
treed7923781617ac08e0579e1262c9a8b520dd9f186 /res
parent233d1012a762c6b49632b82bd9618003e25fefc5 (diff)
URL parsing improvements
Now it uses a single regular expression to parse all (non "file:") URLs. IssueID #40
Diffstat (limited to 'res')
-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 26fae067..761c1c5d 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## 0.10
10* Improvements to URL parsing with regard to RFC 3986.
11
9## 0.9 12## 0.9
10* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site. 13* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site.
11* Added menu items and keybindings for navigating to site root or the parent directory. 14* Added menu items and keybindings for navigating to site root or the parent directory.