mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-14 18:06:39 -04:00
Merge pull request #2528 from kiwix/release/3.4.2
Release/3.4.2 to develop
This commit is contained in:
commit
c619203863
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
|||||||
|
3.4.2
|
||||||
|
NEW: Service worker support for war2c zim files
|
||||||
|
NEW: Updated translations
|
||||||
|
NEW: Online Library won't be downloaded on mobile data when wifi only preference is set
|
||||||
|
BUGFIX: Text to Speech continues in background
|
||||||
|
BUGFIX: Video player became became unresponsive post backgrounding
|
||||||
|
BUGFIX: Bookmarks/History weren't displaying their title
|
||||||
|
BUGFIX: Memory leaks patched
|
||||||
|
BUGFIX: Table of contents accessible from non Reader screens
|
||||||
|
|
||||||
3.4.1
|
3.4.1
|
||||||
NEW: Overhauled navigation
|
NEW: Overhauled navigation
|
||||||
NEW: Updated translations
|
NEW: Updated translations
|
||||||
|
@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
|
|||||||
ext {
|
ext {
|
||||||
set("versionMajor", 3)
|
set("versionMajor", 3)
|
||||||
set("versionMinor", 4)
|
set("versionMinor", 4)
|
||||||
set("versionPatch", 1)
|
set("versionPatch", 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user