Release v1.3.0

This commit is contained in:
Syer10
2022-04-09 18:25:02 -04:00
parent b9f1a241c8
commit 333b1d8393
5 changed files with 10 additions and 9 deletions

View File

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

View File

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

View File

@@ -28,7 +28,7 @@ buildscript {
allprojects {
group = "ca.gosyer"
version = "1.2.1"
version = "1.3.0"
dependencies {
modules {

View File

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

View File

@@ -7,9 +7,6 @@ plugins {
id(libs.plugins.kotlinter.get().pluginId)
}
group = "ca.gosyer"
version = "1.2.1"
kotlin {
android {
compilations {