Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Apr 9, 2022
1 parent b9f1a24 commit 333b1d8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand All @@ -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]).
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {

allprojects {
group = "ca.gosyer"
version = "1.2.1"
version = "1.3.0"

dependencies {
modules {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 0 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ plugins {
id(libs.plugins.kotlinter.get().pluginId)
}

group = "ca.gosyer"
version = "1.2.1"

kotlin {
android {
compilations {
Expand Down

0 comments on commit 333b1d8

Please sign in to comment.