chore: Bump to 4.1.0

This commit is contained in:
senshinya
2025-08-24 17:34:44 +08:00
parent 69ae99acd2
commit 77d4e0820c
4 changed files with 25 additions and 2 deletions
+13
View File
@@ -10,6 +10,19 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: "4.1.0",
date: "2025-08-24",
added: [
"解析 m3u 自带的 epg 和自定义 epg,增加今日节目单"
],
changed: [
"直播源数据刷新改为并发刷新"
],
fixed: [
// 无修复内容
]
},
{
version: "4.0.0",
date: "2025-08-24",