diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1a7fa5a5..a6932687 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: label: Suwayomi-Server version description: You can find your Suwayomi-Server version in **More → About**. placeholder: | - Example: "v2.3.2238" + Example: "v2.3.2243" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ecef74..2927c48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] (Preview) ### Added -- (**Extension**) Add ability to install jar versions of extensions +- . ### Changed - . +### Fixed +- . + +## [v2.3.2243] - 2026-07-13 + +### Added +- (**Extension**) Add ability to install jar versions of extensions + ### Fixed - (**Extension**) Fix missing memo field in getPageList @@ -500,7 +508,8 @@ Huge thanks to @martinek who pulled the most of the weight this release! -[unreleased]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2238...HEAD +[unreleased]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2243...HEAD +[v2.3.2243]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2238...v2.3.2243 [v2.3.2238]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2232...v2.3.2238 [v2.3.2232]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2230...v2.3.2232 [v2.3.2230]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2223...v2.3.2230