Skip to content

Commit

Permalink
chore(release): v0.9.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 6, 2023
1 parent 1f329df commit 7616047
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- 修复无法从主页退出应用的问题
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/blog/view/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class _BlogHomeScreenState extends State<BlogHomeScreen> {
},
child: const Icon(Icons.open_in_new),
),
// FIXME: 目前没法通过返回键退出应用
onPopInvoked: (didPop) async {
if (didPop) {
return;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 7616047

Please sign in to comment.