mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
release version 3.5.0 and change log update
This commit is contained in:
parent
4312f89180
commit
7c2e00a6fd
10
CHANGELOG
10
CHANGELOG
@ -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
|
||||
|
@ -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"]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user