Skip to content

Commit

Permalink
(docs) flutter: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 11, 2024
1 parent 96f4cc3 commit 808b72c
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
# Changelog

## 0.0.3

* (ref) lib: move UI to usbCameraCommon
* (ref) lib: namespace change
* (ref) flutter: native plugin
* (fix) set buffer geometry and format on capture target by
* (feat) flutter: video recording

**Full Changelog**: [0.0.2...0.0.3](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.2...0.0.3)

## 0.0.2

- (fix) remove `FLUTTER_ROOT` from Flutter plugin
- (imp) remove package from manifest due to namespace
* (fix) remove `FLUTTER_ROOT` from Flutter plugin
* (imp) remove package from manifest due to namespace

**Full Changelog**: [0.0.1...0.0.2](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.1...0.0.2)

## 0.0.1

- (fix) flutter plugin & library version matching
* (fix) flutter plugin & library version matching

**Full Changelog**: [0.0.0...0.0.1](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.0...0.0.1)

## 0.0.0

- Initial release
* Initial release

0 comments on commit 808b72c

Please sign in to comment.