Skip to content

Commit 172338d

Browse files
author
Chris Yang
authored
combine release messages and versions (flutter#3435)
1 parent faa26ec commit 172338d

File tree

2 files changed

+15
-34
lines changed

2 files changed

+15
-34
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
1-
## 0.7.0+5
2-
3-
* Fixes crash when taking a picture on iOS devices without flash.
4-
5-
## 0.7.0+4
6-
7-
* Make sure the configured zoom scale is copied over to the final capture builder on Android. Fixes the issue where the preview is zoomed but the final picture is not.
8-
9-
## 0.7.0+3
10-
11-
* Fixes crash with using inner camera on some Android devices.
12-
13-
## 0.7.0+2
14-
15-
* Improved error feedback by differentiating between uninitialized and disposed camera controllers.
16-
17-
## 0.7.0+1
18-
19-
* Fixes picture captures causing a crash on some Huawei devices.
20-
211
## 0.7.0
222

23-
* Added support for capture orientation locking on Android and iOS.
24-
* Fixed camera preview not rotating correctly on Android and iOS.
25-
* Fixed camera preview sometimes appearing stretched on Android and iOS.
26-
* Fixed videos & photos saving with the incorrect rotation on iOS.
27-
* BREAKING CHANGE: `CameraValue.aspectRatio` now returns `width / height` rather than `height / width`.
28-
29-
## 0.6.6
30-
31-
* Adds auto focus support for Android and iOS implementations.
32-
33-
## 0.6.5
34-
35-
* Adds ImageFormat selection for ImageStream and Video(iOS only).
3+
* BREAKING CHANGE: `CameraValue.aspectRatio` now returns `width / height` rather than `height / width`. [(commit)](https://github.com/flutter/plugins/commit/100c7470d4066b1d0f8f7e4ec6d7c943e736f970)
4+
* Added support for capture orientation locking on Android and iOS.
5+
* Fixed camera preview not rotating correctly on Android and iOS.
6+
* Fixed camera preview sometimes appearing stretched on Android and iOS.
7+
* Fixed videos & photos saving with the incorrect rotation on iOS.
8+
* New Features:
9+
* Adds auto focus support for Android and iOS implementations. [(commmit)](https://github.com/flutter/plugins/commit/71a831790220f898bf8120c8a23840ac6e742db5)
10+
* Adds ImageFormat selection for ImageStream and Video(iOS only). [(commit)](https://github.com/flutter/plugins/commit/da1b4638b750a5ff832d7be86a42831c42c6d6c0)
11+
* Bug Fixes:
12+
* Fixes crash when taking a picture on iOS devices without flash. [(commit)](https://github.com/flutter/plugins/commit/831344490984b1feec007afc9c8595d80b6c13f4)
13+
* Make sure the configured zoom scale is copied over to the final capture builder on Android. Fixes the issue where the preview is zoomed but the final picture is not. [(commit)](https://github.com/flutter/plugins/commit/5916f55664e1772a4c3f0c02c5c71fc11e491b76)
14+
* Fixes crash with using inner camera on some Android devices. [(commit)](https://github.com/flutter/plugins/commit/980b674cb4020c1927917426211a87e275346d5e)
15+
* Improved error feedback by differentiating between uninitialized and disposed camera controllers. [(commit)](https://github.com/flutter/plugins/commit/d0b7109f6b00a0eda03506fed2c74cc123ffc6f3)
16+
* Fixes picture captures causing a crash on some Huawei devices. [(commit)](https://github.com/flutter/plugins/commit/6d18db83f00f4861ffe485aba2d1f8aa08845ce6)
3617

3718
## 0.6.4+5
3819

packages/camera/camera/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.7.0+5
5+
version: 0.7.0
66
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:

0 commit comments

Comments
 (0)