Skip to content

Commit

Permalink
Ver 120240307
Browse files Browse the repository at this point in the history
close #124, close #123
  • Loading branch information
sqzw-x committed Mar 7, 2024
1 parent 7ca6e70 commit eb8913e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 29 deletions.
39 changes: 15 additions & 24 deletions changelog.md
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>
4 changes: 2 additions & 2 deletions config.ini.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[modified_time]
modified_time = 2024-03-06 20:22:02
version = 120240306
modified_time = 2024-03-07 17:54:03
version = 120240307

[media]
media_path =
Expand Down
4 changes: 2 additions & 2 deletions src/models/config/config_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class GeneratedConfig:
Also used as default configuration
"""
# modified_time
modified_time = r'2024-03-06 20:22:02'
version = 120240306
modified_time = r'2024-03-07 17:54:03'
version = 120240307

# media
media_path = r''
Expand Down
2 changes: 1 addition & 1 deletion src/models/config/config_manual.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ManualConfig:
# 设置软件版本
local_version = 120240306
local_version = 120240307

# 定义配置值类型
INT_KEY = [
Expand Down

0 comments on commit eb8913e

Please sign in to comment.