|
|
|
@ -1,3 +1,12 @@ |
|
|
|
|
## v1.6.1 |
|
|
|
|
|
|
|
|
|
This is the last release before v2. |
|
|
|
|
|
|
|
|
|
- Fixed: crash when using TextureView in API 28, thanks to [@Keyrillanskiy][Keyrillanskiy] ([#297][297]) |
|
|
|
|
- Enhancement: when horizontal, camera now uses the last available orientation, thanks to [@aartikov][aartikov] ([#290][290]) |
|
|
|
|
|
|
|
|
|
https://github.com/natario1/CameraView/compare/v1.6.0...v1.6.1 |
|
|
|
|
|
|
|
|
|
## v1.6.0 |
|
|
|
|
|
|
|
|
|
- Lifecycle support. Use `setLifecycleOwner` instead of calling start, stop and destroy ([#265][265]) |
|
|
|
@ -93,6 +102,7 @@ https://github.com/natario1/CameraView/compare/v1.3.0...v1.3.1 |
|
|
|
|
|
|
|
|
|
https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0 |
|
|
|
|
|
|
|
|
|
[aartikov]: https://github.com/aartikov |
|
|
|
|
[athornz]: https://github.com/athornz |
|
|
|
|
[v-gar]: https://github.com/v-gar |
|
|
|
|
[andrewmunn]: https://github.com/andrewmunn |
|
|
|
@ -105,6 +115,7 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0 |
|
|
|
|
[ssakhavi]: https://github.com/ssakhavi |
|
|
|
|
[MatFl]: https://github.com/MatFl |
|
|
|
|
[Namazed]: https://github.com/Namazed |
|
|
|
|
[Keyrillanskiy]: https://github.com/Keyrillanskiy |
|
|
|
|
|
|
|
|
|
[73]: https://github.com/natario1/CameraView/pull/73 |
|
|
|
|
[80]: https://github.com/natario1/CameraView/pull/80 |
|
|
|
@ -136,3 +147,5 @@ https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0 |
|
|
|
|
[245]: https://github.com/natario1/CameraView/pull/245 |
|
|
|
|
[264]: https://github.com/natario1/CameraView/pull/264 |
|
|
|
|
[265]: https://github.com/natario1/CameraView/pull/265 |
|
|
|
|
[290]: https://github.com/natario1/CameraView/pull/290 |
|
|
|
|
[297]: https://github.com/natario1/CameraView/pull/297 |
|
|
|
|