Skip to content

Commit e68b979

Browse files
Update CHANGELOG.md
1 parent f6ea381 commit e68b979

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
#CHANGELOG
22
* Version 0.8.4 (current)
3-
* + Added iOS library
4-
* + Added RPi library (thanks to @rc1)
5-
* + Added libwebsockets' rudimentary keep-alive
6-
* See [issue #38](https://github.com/labatrockwell/ofxLibwebsockets/issues/38)
7-
* \ Updated to latest version of libwebsockets
8-
* \ Bug fixes for newest libwebsockets version
9-
* \ testApp changed to ofApp
10-
* \ Better comments in general
11-
* \ Removed unnecessary checks for binary support (always enabled in libwebsockets)
12-
* \ Removed "of-protocol" protocol from examples (you don't need it!)
13-
* + Added adjustable image quality to binary video example for demonstration
3+
* + Added iOS library
4+
* + Added RPi library (thanks to @rc1)
5+
* + Added libwebsockets' rudimentary keep-alive
6+
* See [issue #38](https://github.com/labatrockwell/ofxLibwebsockets/issues/38)
7+
* \ Updated to latest version of libwebsockets
8+
* \ Bug fixes for newest libwebsockets version
9+
* \ testApp changed to ofApp
10+
* \ Better comments in general
11+
* \ Removed unnecessary checks for binary support (always enabled in libwebsockets)
12+
* \ Removed "of-protocol" protocol from examples (you don't need it!)
13+
* + Added adjustable image quality to binary video example for demonstration
1414
* Version 0.8.1
15-
* Overhauled all messaging, supporting sending/receiving string and binary messages of indefinite size via continuation frames
16-
* Added examples from @zebradog of sending Blob data over websockets: way faster, way cleaner!
17-
* Lots of cleanup of excessive logging, possible crashes on sending
18-
* Updated to latest libwebsockets on Mac and Windows
19-
* Cleaned up and fixed up Windows support
20-
* Tested on OF 0.8.0, 0.8.1 on Mac and Windows
21-
* Removed RPi and Linux64 until someone recompiles libwebsockets!!!
15+
* Overhauled all messaging, supporting sending/receiving string and binary messages of indefinite size via continuation frames
16+
* Added examples from @zebradog of sending Blob data over websockets: way faster, way cleaner!
17+
* Lots of cleanup of excessive logging, possible crashes on sending
18+
* Updated to latest libwebsockets on Mac and Windows
19+
* Cleaned up and fixed up Windows support
20+
* Tested on OF 0.8.0, 0.8.1 on Mac and Windows
21+
* Removed RPi and Linux64 until someone recompiles libwebsockets!!!
2222
* Version 0.8.0
23-
* Basic support for binary data
24-
* Updated to latest libwebsockets
23+
* Basic support for binary data
24+
* Updated to latest libwebsockets

0 commit comments

Comments
 (0)