Skip to content

Commit

Permalink
v0.1.10+1
Browse files Browse the repository at this point in the history
Fix #160
  • Loading branch information
Muska-Ami committed Jul 19, 2024
1 parent 4939f17 commit a338ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@

## 更新日志

- 添加Frpc启动拦截提示
- 添加签到按钮
- 修改Frpc日志系统
- 修复错误的日志检测
- 添加更多自动错误检查
- 适配新版API值类型变动
- 签到改为LoCyanFrpAPI v2接口
- 修复 #160
<!-- Some change log here -->
1 change: 1 addition & 0 deletions nyalcf_ui/lib/views/setting/launcher_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class LauncherSetting {
onChanged: (value) async {
_dsCtr.autoSign.value = value;
_lcs.setAutoSign(value);
_lcs.save();
// if (Platform.isWindows) {
// _dsCtr.setAutostart(value);
// } else {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.1.10
version: 0.1.10+1

environment:
sdk: '>=3.1.5 <4.0.0'
Expand Down

0 comments on commit a338ee8

Please sign in to comment.