diff --git a/CMakeLists.txt b/CMakeLists.txt index d831c1cc..b31dba2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif () if (ANDROID) set (PROJECT_VERSION 1.13) set (ANDROID_BUILD_VERSION b6) # remember to update Gradle, AndroidManifest.xml - set (ANDROID_BUILD_DATE "2022-05-12") + set (ANDROID_BUILD_DATE "2022-05-09") endif ()  # Defaults that depend on environment. diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi index 4e769ead..8ddfc10d 100644 --- a/res/about/android-version.gmi +++ b/res/about/android-version.gmi @@ -8,6 +8,9 @@  ## 1.13 (Beta 6) * Enabled audio output. WAV and Ogg Vorbis decoding is supported in this build. +* Fixed showing error page for an empty server response. +* Fixes for Spartan: query strings, input prompt default content, empty paths. +* Added Spartan URL handler.  ## 1.13 (Beta 5) New features: