File tree Expand file tree Collapse file tree 2 files changed +24
-25
lines changed
Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1+ #CHANGELOG
2+ * 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
14+ * 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!!!
22+ * Version 0.8.0
23+ * Basic support for binary data
24+ * Updated to latest libwebsockets
Original file line number Diff line number Diff line change @@ -138,28 +138,3 @@ cd build
138138cmake .. -DLWS_IPV6=OFF
139139make
140140```
141-
142- #STATUS
143- * Version 0.8.4 (current)
144- * + Added iOS library
145- * + Added RPi library (thanks to @rc1)
146- * + Added libwebsockets' rudimentary keep-alive
147- * See [issue #38](https://github.com/labatrockwell/ofxLibwebsockets/issues/38)
148- * \ Updated to latest version of libwebsockets
149- * \ Bug fixes for newest libwebsockets version
150- * \ testApp changed to ofApp
151- * \ Better comments in general
152- * \ Removed unnecessary checks for binary support (always enabled in libwebsockets)
153- * \ Removed "of-protocol" protocol from examples (you don't need it!)
154- * + Added adjustable image quality to binary video example for demonstration
155- * Version 0.8.1
156- * Overhauled all messaging, supporting sending/receiving string and binary messages of indefinite size via continuation frames
157- * Added examples from @zebradog of sending Blob data over websockets: way faster, way cleaner!
158- * Lots of cleanup of excessive logging, possible crashes on sending
159- * Updated to latest libwebsockets on Mac and Windows
160- * Cleaned up and fixed up Windows support
161- * Tested on OF 0.8.0, 0.8.1 on Mac and Windows
162- * Removed RPi and Linux64 until someone recompiles libwebsockets!!!
163- * Version 0.8.0
164- * Basic support for binary data
165- * Updated to latest libwebsockets
You can’t perform that action at this time.
0 commit comments