From 333b1d8393e16ba94a8735b288d59e16f40221dd Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sat, 9 Apr 2022 18:25:02 -0400 Subject: [PATCH] Release v1.3.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 10 +++++++--- build.gradle.kts | 2 +- buildSrc/src/main/kotlin/Config.kt | 2 +- core/build.gradle.kts | 3 --- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d27d464b6..e06aa25c60 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl --- ## Device information -- Tachidesk-JUI version: (Example: v1.1.0) +- Tachidesk-JUI version: (Example: v1.3.0) - Operating System: (Example: Ubuntu 20.04) - Desktop Environment: (Example: Gnome 40) - Server Type: (Example: Internal) diff --git a/README.md b/README.md index 4b90c722e1..0afec9fca5 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # Tachidesk-JUI A free and open source manga reader to read manga from a [Tachidesk-Server][tachidesk-server] instance. -Tachidesk-JUI can run Tachidesk-Server on its own, or connect to an already hosted server. +Tachidesk-JUI can run Tachidesk-Server on its own on desktop platforms, or connect to an already hosted server. -Any platform that runs Java can run it. On most platforms are binaries available if you don't want to install Java yourself. +Android and any desktop platform that runs Java can run it. On most platforms are binaries available if you don't want to install Java yourself. ## Is this application usable? Should I test it? Here is a list of current features for interaction with Tachidesk-JUI: @@ -16,6 +16,7 @@ Here is a list of current features for interaction with Tachidesk-JUI: - Viewing manga and chapters. - Reading, downloading, and managing chapters. - Viewing chapter updates +- Globally search sources **Note:** Keep in mind that Tachidesk-JUI and Tachidesk-Server are alpha software, so it can have issues. See [General troubleshooting](#general-troubleshooting) and [Support and help](#support-and-help) if it happens. @@ -27,7 +28,7 @@ These are the versions of [Tachidesk-Server][tachidesk-server] that JUI supports - [Tachidesk-Server Preview][tachidesk-server-preview] v0.6.0+ ## Downloading and Running the app -### All Operating Systems (x64, Java Not Included) +### All Desktop Operating Systems (x64, Java Not Included) You should have [Java(JRE or JDK) 17](https://adoptium.net/) or newer. Download the latest jar release for your OS from [the releases section][release] (Or from [the preview releases][preview]). @@ -59,6 +60,9 @@ Download the latest release from [the aur](https://aur.archlinux.org/packages/ta If you use yay, you can run `yay -S tachidesk-jui` inside a terminal window. +### Android (Requires external server) +Download the latest apk from [the releases section][release] (Or from [the preview releases][preview]). + ## General troubleshooting ### I'm having issues starting the application Make sure you have used either an installer, or you have Java 15 installed. diff --git a/build.gradle.kts b/build.gradle.kts index dab9c30e17..21b583138b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ buildscript { allprojects { group = "ca.gosyer" - version = "1.2.1" + version = "1.3.0" dependencies { modules { diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index fc78b8276e..39b1f718b9 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -1,7 +1,7 @@ import org.gradle.api.JavaVersion object Config { - const val migrationCode = 1 + const val migrationCode = 2 // Tachidesk-Server version const val tachideskVersion = "v0.6.3" diff --git a/core/build.gradle.kts b/core/build.gradle.kts index ecd440ef87..8d3f4db8ca 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -7,9 +7,6 @@ plugins { id(libs.plugins.kotlinter.get().pluginId) } -group = "ca.gosyer" -version = "1.2.1" - kotlin { android { compilations {