Merge pull request #1631 from kiwix/release/3.1.0

Release/3.1.0
This commit is contained in:
Seán Mac Gillicuddy 2019-12-10 17:21:26 +00:00 committed by GitHub
commit 4df6743707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 4 deletions

View File

@ -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

View File

@ -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"]}"

View File

@ -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": []