Merge pull request #2528 from kiwix/release/3.4.2

Release/3.4.2 to develop
This commit is contained in:
Seán Mac Gillicuddy 2020-11-30 09:47:09 +00:00 committed by GitHub
commit c619203863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -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
NEW: Overhauled navigation
NEW: Updated translations

View File

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