summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--res/about/android-version.gmi5
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)
30endif () 30endif ()
31if (ANDROID) 31if (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")
35endif () 35endif ()
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.