We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b740255 commit 5fb426aCopy full SHA for 5fb426a
CHANGELOG.md
@@ -1,6 +1,16 @@
1
2
# Changelog
3
4
+## 5.0.0 (Feb 9 2016)
5
+
6
+- @mvines and @svogl started working on OpenCV 3.x support.
7
+- @sirotenko added a getFrameCount method
8
+- @vaceta implemented getFrameAt
9
+- @jainanshul improved some methods
10
+- @cascade256 improved the windows build
11
12
+Plus fixes from @banterability, @punnerud, @vargad etc. Thanks all.
13
14
## 4.0.0
15
16
I've been super slow releasing this one, and there's a ton of new stuff.
package.json
@@ -1,6 +1,6 @@
{
"name": "opencv",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "Node Bindings to OpenCV",
"author": "Peter Braden <peterbraden@peterbraden.co.uk>",
"dependencies": {
0 commit comments