From 99912f0e4baad8903436bf2f5047630a4eb1c7e4 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Tue, 19 Nov 2024 11:48:32 +0800 Subject: [PATCH] update:changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34bfe0137d7..9bc430511325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ - 🪄 调整默认配置:接口数量 urls_limit=10 等数量配置,增加订阅源 - 🐛 修复运行停止问题(#527) - 🐛 修复 Win7 GUI 启动问题(#536) +- 🐛 修复 GUI “显示无结果分类”设置后保存失败(#564) +- 🐛 修复命令行启动报错 (#567) - 🗑️ 移除部分无效订阅源 - 🗑️ 移除域名黑名单配置(domain_blacklist),请使用接口关键字黑名单(url_keywords_blacklist)替代 @@ -32,6 +34,8 @@ - 🪄 Adjusted default configurations: number of interfaces urls_limit=10, etc., and added subscription sources. - 🐛 Fixed the issue of the program stopping (#527). - 🐛 Fixed the issue of Win7 GUI startup (#536). +- 🐛 Fixed the issue where the GUI setting for "Display No Results Category" failed to save (#564). +- 🐛 Fixed the error when starting from the command line (#567). - 🗑️ Removed some invalid subscription sources. - 🗑️ Removed the domain blacklist configuration (domain_blacklist). Please use the interface keyword blacklist (url_keywords_blacklist) instead.