release version 3.5.0 and change log update

This commit is contained in:
MohitMali 2022-05-17 15:01:46 +05:30
parent 4312f89180
commit 7c2e00a6fd
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"]}"