mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
Release v1.1.1
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
|
||||||
- Suwayomi-Server version: (Example: v1.1.0-r1532-win32)
|
- Suwayomi-Server version: (Example: v1.1.1-r1535-win32)
|
||||||
- Server Operating System: (Example: Ubuntu 20.04)
|
- Server Operating System: (Example: Ubuntu 20.04)
|
||||||
- Server Desktop Environment: N/A or (Example: Gnome 40)
|
- Server Desktop Environment: N/A or (Example: Gnome 40)
|
||||||
- Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281)
|
- Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281)
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
# Server: v1.1.1 + WevUI: v1.1.0
|
||||||
|
## TL;DR
|
||||||
|
- WebUI update bugfixes
|
||||||
|
|
||||||
|
## Suwayomi-Server Changelog
|
||||||
|
- ([r1534](https://github.com/Suwayomi/Suwayomi-Server/commit/d9cb54b28593e4df87522090f03a6e5b9c7d9fa2)) Compare webUI version with bundled webUI version ([#969](https://github.com/Suwayomi/Suwayomi-Server/pull/969) by @schroda)
|
||||||
|
- ([r1533](https://github.com/Suwayomi/Suwayomi-Server/commit/f738a162d3cd4582612d4986b3d3887e1c309bdd)) Support for "STABLEPREVIEW" webUI version ([#970](https://github.com/Suwayomi/Suwayomi-Server/pull/970) by @schroda)
|
||||||
|
|
||||||
# Server: v1.1.0 + WevUI: v1.1.0
|
# Server: v1.1.0 + WevUI: v1.1.0
|
||||||
## TL;DR
|
## TL;DR
|
||||||
- Update Manga Info in browse
|
- Update Manga Info in browse
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import java.io.BufferedReader
|
|||||||
const val MainClass = "suwayomi.tachidesk.MainKt"
|
const val MainClass = "suwayomi.tachidesk.MainKt"
|
||||||
|
|
||||||
// should be bumped with each stable release
|
// should be bumped with each stable release
|
||||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.1.0"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.1.1"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1689"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1689"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user