Update to v1.6.2

This commit is contained in:
Marius Lindvall 2023-08-13 15:48:54 +02:00
parent 5376f938d4
commit 62cac722d3
No known key found for this signature in database
GPG Key ID: 3226E974C2AF47B4
2 changed files with 4 additions and 1 deletions

View File

@ -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.6.1";
const BACKEND_VERSION = "1.6.2";
const LANGUAGES = ["ca", "de", "en", "eu", "fr", "it", "nb_NO", "nl", "nn", "ro", "ru", "tr", "uk"];
// Create mode for create.php. Corresponds with the constants from the Android

View File

@ -0,0 +1,3 @@
This updated adds support for Android versions up to Android 13. Due to compatibility issues, support for Android 6 has also been dropped in this release for now.
For the full changelog, please see https://github.com/bilde2910/Hauk/releases.