diff --git a/CHANGELOG b/CHANGELOG index a185dd081..4b76d93dc 100644 --- a/CHANGELOG +++ b/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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c2a6dd3d6..6e358aa99 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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"]}" diff --git a/core/objectbox-models/default.json.bak b/core/objectbox-models/default.json.bak index 9ed3079c0..5d2e402e8 100644 --- a/core/objectbox-models/default.json.bak +++ b/core/objectbox-models/default.json.bak @@ -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": []