mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-22 12:32:31 +01:00
Release v1.3.0
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Device information
|
## Device information
|
||||||
- Tachidesk-JUI version: (Example: v1.1.0)
|
- Tachidesk-JUI version: (Example: v1.3.0)
|
||||||
- Operating System: (Example: Ubuntu 20.04)
|
- Operating System: (Example: Ubuntu 20.04)
|
||||||
- Desktop Environment: (Example: Gnome 40)
|
- Desktop Environment: (Example: Gnome 40)
|
||||||
- Server Type: (Example: Internal)
|
- Server Type: (Example: Internal)
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -3,9 +3,9 @@
|
|||||||
# Tachidesk-JUI
|
# Tachidesk-JUI
|
||||||
A free and open source manga reader to read manga from a [Tachidesk-Server][tachidesk-server] instance.
|
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?
|
## Is this application usable? Should I test it?
|
||||||
Here is a list of current features for interaction with Tachidesk-JUI:
|
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.
|
- Viewing manga and chapters.
|
||||||
- Reading, downloading, and managing chapters.
|
- Reading, downloading, and managing chapters.
|
||||||
- Viewing chapter updates
|
- 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.
|
**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+
|
- [Tachidesk-Server Preview][tachidesk-server-preview] v0.6.0+
|
||||||
|
|
||||||
## Downloading and Running the app
|
## 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.
|
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]).
|
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.
|
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
|
## General troubleshooting
|
||||||
### I'm having issues starting the application
|
### I'm having issues starting the application
|
||||||
Make sure you have used either an installer, or you have Java 15 installed.
|
Make sure you have used either an installer, or you have Java 15 installed.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ buildscript {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "ca.gosyer"
|
group = "ca.gosyer"
|
||||||
version = "1.2.1"
|
version = "1.3.0"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
modules {
|
modules {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import org.gradle.api.JavaVersion
|
import org.gradle.api.JavaVersion
|
||||||
|
|
||||||
object Config {
|
object Config {
|
||||||
const val migrationCode = 1
|
const val migrationCode = 2
|
||||||
|
|
||||||
// Tachidesk-Server version
|
// Tachidesk-Server version
|
||||||
const val tachideskVersion = "v0.6.3"
|
const val tachideskVersion = "v0.6.3"
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ plugins {
|
|||||||
id(libs.plugins.kotlinter.get().pluginId)
|
id(libs.plugins.kotlinter.get().pluginId)
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "ca.gosyer"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
android {
|
android {
|
||||||
compilations {
|
compilations {
|
||||||
|
|||||||
Reference in New Issue
Block a user