From d5587e75d2370cce94e91bdcc290fffb181b149e Mon Sep 17 00:00:00 2001 From: yaoxieyoulei <1622968661@qq.com> Date: Fri, 19 Apr 2024 15:17:58 +0800 Subject: [PATCH] :bookmark: v1.2.6 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fe455..7bb68c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 更新日志 +## [1.2.6] - 2024-04-19 + +### 新增 + +- 自定义节目单、缓存时间等(配置网址:http://<设备ip>:10381) + +### 优化 + +- 长按方向键连续换台 + ## [1.2.5] - 2024-04-12 ### 优化 diff --git a/pubspec.yaml b/pubspec.yaml index 8fb07cc..b3d9bb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.5 +version: 1.2.6 environment: sdk: '>=3.3.2 <4.0.0'