diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-19 07:33:34 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-19 07:33:34 +0200 |
commit | facdf3ca44c170aec9466b7e309a209de0c7f643 (patch) | |
tree | 662f0ba2c86c618d9cb3954f6a36ac1005534ed3 /res/about | |
parent | b6923950df99ba6c8ca1e7234440321901fe804c (diff) |
Opening unrecognized schemes in default browser
This works if the OS supports the scheme as built-in or via some handler application.
IssueID #103
IssueID #84
Diffstat (limited to 'res/about')
-rw-r--r-- | res/about/version.gmi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 0d0835da..28263653 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,9 +7,10 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.0 | 9 | ## 1.0 |
10 | * Export bookmarks via "about:bookmarks". | 10 | * Export bookmarks via "about:bookmarks". Added a menu item for showing this page. |
11 | * Listing all bookmarks by tag or creation time. | 11 | * Listing all bookmarks by tag or creation time. |
12 | * Import all links on page as bookmark. | 12 | * Import all links on page as bookmarks. |
13 | * Open links with an unrecognized scheme in the default browser. | ||
13 | 14 | ||
14 | ## 0.13.2 | 15 | ## 0.13.2 |
15 | * Added a little spinner to indicate ongoing requests. | 16 | * Added a little spinner to indicate ongoing requests. |