Skip to content

Commit a6f6934

Browse files
committed
bump version to v1.2.0
1 parent a40dd9f commit a6f6934

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.2.0
2+
3+
- Many breaking changes in this version, keep using old version if you do not want to modify your code.
4+
- Split to multiple libraries by @rainyl in https://github.com/rainyl/opencv_dart/pull/147
5+
- refactor vector wrappers by @rainyl in https://github.com/rainyl/opencv_dart/pull/155
6+
- deprecate copyToWithMask, use copyTo(Mat img, {Mat? mask}) instead by @rainyl in https://github.com/rainyl/opencv_dart/pull/157
7+
- support fp16 by @rainyl in https://github.com/rainyl/opencv_dart/pull/158
8+
- add getBackendName() for VideoCapture by @rainyl in https://github.com/rainyl/opencv_dart/pull/161
9+
- support create Mat from VecU8, etc. by @rainyl in https://github.com/rainyl/opencv_dart/pull/162
10+
- fix: Better mat format/print #156 by @rainyl in https://github.com/rainyl/opencv_dart/pull/163
11+
- added from list by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/165
12+
- fix imencode interface by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/168
13+
- fix Mat.size is not correct #170 by @rainyl in https://github.com/rainyl/opencv_dart/pull/171
14+
- logging interface by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/175
15+
- optimize Rng, remove unnecessay async by @rainyl in https://github.com/rainyl/opencv_dart/pull/176
16+
- update version to use enabled vulkan version by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/178
17+
- refactor Mat.at, Mat.set, Mat.ptrAt by @rainyl in https://github.com/rainyl/opencv_dart/pull/172
18+
- improve divide tests by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/181
19+
- updated functions to pass all params by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/182
20+
- bump ffigen to 13.0.0 by @rainyl in https://github.com/rainyl/opencv_dart/pull/183
21+
- add more methods to Mat, more test, add cv.sqrt, cv.sum by @rainyl in https://github.com/rainyl/opencv_dart/pull/185
22+
- added more tests by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/186
23+
124
## 1.1.0+1
225

326
- Fix: download wrong binaries on `windows` and `linux`, other platforms are not affected.

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
3-
version: 1.1.0+1
3+
version: 1.2.0
44
homepage: https://github.com/rainyl/opencv_dart
55

66
environment:

0 commit comments

Comments
 (0)