Merge pull request #2699 from kiwix/gouri-panda/release/3.4.5

Release/3.4.5
This commit is contained in:
Kelson 2021-09-01 15:05:59 +02:00 committed by GitHub
commit f7933d1c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
3.4.5
NEW: Supports Android 11
NEW: Hotspot socket address better visible, clickable and shareable
BUGFIX: Some zim-it files doesn't read anymore
BUGFIX: "Search in Kiwix" is just redirecting to Kiwix
BUGFIX: Laggy input in search box
+ More
3.4.4
NEW: The Download of Zim in now more stable
NEW: Updated translations

View File

@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
ext {
set("versionMajor", 3)
set("versionMinor", 4)
set("versionPatch", 4)
set("versionPatch", 5)
}
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"