Skip to content

Commit 31a2857

Browse files
committed
chore: 🔖 Release 11.12.0
1 parent d1aeaf8 commit 31a2857

5 files changed

Lines changed: 1581 additions & 778 deletions

File tree

ComicRead-AdGuard.user.js

Lines changed: 781 additions & 385 deletions
Large diffs are not rendered by default.

ComicRead.user.js

Lines changed: 780 additions & 385 deletions
Large diffs are not rendered by default.

docs/.other/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [11.12.0](https://github.com/hymbz/ComicReadScript/compare/v11.11.0...v11.12.0) (2025-06-13)
4+
5+
### Features
6+
7+
* :sparkles: 实现自动滚动功能 ([3ab2272](https://github.com/hymbz/ComicReadScript/commit/3ab2272ba4db54c21062afafb25222f07c4e3022)), closes [#249](https://github.com/hymbz/ComicReadScript/issues/249)
8+
* :sparkles: 支持 HentaiZap ([d1aeaf8](https://github.com/hymbz/ComicReadScript/commit/d1aeaf8d5521e0ae1485962b5a43d924ccdf84de)), closes [#254](https://github.com/hymbz/ComicReadScript/issues/254)
9+
* :sparkles: ehentai 的「关联 nhentai」功能改为「关联外站」,增加关联 hitomi 的漫画 ([858cb28](https://github.com/hymbz/ComicReadScript/commit/858cb281952f2544bf0bfe73881e542a9290601a)), closes [#243](https://github.com/hymbz/ComicReadScript/issues/243)
10+
11+
### Bug Fixes
12+
13+
* :bug: 调整滚动和翻页快捷键在卷轴模式下的行为,使之分别更接近方向键和 PageDown/PageUp 的表现 ([a414a90](https://github.com/hymbz/ComicReadScript/commit/a414a90ecf21a8304c9ff8765a9efb2e344f2825)), closes [#241](https://github.com/hymbz/ComicReadScript/issues/241)
14+
* :bug: 修复在 pixiv 上失效的 bug ([441f478](https://github.com/hymbz/ComicReadScript/commit/441f4783f841c80a014cd3c1d8ae45e6fdc7e252)), closes [#241](https://github.com/hymbz/ComicReadScript/issues/241)
15+
316
## [11.11.0](https://github.com/hymbz/ComicReadScript/compare/v11.10.0...v11.11.0) (2025-06-10)
417

518
### Features

docs/.other/LatestChange.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## [11.11.0](https://github.com/hymbz/ComicReadScript/compare/v11.10.0...v11.11.0) (2025-06-10)
1+
## [11.12.0](https://github.com/hymbz/ComicReadScript/compare/v11.11.0...v11.12.0) (2025-06-13)
22

33
### Features
44

5-
* :sparkles: 为卷轴模式下的快捷键滚动增加平滑过渡 ([5ea5474](https://github.com/hymbz/ComicReadScript/commit/5ea5474406925020bed6b9fbdc01833e3fb5ccfb)), closes [#241](https://github.com/hymbz/ComicReadScript/issues/241)
6-
* :sparkles: 增加全屏快捷键 ([2ec5c6a](https://github.com/hymbz/ComicReadScript/commit/2ec5c6a38e9132e1f85edaf995cd88c20fa2162f))
7-
* :sparkles: 支持百合会非“中文百合漫画区”和“百合漫画图源区”的帖子 ([2ea3fb0](https://github.com/hymbz/ComicReadScript/commit/2ea3fb0032d6dcdbe1f6f12a5780b29bbf300a50)), closes [#248](https://github.com/hymbz/ComicReadScript/issues/248)
5+
* :sparkles: 实现自动滚动功能 ([3ab2272](https://github.com/hymbz/ComicReadScript/commit/3ab2272ba4db54c21062afafb25222f07c4e3022)), closes [#249](https://github.com/hymbz/ComicReadScript/issues/249)
6+
* :sparkles: 支持 HentaiZap ([d1aeaf8](https://github.com/hymbz/ComicReadScript/commit/d1aeaf8d5521e0ae1485962b5a43d924ccdf84de)), closes [#254](https://github.com/hymbz/ComicReadScript/issues/254)
7+
* :sparkles: ehentai 的「关联 nhentai」功能改为「关联外站」,增加关联 hitomi 的漫画 ([858cb28](https://github.com/hymbz/ComicReadScript/commit/858cb281952f2544bf0bfe73881e542a9290601a)), closes [#243](https://github.com/hymbz/ComicReadScript/issues/243)
88

99
### Bug Fixes
1010

11-
* :bug: 修复部分情况下简易模式无法正常加载图片的 bug ([242a2ad](https://github.com/hymbz/ComicReadScript/commit/242a2ade9bf9705d731588de9d84274a03f57c30))
12-
* :bug: 修复再漫画上/下话切换颠倒的 bug ([3f164f9](https://github.com/hymbz/ComicReadScript/commit/3f164f9ebd4f44efa6f61648942c1b06bf54a5d9)), closes [#245](https://github.com/hymbz/ComicReadScript/issues/245)
13-
* :bug: 支持拷贝漫画的新域名 ([7164975](https://github.com/hymbz/ComicReadScript/commit/71649752282351ef8a779f566b03a3eccd846e22)), closes [#240](https://github.com/hymbz/ComicReadScript/issues/240)
11+
* :bug: 调整滚动和翻页快捷键在卷轴模式下的行为,使之分别更接近方向键和 PageDown/PageUp 的表现 ([a414a90](https://github.com/hymbz/ComicReadScript/commit/a414a90ecf21a8304c9ff8765a9efb2e344f2825)), closes [#241](https://github.com/hymbz/ComicReadScript/issues/241)
12+
* :bug: 修复在 pixiv 上失效的 bug ([441f478](https://github.com/hymbz/ComicReadScript/commit/441f4783f841c80a014cd3c1d8ae45e6fdc7e252)), closes [#241](https://github.com/hymbz/ComicReadScript/issues/241)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comic-read",
3-
"version": "11.11.0",
3+
"version": "11.12.0",
44
"description": "",
55
"author": "hymbz",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)