Skip to content

Commit 3ee6509

Browse files
authored
📝 Update CHANGELOG
1 parent b7e425c commit 3ee6509

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## 3.0.0-dev.2
44

5-
- Add `lockCaptureOrientation`, allow users to determine lock to the specific orientation during captures. (#68)
5+
- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
66
- Tweak asynchronous methods call during initializations.
77
- Add full semantics support. (#72)
8-
- Improve camera initialize by adding lock.
8+
- Improve camera initializes by adding a lock.
99

1010
## 3.0.0-dev.1
1111

1212
- Migrate to the latest photo_manager.
1313

1414
## 2.6.5
1515

16-
- Remove duplicate future requests when saving entity.
16+
- Remove duplicate future requests when saving an entity.
1717

1818
## 2.6.4
1919

@@ -25,22 +25,22 @@
2525

2626
## 2.6.2
2727

28-
- Bind circular progress color with theme.
28+
- Bind circular progress color with the theme.
2929

3030
## 2.6.1
3131

3232
- Allow saving entities when the permission is limited on iOS.
3333

3434
## 2.6.0
3535

36-
- Add `preferredLensDirection`, allow users to choose which lens direction is preferred when first using the camera.
37-
- Add `enableTapRecording`, allow users to determine whether to allow the record can start with single tap.
38-
- Add `shouldAutoPreviewVideo`, allow users to determine whether the video should be played instantly in the preview.
36+
- Add `preferredLensDirection`, allowing users to choose which lens direction is preferred when first using the camera.
37+
- Add `enableTapRecording`, allowing users to determine whether to allow the record can start with a single tap.
38+
- Add `shouldAutoPreviewVideo`, allowing users to determine whether the video should be played instantly in the preview.
3939

4040
## 2.5.2
4141

4242
- Request the permission state again when saving.
43-
- Provide better experiences when video record need to prepare.
43+
- Provide better experiences when video records need to be prepared.
4444

4545
## 2.5.1
4646

@@ -58,7 +58,7 @@
5858

5959
## 2.4.1
6060

61-
- Handle save exceptions more graceful.
61+
- Handle save exceptions more gracefully.
6262
- Dispose the controller when previewing for better performance.
6363

6464
## 2.4.0
@@ -81,7 +81,7 @@
8181

8282
## 2.2.0
8383

84-
- Add `EntitySaveCallback` for custom save method.
84+
- Add `EntitySaveCallback` for the custom save method.
8585

8686
## 2.1.2
8787

@@ -94,18 +94,18 @@
9494
## 2.1.0
9595

9696
- Add `shouldLockPortrait` to fit orientation for the device.
97-
- Fix exposure offset issue when reset the exposure point after adjust the exposure offset manually.
97+
- Fix exposure offset issue when resetting the exposure point after adjusting the exposure offset manually.
9898

9999
## 2.0.0
100100

101101
### New Features
102102

103-
- Add `enableSetExposure`, allow users to update the exposure from the point tapped on the screen.
104-
- Add `enableExposureControlOnPoint`, allow users to control the exposure offset with an offset slide from the exposure point.
105-
- Add `enablePinchToZoom`, allow users to zoom by pinch the screen.
106-
- Add `enablePullToZoomInRecord`, allow users to zoom by pulling up when recording video.
107-
- Add `foregroundBuilder`, allow users to build customize widget beyond the camera preview.
108-
- Add `shouldDeletePreviewFile`, allow users to choose whether the captured file should be deleted.
103+
- Add `enableSetExposure`, allowing users to update the exposure from the point tapped on the screen.
104+
- Add `enableExposureControlOnPoint`, allowing users to control the exposure offset with an offset slide from the exposure point.
105+
- Add `enablePinchToZoom`, allowing users to zoom by pinching the screen.
106+
- Add `enablePullToZoomInRecord`, allowing users to zoom by pulling up when recording video.
107+
- Add `foregroundBuilder`, allowing users to build customized widgets beyond the camera preview.
108+
- Add `shouldDeletePreviewFile`, allowing users to choose whether the captured file should be deleted.
109109
- Sync `imageFormatGroup` from the `camera` plugin.
110110

111111
### Breaking Changes
@@ -152,18 +152,18 @@
152152

153153
## 1.1.0+1
154154

155-
- Link confirm button's text with delegate. Fix #6 .
155+
- Link confirm button's text with delegate. Fix #6.
156156

157157
## 1.1.0
158158

159-
- Add `isOnlyAllowRecording` . Resolves #4 .
160-
- Make camera switching available. Resolves #5 .
159+
- Add `isOnlyAllowRecording` . Resolves #4.
160+
- Make camera switching available. Resolves #5.
161161

162162
## 1.0.0+1
163163

164164
- Fix potential non exist directory access.
165165

166166
## 1.0.0
167167

168-
- Support take picture and video.
168+
- Support taking pictures and videos.
169169
- Support video recording duration limitation.

0 commit comments

Comments
 (0)