Skip to content

Commit 9010ee6

Browse files
committed
🔖 ## 1.1.0+1
1 parent 42e5381 commit 9010ee6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.0] - 2020-07-23
7+
## [1.1.0+1] - 2020-08-13
8+
### Changed
9+
- Link confirm button's text with delegate. Fix #6 .
810

11+
## [1.1.0] - 2020-07-23
12+
### Added
913
- Add `isOnlyAllowRecording` . Resolves #4 .
14+
15+
### Changed
1016
- Make camera switching available. Resolves #5 .
1117

1218
## [1.0.0+1] - 2020-07-20
13-
19+
### Changed
1420
- Fix potential non exist directory access.
1521

1622
## [1.0.0] - 2020-07-15
17-
23+
### Added
1824
- Support take picture and video.
1925
- Support video recording duration limitation.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker
22
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3-
version: 1.1.0
3+
version: 1.1.0+1
44
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
55

66
environment:

0 commit comments

Comments
 (0)