Update to v1.6

Fixes #116
This commit is contained in:
Marius Lindvall 2019-12-28 19:48:04 +01:00
parent ce47e2d84f
commit a9860fd433
9 changed files with 8 additions and 4 deletions

View file

@ -24,8 +24,9 @@ phone, and you're good to go!
## System Requirements
- Web server running PHP and Memcached or Redis
- Web server running PHP and Memcached or Redis.
- PHP `memcached`, `memcache` or `redis` extension installed on the web server.
- PHP `ldap` extension if using LDAP authentication.
- Android 6 or above to run the [companion Android app](https://f-droid.org/packages/info.varden.hauk/).
## Installation instructions

View file

@ -7,8 +7,8 @@ android {
applicationId "info.varden.hauk"
minSdkVersion 23
targetSdkVersion 29
versionCode 11
versionName "1.5.2"
versionCode 12
versionName "1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

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

View file

@ -0,0 +1,3 @@
This update comes with major UI improvements, including dark theme, a settings menu and a cleaner interface. Along with this are a bunch of new features, like HTTP and SOCKS proxy support, LDAP authentication on the backend, and many additional configurable options. This version also fixes various bugs, including proper fallback to network-based location, homoglyphs appearing in links, and various UI and UX fixes.
For the full changelog, please see https://github.com/bilde2910/Hauk/releases.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 255 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 255 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 262 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB