|
2 | 2 |
|
3 | 3 | ## 3.0.0-dev.2
|
4 | 4 |
|
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) |
6 | 6 | - Tweak asynchronous methods call during initializations.
|
7 | 7 | - Add full semantics support. (#72)
|
8 |
| -- Improve camera initialize by adding lock. |
| 8 | +- Improve camera initializes by adding a lock. |
9 | 9 |
|
10 | 10 | ## 3.0.0-dev.1
|
11 | 11 |
|
12 | 12 | - Migrate to the latest photo_manager.
|
13 | 13 |
|
14 | 14 | ## 2.6.5
|
15 | 15 |
|
16 |
| -- Remove duplicate future requests when saving entity. |
| 16 | +- Remove duplicate future requests when saving an entity. |
17 | 17 |
|
18 | 18 | ## 2.6.4
|
19 | 19 |
|
|
25 | 25 |
|
26 | 26 | ## 2.6.2
|
27 | 27 |
|
28 |
| -- Bind circular progress color with theme. |
| 28 | +- Bind circular progress color with the theme. |
29 | 29 |
|
30 | 30 | ## 2.6.1
|
31 | 31 |
|
32 | 32 | - Allow saving entities when the permission is limited on iOS.
|
33 | 33 |
|
34 | 34 | ## 2.6.0
|
35 | 35 |
|
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. |
39 | 39 |
|
40 | 40 | ## 2.5.2
|
41 | 41 |
|
42 | 42 | - 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. |
44 | 44 |
|
45 | 45 | ## 2.5.1
|
46 | 46 |
|
|
58 | 58 |
|
59 | 59 | ## 2.4.1
|
60 | 60 |
|
61 |
| -- Handle save exceptions more graceful. |
| 61 | +- Handle save exceptions more gracefully. |
62 | 62 | - Dispose the controller when previewing for better performance.
|
63 | 63 |
|
64 | 64 | ## 2.4.0
|
|
81 | 81 |
|
82 | 82 | ## 2.2.0
|
83 | 83 |
|
84 |
| -- Add `EntitySaveCallback` for custom save method. |
| 84 | +- Add `EntitySaveCallback` for the custom save method. |
85 | 85 |
|
86 | 86 | ## 2.1.2
|
87 | 87 |
|
|
94 | 94 | ## 2.1.0
|
95 | 95 |
|
96 | 96 | - 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. |
98 | 98 |
|
99 | 99 | ## 2.0.0
|
100 | 100 |
|
101 | 101 | ### New Features
|
102 | 102 |
|
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. |
109 | 109 | - Sync `imageFormatGroup` from the `camera` plugin.
|
110 | 110 |
|
111 | 111 | ### Breaking Changes
|
|
152 | 152 |
|
153 | 153 | ## 1.1.0+1
|
154 | 154 |
|
155 |
| -- Link confirm button's text with delegate. Fix #6 . |
| 155 | +- Link confirm button's text with delegate. Fix #6. |
156 | 156 |
|
157 | 157 | ## 1.1.0
|
158 | 158 |
|
159 |
| -- Add `isOnlyAllowRecording` . Resolves #4 . |
160 |
| -- Make camera switching available. Resolves #5 . |
| 159 | +- Add `isOnlyAllowRecording` . Resolves #4. |
| 160 | +- Make camera switching available. Resolves #5. |
161 | 161 |
|
162 | 162 | ## 1.0.0+1
|
163 | 163 |
|
164 | 164 | - Fix potential non exist directory access.
|
165 | 165 |
|
166 | 166 | ## 1.0.0
|
167 | 167 |
|
168 |
| -- Support take picture and video. |
| 168 | +- Support taking pictures and videos. |
169 | 169 | - Support video recording duration limitation.
|
0 commit comments