mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -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
|
3.0.4
|
||||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||||
BUGFIX: Some unstable zim files were crashing when opened
|
BUGFIX: Some unstable zim files were crashing when opened
|
||||||
|
@ -10,8 +10,8 @@ apply(from = rootProject.file("jacoco.gradle"))
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
set("versionMajor", 3)
|
set("versionMajor", 3)
|
||||||
set("versionMinor", 0)
|
set("versionMinor", 1)
|
||||||
set("versionPatch", 4)
|
set("versionPatch", 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"entities": [
|
"entities": [
|
||||||
{
|
{
|
||||||
"id": "3:5536749840871435068",
|
"id": "3:5536749840871435068",
|
||||||
"lastPropertyId": "16:6142333908132117423",
|
"lastPropertyId": "17:2701677664876214591",
|
||||||
"name": "BookOnDiskEntity",
|
"name": "BookOnDiskEntity",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
@ -67,6 +67,10 @@
|
|||||||
{
|
{
|
||||||
"id": "16:6142333908132117423",
|
"id": "16:6142333908132117423",
|
||||||
"name": "favIcon"
|
"name": "favIcon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "17:2701677664876214591",
|
||||||
|
"name": "tags"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relations": []
|
"relations": []
|
||||||
@ -197,7 +201,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "8:8093454424037540087",
|
"id": "8:8093454424037540087",
|
||||||
"lastPropertyId": "23:5485468735259326535",
|
"lastPropertyId": "24:4272820830206771469",
|
||||||
"name": "FetchDownloadEntity",
|
"name": "FetchDownloadEntity",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
@ -287,6 +291,10 @@
|
|||||||
{
|
{
|
||||||
"id": "23:5485468735259326535",
|
"id": "23:5485468735259326535",
|
||||||
"name": "progress"
|
"name": "progress"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "24:4272820830206771469",
|
||||||
|
"name": "tags"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relations": []
|
"relations": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user