Skip to content

Commit

Permalink
chore(release): 0.7.3 版本 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Mar 21, 2021
1 parent abd8cd5 commit 17c8c0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.7.3] - 2021-03-21

### Added

- feat(storage): 支持显示图片网址 @he0119 (#152)
- feat(storage): 优化客户端的图片显示,支持放大缩小。 @he0119 (#151)

### Changed

- change: 重新创建项目,并修改了名称 @he0119 (#149)
- improve(storage): 设置上传文件的 contentType,并直接传递图片地址 @he0119 (#147)

### Fixed

- fix: 修复通过 URL 访问物品详情页面出错的问题 @he0119 (#148)

## [0.7.2] - 2021-03-12

### Added
Expand Down Expand Up @@ -289,8 +305,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 利用 Flutter 编写的第一个可用的智慧家庭客户端

[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.7.2...HEAD
[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.7.3...HEAD

[0.7.3]: https://github.com/he0119/smart-home-flutter/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/he0119/smart-home-flutter/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/he0119/smart-home-flutter/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/he0119/smart-home-flutter/compare/v0.6.1...v0.7.0
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.7.2+5
version: 0.7.3+5
homepage: https://github.com/he0119/smart-home-flutter
publish_to: none

Expand Down

0 comments on commit 17c8c0d

Please sign in to comment.