diff --git a/changelog.md b/changelog.md index 0c13644..eca5e56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,38 @@ +## 新增 +* 国产刮削优化 by @kikyou18 +* 网站: hscangku / cableav by @kikyou18 ## 修复 -* official website 无法刮削 +* airavcc xpath 失效 +* fc2 title 获取不完整 +* javdbid 输出逻辑 +* 停用 tv.dmm api +* nfo 未知演员写入 by @kikyou18 +* 移除标签时仅移除部分
Full Changelog -976ceeb Fix: not translate all_actor (#59) -f4d0208 Fix: try to remove file during move movie and sub (#58) -3873d92 Opt: rename crawler dispatch functions -99f7174 Fix: official website dont work (#57) -154505d CI: release notes +36927a8 Fix: tv.dmm api invalid (#80) +2cf04d9 Merge pull request #84 from sqzw-x/guochan +6ebe99e Merge PR #83 +e6198d8 Opt: javdbid 输出逻辑 +4c0b778 格式化 +51dd142 Merge pull request #73 from kikiyou18/master +ba58501 Fix: PR compliance revisions +55ecbdb Merge branch 'sqzw-x:master' into master +a046c69 Fix: 移除标签时仅移除部分 (#78) +edd03b7 Feat: add hscangku and cableav crawlers +bada9e6 Fix: guochan crawlers remove useless characters; number recognition adjustment +b97dd3b Fix: madouqu subtle parameter adjustment +96f68ef Fix: 7mmtv get more extrafanart pics +0da9440 Chore: guochan data collation +9c3b28e Fix: non-javdb site writes irrelevant searchid field +cfa96c8 Fix: madouqu custom website;more actor matching attempts +192c7e0 Fix: not match unknown actor +e38989d Fix: mmtv custom website;try more actor matching rules +fc88133 Fix: nfo文件写入错误空格;手动设置演员写入nfo文件 +8d6cd7e Fix: write custom actor names to nfo file +443d647 Fix: fc2 title (#72) +1d359ba Fix: airav_cc xpath (#70)
diff --git a/changelog.sh b/changelog.sh index 6c0d1e6..5dd60a5 100644 --- a/changelog.sh +++ b/changelog.sh @@ -1,5 +1,5 @@ tags=$(git tag -l '120*' --sort=-v:refname) -last=$(echo "$tags" | sed -n '2p') +last=$(echo "$tags" | sed -n '1p') commitlog=$(git log --pretty=format:"%h %s" $last..HEAD) echo "## 新增 diff --git a/config.ini.default b/config.ini.default index 58fb6c5..6ad4c7d 100644 --- a/config.ini.default +++ b/config.ini.default @@ -1,6 +1,6 @@ [modified_time] -modified_time = 2024-01-27 20:53:38 -version = 120240127 +modified_time = 2024-02-07 10:33:32 +version = 120240207 [media] media_path = diff --git a/src/models/config/config_generated.py b/src/models/config/config_generated.py index c1cdc8a..15af1ab 100644 --- a/src/models/config/config_generated.py +++ b/src/models/config/config_generated.py @@ -10,8 +10,8 @@ class GeneratedConfig: Also used as default configuration """ # modified_time - modified_time = r'2024-01-27 20:53:38' - version = 120240127 + modified_time = r'2024-02-07 10:33:32' + version = 120240207 # media media_path = r'' diff --git a/src/models/config/config_manual.py b/src/models/config/config_manual.py index 5c59e21..f50d2a7 100644 --- a/src/models/config/config_manual.py +++ b/src/models/config/config_manual.py @@ -1,6 +1,6 @@ class ManualConfig: # 设置软件版本 - local_version = 120240127 + local_version = 120240207 # 定义配置值类型 INT_KEY = [