mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f473135d04 | ||
|
|
36ecb3ce6f |
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -42,7 +42,7 @@ body:
|
||||
label: Suwayomi-Server version
|
||||
description: You can find your Suwayomi-Server version in **More → About**.
|
||||
placeholder: |
|
||||
Example: "v2.3.2230"
|
||||
Example: "v2.3.2232"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
### Fixed
|
||||
- .
|
||||
|
||||
## [v2.3.2232] - 2026-07-03
|
||||
|
||||
### Fixed
|
||||
- (**Extension**) Update APK url on installed Extensions
|
||||
|
||||
## [v2.3.2230] - 2026-07-01
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -132,6 +132,7 @@ object ExtensionsList {
|
||||
// Always update icon url and repo
|
||||
this[ExtensionTable.iconUrl] = foundExtension.iconUrl
|
||||
this[ExtensionTable.storeIndexUrl] = foundExtension.storeIndexUrl
|
||||
this[ExtensionTable.apkUrl] = foundExtension.apkUrl
|
||||
|
||||
// add these because batch updates need matching columns
|
||||
this[ExtensionTable.hasUpdate] = extensionRecord[ExtensionTable.hasUpdate]
|
||||
|
||||
Reference in New Issue
Block a user