diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-24 15:01:26 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-24 15:01:26 +0200 |
commit | 22bcddc9a24381a1393cf732f6f8e1c31a84742f (patch) | |
tree | 7ebdf4e59ce27393689179defa454ffce75efedf | |
parent | e475df42593303d21584dbde9997f73812795684 (diff) |
Android: Bumped version number; updated release notes
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | res/about/android-version.gmi | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aabece81..7364bc2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -30,8 +30,8 @@ if (IOS) | |||
30 | endif () | 30 | endif () |
31 | if (ANDROID) | 31 | if (ANDROID) |
32 | set (PROJECT_VERSION 1.10) | 32 | set (PROJECT_VERSION 1.10) |
33 | set (ANDROID_BUILD_VERSION a4) # remember to update Gradle, AndroidManifest.xml | 33 | set (ANDROID_BUILD_VERSION a5) # remember to update Gradle, AndroidManifest.xml |
34 | set (ANDROID_BUILD_DATE "2022-01-20") | 34 | set (ANDROID_BUILD_DATE "2022-01-24") |
35 | endif () | 35 | endif () |
36 | 36 | ||
37 | # Defaults that depend on environment. | 37 | # Defaults that depend on environment. |
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi index c36d5be4..ea1475c7 100644 --- a/res/about/android-version.gmi +++ b/res/about/android-version.gmi | |||
@@ -6,6 +6,11 @@ | |||
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 | |||
9 | ## 1.10 (Alpha 4) | 14 | ## 1.10 (Alpha 4) |
10 | * Save downloads to the external storage so they're accessible from a file manager. | 15 | * Save downloads to the external storage so they're accessible from a file manager. |
11 | * Handle Gemini, Gopher and Finger URIs opened from other apps. | 16 | * Handle Gemini, Gopher and Finger URIs opened from other apps. |