From fd75a01ee58cbf93b00b374adb4dc930fb1f39be Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 18 Nov 2020 11:32:37 +0200 Subject: URL parsing improvements Now it uses a single regular expression to parse all (non "file:") URLs. IssueID #40 --- res/about/version.gmi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/about') 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 @@ ``` # Release notes +## 0.10 +* Improvements to URL parsing with regard to RFC 3986. + ## 0.9 * Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site. * Added menu items and keybindings for navigating to site root or the parent directory. -- cgit v1.2.3