summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-28 14:57:21 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-28 14:57:21 +0200
commitf135a8c9e7a135294a35fb40cee05ddfb3048aa6 (patch)
tree8ec57b807d6863d0fbfd4ae083f120933899226c
parent2791f810fe53f1225d07ed4680ed87a133bb5ab8 (diff)
Updated release notes
-rw-r--r--res/about/ios-version.gmi6
-rw-r--r--res/about/version.gmi1
2 files changed, 7 insertions, 0 deletions
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index 8cc3854f..2eedaa4e 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,12 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10 (12)
10* Tapping the status bar area scrolls the page to the top.
11* "/index.gmi" is considered equal to "/" when navigating to parent directory.
12* Fixed crash when a media player is active and a new download is started.
13* Fixed crash when a line contains nothing but an ANSI escape sequence.
14
9## 1.10 (11) 15## 1.10 (11)
10* Fixed cancelling an input query. Now pressing Cancel will navigate back to the previous page as intended. 16* Fixed cancelling an input query. Now pressing Cancel will navigate back to the previous page as intended.
11* Gopher: Fixed navigating to parent. Set item type to 1 to show a gophermap and not the plain source. 17* Gopher: Fixed navigating to parent. Set item type to 1 to show a gophermap and not the plain source.
diff --git a/res/about/version.gmi b/res/about/version.gmi
index b58a4f1a..a0cbe637 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -10,6 +10,7 @@
10* Added a man page. 10* Added a man page.
11* "/index.gmi" is considered equal to "/" when navigating to parent directory. 11* "/index.gmi" is considered equal to "/" when navigating to parent directory.
12* Fixed crash when a media player is active and a new download is started. 12* Fixed crash when a media player is active and a new download is started.
13* Fixed crash when a line contains nothing but an ANSI escape sequence.
13* Fixed a possible crash when saving state of subscribed feeds. 14* Fixed a possible crash when saving state of subscribed feeds.
14* Fixed the right-hand sidebar handling the U and Shift+U key events if it was showing the Feeds tab, even though the sidebar was hidden. 15* Fixed the right-hand sidebar handling the U and Shift+U key events if it was showing the Feeds tab, even though the sidebar was hidden.
15 16