diff options
-rw-r--r-- | res/about/ios-version.gmi | 6 | ||||
-rw-r--r-- | res/about/version.gmi | 1 |
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 | ||