diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-06 15:07:17 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-06 15:07:17 +0200 |
commit | 076e34aa8d1e57cbf3142abdc91c8e88d21b75d6 (patch) | |
tree | 3ee91315ee1a083b74d84637af28252f039fa084 /res/about/android-version.gmi | |
parent | edb260848a42de2e1af44cab93dbf267d20e1f6f (diff) | |
parent | 53ab74c3a25521faa6f41b40b1969a3b8e8ad027 (diff) |
Merge branch 'dev' into work/v1.11
# Conflicts:
# CMakeLists.txt
# res/fonts/SmolEmoji-Regular.ttf
# res/lang/gl.bin
# src/app.c
Diffstat (limited to 'res/about/android-version.gmi')
-rw-r--r-- | res/about/android-version.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi index fc7b444b..ea1475c7 100644 --- a/res/about/android-version.gmi +++ b/res/about/android-version.gmi | |||
@@ -6,6 +6,16 @@ | |||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 1.10 (Alpha 5) | ||
10 | * 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. | ||
12 | * Updated Smol Emoji: added the rest of Unicode 8 Emoji glyphs. | ||
13 | |||
14 | ## 1.10 (Alpha 4) | ||
15 | * Save downloads to the external storage so they're accessible from a file manager. | ||
16 | * Handle Gemini, Gopher and Finger URIs opened from other apps. | ||
17 | * Back button dismisses UI panels/dialogs when appropriate instead of navigating back. | ||
18 | |||
9 | ## 1.10 (Alpha 3) | 19 | ## 1.10 (Alpha 3) |
10 | * Added Android-specific release notes. | 20 | * Added Android-specific release notes. |
11 | * Added Settings > UI > Toolbar Actions: customize the two leftmost phone toolbar buttons. | 21 | * Added Settings > UI > Toolbar Actions: customize the two leftmost phone toolbar buttons. |