diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af6cb92..ff9c8274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.9.6] - 2023-12-06 + ### Fixed - 修复无法从主页退出应用的问题 @@ -479,7 +481,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 利用 Flutter 编写的第一个可用的智慧家庭客户端 -[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.9.5...HEAD +[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.9.6...HEAD +[0.9.6]: https://github.com/he0119/smart-home-flutter/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/he0119/smart-home-flutter/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/he0119/smart-home-flutter/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/he0119/smart-home-flutter/compare/v0.9.2...v0.9.3 diff --git a/lib/blog/view/home_page.dart b/lib/blog/view/home_page.dart index 7560d3f7..a99d85da 100644 --- a/lib/blog/view/home_page.dart +++ b/lib/blog/view/home_page.dart @@ -104,6 +104,7 @@ class _BlogHomeScreenState extends State { }, child: const Icon(Icons.open_in_new), ), + // FIXME: 目前没法通过返回键退出应用 onPopInvoked: (didPop) async { if (didPop) { return; diff --git a/pubspec.yaml b/pubspec.yaml index 4d3b4c3a..33c928fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smarthome description: 智慧家庭 -version: 0.9.5+8 +version: 0.9.6+8 homepage: https://github.com/he0119/smart-home-flutter publish_to: "none"