-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,22 @@ | ||
## 新增 | ||
* madouqu: release 获取 by @ | ||
* CI: 可选 Windows 7 与 macos/arm64 构建 workflow by @ | ||
## 修复 | ||
* theporndb: url 变更 | ||
* kin8: list 作为 str | ||
* 数字文件名均被识别为无码 | ||
* airav jp 域名失效 | ||
* theporndb 文件 ohash 匹配 | ||
* theporndb 标题模糊匹配 | ||
* javdb cookie 设置失效 | ||
* 7mmtv 网络测试 url | ||
* 启动后不显示自定义网站设置 | ||
* 重定向次数过多导致网络卡死 | ||
|
||
<details> | ||
<summary>Full Changelog</summary> | ||
|
||
1c0d9d8 fix: theporndb url (#113) | ||
c4e996e fix(madouqu): add release and year fields | ||
0c0ea59 doc: update README.md | ||
987cd4a fix(ci): prerelease condition | ||
86a646a Merge pull request #117 from northsea4/master | ||
a9c9448 Merge remote-tracking branch 'upstream/master' | ||
929b21f UI: temp discard macos hide_dock | ||
f5c5ebf Fix: macos hide_menu (#105) | ||
28cbd69 CI: windows legacy and macos legacy | ||
3c3a266 Merge remote-tracking branch 'origin/master' | ||
f568ada fix(number): 全数字番号均被识别为无码 (#110) | ||
a642cd8 Merge pull request #108 from northsea4/fix_hide_menu | ||
810eae4 Fix: macos hide_menu (#105) | ||
8e2488c Merge branch 'sqzw-x:master' into master | ||
b0f917a CI: self-hosted runner disable setup-python cache | ||
828e29e fix(kin8): use list as str (#97) | ||
6cc0b97 Merge branch 'sqzw-x:master' into master | ||
9cb15e5 CI: self-hosted macos runner | ||
7ca6e70 fix(airav): airav jp 域名失效 (close #122) | ||
ac5307c fix(theporndb): 使用 ohash 获取数据后直接返回 (#124) | ||
574c7a3 fix(theporndb): title match (#124) | ||
04181ba fix(javdb): cookie (#123) | ||
65c3382 chore: use getattr default value | ||
0dad202 fix: 7mmtv url for network test (close #121) | ||
ba9550d fix(ui): not show custom website at startup | ||
3ff5773 fix(web): blocked by too many redirects | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class ManualConfig: | ||
# 设置软件版本 | ||
local_version = 120240306 | ||
local_version = 120240307 | ||
|
||
# 定义配置值类型 | ||
INT_KEY = [ | ||
|