Skip to content

Commit

Permalink
Merge pull request kiwix#2528 from kiwix/release/3.4.2
Browse files Browse the repository at this point in the history
Release/3.4.2 to develop
  • Loading branch information
macgills authored Nov 30, 2020
2 parents 509b0c3 + 7f4dde7 commit c619203
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}"
Expand Down

0 comments on commit c619203

Please sign in to comment.