From f7fabe29860648b4afb0fce96149340594dc6322 Mon Sep 17 00:00:00 2001 From: Marius Lindvall Date: Tue, 5 Nov 2019 11:20:35 +0100 Subject: [PATCH] Update to v1.3.1 --- android/app/build.gradle | 4 ++-- backend-php/include/inc.php | 2 +- fastlane/metadata/android/en-US/changelogs/7.txt | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/7.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index 3446798..66dc753 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "info.varden.hauk" minSdkVersion 23 targetSdkVersion 29 - versionCode 6 - versionName "1.3" + versionCode 7 + versionName "1.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index 2e7d241..7565437 100644 --- a/backend-php/include/inc.php +++ b/backend-php/include/inc.php @@ -3,7 +3,7 @@ // An include file containing constants and common functions for the Hauk // backend. It loads the configuration file and declares it as a constant. -const BACKEND_VERSION = "1.3"; +const BACKEND_VERSION = "1.3.1"; const LANGUAGES = ["de", "en", "eu", "fr", "nb_NO", "nl", "nn"]; // Create mode for create.php. Corresponds with the constants from the Android diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..dd06c87 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,7 @@ +For full changelog, see https://github.com/bilde2910/Hauk/releases + +* Added localizations for Dutch, French and Polish (partial) +* The share link can now be shared immediately upon session establishment (#51) +* Xiaomi users with stock ROM are now also warned on first app launch about possible battery savings issues (#34) +* Launcher icon now scales properly (#52) +* Fixed an install script issue (#47)