mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -04:00
commit
4df6743707
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
||||
3.1.0
|
||||
NEW: Revamped Night Mode
|
||||
NEW: Books unsupported by file system are greyed out
|
||||
NEW: Tags for books
|
||||
+ Bugfixes & Lots More
|
||||
|
||||
|
||||
3.0.5
|
||||
BUGFIX: Some zim files could not be downloaded due to missing metadata
|
||||
BUGFIX: Some mirrors were not allowed to download via http
|
||||
|
||||
3.0.4
|
||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||
BUGFIX: Some unstable zim files were crashing when opened
|
||||
|
@ -10,8 +10,8 @@ apply(from = rootProject.file("jacoco.gradle"))
|
||||
|
||||
ext {
|
||||
set("versionMajor", 3)
|
||||
set("versionMinor", 0)
|
||||
set("versionPatch", 4)
|
||||
set("versionMinor", 1)
|
||||
set("versionPatch", 0)
|
||||
}
|
||||
|
||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||
|
@ -5,7 +5,7 @@
|
||||
"entities": [
|
||||
{
|
||||
"id": "3:5536749840871435068",
|
||||
"lastPropertyId": "16:6142333908132117423",
|
||||
"lastPropertyId": "17:2701677664876214591",
|
||||
"name": "BookOnDiskEntity",
|
||||
"properties": [
|
||||
{
|
||||
@ -67,6 +67,10 @@
|
||||
{
|
||||
"id": "16:6142333908132117423",
|
||||
"name": "favIcon"
|
||||
},
|
||||
{
|
||||
"id": "17:2701677664876214591",
|
||||
"name": "tags"
|
||||
}
|
||||
],
|
||||
"relations": []
|
||||
@ -197,7 +201,7 @@
|
||||
},
|
||||
{
|
||||
"id": "8:8093454424037540087",
|
||||
"lastPropertyId": "23:5485468735259326535",
|
||||
"lastPropertyId": "24:4272820830206771469",
|
||||
"name": "FetchDownloadEntity",
|
||||
"properties": [
|
||||
{
|
||||
@ -287,6 +291,10 @@
|
||||
{
|
||||
"id": "23:5485468735259326535",
|
||||
"name": "progress"
|
||||
},
|
||||
{
|
||||
"id": "24:4272820830206771469",
|
||||
"name": "tags"
|
||||
}
|
||||
],
|
||||
"relations": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user