diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 85490dc7..418d01c5 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,7 +7,23 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.12 | 9 | ## 0.12 |
10 | * Subscribe to new headings on pages. | 10 | * Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.) |
11 | * Added a right-hand sidebar; have a sidebar on the right or on both sides at once. | ||
12 | * Added a clear warning banner when there is an issue with the server's TLS certificate. | ||
13 | * Follow Weiph/pikkulogs — subscribe to new headings on pages. | ||
14 | * Added UI for subscribing: feed name, entry type (Gemini feed or new headings). | ||
15 | * Added keyboard shortcut ${SHIFT+}${CTRL+}D for subscribing to page. | ||
16 | * Feeds sidebar is capped to 100 entries. "about:feeds" shows all known entries. | ||
17 | * Network connections have a timeout in case server doesn't respond at all. | ||
18 | * Adjusted spacing before/after links to reflect use of empty lines in the source. | ||
19 | * Clicking on page area unfocuses URL input field. | ||
20 | * Added keybindings for switching tabs. | ||
21 | * Gopher: Query links have a 🔍 icon. | ||
22 | * Fixed handling of "file:///" URIs on Windows. | ||
23 | * Fixed misaligned Unicode box-drawing characters. | ||
24 | * Fixed missing error page if status code is unknown (torture test 34). | ||
25 | * Fixed detection of invalid headers (torture test 39). | ||
26 | * Fixed rendering of soft hyphens (torture test 50). | ||
11 | 27 | ||
12 | ## 0.11 | 28 | ## 0.11 |
13 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running. | 29 | * Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running. |