Skip to content

Commit

Permalink
Merge branch 'main' into ffmpeg-for-more-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl authored Sep 28, 2024
2 parents 9c54c78 + 0fee178 commit 27687a6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
latest: true
tag: "4.10.0+6"
fileName: "libopencv-android-${{ matrix.abi }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
latest: true
tag: "4.10.0+6"
fileName: "libopencv-linux-${{ matrix.arch }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
latest: true
tag: "4.10.0+6"
fileName: "libopencv-windows-${{ matrix.arch }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.2.5

* add quality module by @rainyl in https://github.com/rainyl/opencv_dart/pull/239
* Bump ffigen from 13.0.0 to 14.0.0 by @dependabot in https://github.com/rainyl/opencv_dart/pull/242
* Cmake install to platform dir by @rainyl in https://github.com/rainyl/opencv_dart/pull/243
* fix: [iOS] opencv_dart framework is missing MinimumOSVersion #246 by @rainyl in https://github.com/rainyl/opencv_dart/pull/247
* do not dispose vec in Mat.fromVec by @rainyl in https://github.com/rainyl/opencv_dart/pull/250

## 1.2.4

* 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
Expand Down
2 changes: 1 addition & 1 deletion binary.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.2.5
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: opencv_dart
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
version: 1.2.4
version: 1.2.5
homepage: https://github.com/rainyl/opencv_dart

environment:
Expand Down

0 comments on commit 27687a6

Please sign in to comment.