diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae96dc..94149fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 历史记录 +v2023.3.13.0 + ++ 支持 YAML 和 TXT 作为抓取目标 + v2023.2.14.0 + 添加新的配置项`sizeLimit`,限制单个 EPUB 总大小 diff --git a/EpubCrawler/__init__.py b/EpubCrawler/__init__.py index 0c175e3..1833a6c 100644 --- a/EpubCrawler/__init__.py +++ b/EpubCrawler/__init__.py @@ -10,4 +10,4 @@ from . import util __author__ = "ApacheCN" __email__ = "apachecn@163.com" __license__ = "SATA" -__version__ = "2023.2.14.3" +__version__ = "2023.3.13.0"