Merge pull request #2836 from kiwix/release_3.5.0

release version 3.5.0 and change log update
This commit is contained in:
Kelson 2022-05-17 17:11:36 +02:00 committed by GitHub
commit e2ca25fe68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
3.5.0
* FIX: Storing Zim/Book files inside the public Kiwix Directory on internal storage.
* FIX: Storing Zim/Book files inside the public Kiwix Directory on external storage in android 11 and above.
* FIX: Ability to save Notes in android 10 and above.
* FIX: Ability to open externally downloaded Zim Files.
* FIX: MIME type fix for "*.js" titles.
* FIX: CI/CD Pipeline fixed for android 21 & android 30.
* FIX: Partial library migration from jcenter to jitpack & maven repo.
* NEW: File Selector for selecting any zim files from storage.
3.4.6
* FIX: Added MANAGE_EXTERNAL_STORAGE permission for Android 11 and later
* FIX: Hide "Download over wifi settings" on custom apps

View File

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