Skip to content

Commit 5779dac

Browse files
authored
Merge pull request #237 from rainyl/1.2.4
bump version to v1.2.4
2 parents 1167883 + e189a7d commit 5779dac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.4
2+
3+
* change `Mat.toString()` to return something like `Mat(addr=0x1dde02c74b0, type=CV_8UC4, rows=-1, cols=-1, channels=4)` by @rainyl in https://github.com/rainyl/opencv_dart/pull/233
4+
* migrate build toolchain from `conan` to `cmake` by @rainyl in https://github.com/rainyl/opencv_dart/pull/234
5+
* add `cv.floodFill` and `cv.floodFillAsync` by @rainyl in https://github.com/rainyl/opencv_dart/pull/236
6+
* move `findHomography` to `calib3d` by @rainyl in https://github.com/rainyl/opencv_dart/pull/236
7+
18
## 1.2.3
29

310
* fix: android build.gradle task by @einsitang in https://github.com/rainyl/opencv_dart/pull/226

binary.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

pubspec.yaml

+1-1
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.2.3
3+
version: 1.2.4
44
homepage: https://github.com/rainyl/opencv_dart
55

66
environment:

0 commit comments

Comments
 (0)