You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
722 B
22 lines
722 B
---
|
|
layout: page
|
|
title: "Changelog"
|
|
category: about
|
|
date: 2018-12-20 17:49:29
|
|
order: 3
|
|
---
|
|
|
|
New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page.
|
|
|
|
### v2.0.0-beta02
|
|
|
|
- Fixed important bugs ([#356][356])
|
|
- Picture snapshots are now flipped when front camera is used ([#360][360])
|
|
- Added `PictureResult.getFacing()` and `VideoResult.getFacing()` ([#360][360])
|
|
|
|
### v2.0.0-beta01
|
|
|
|
This is the first beta release. For changes with respect to v1, please take a look at the [migration guide](../extra/v1-migration-guide.html).
|
|
|
|
[356]: https://github.com/natario1/CameraView/pull/356
|
|
[360]: https://github.com/natario1/CameraView/pull/360 |