Skip to content

Commit e74326f

Browse files
committed
bump version to v1.0.5, update changelog
1 parent e19bc72 commit e74326f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.5
2+
3+
- Auto setup by @abdelaziz-mahdy, from v1.0.5, libs will be downloaded automatically during build, i.e., no need to run setup commands
4+
- Improve performance and optimize memory consumption
5+
- Add `dispose()` methods to allow manual free native resources
6+
- Better exception for cv.imencode
7+
- Add more API for objdetect module
8+
19
## 1.0.4
210

311
- Fix: Stitcher.composePanorama

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
3-
version: 1.0.4
4-
binary_version: 1.0.4
3+
version: 1.0.5
4+
binary_version: 1.0.5
55
homepage: https://github.com/rainyl/opencv_dart
66

77
environment:

0 commit comments

Comments
 (0)