|
1 | 1 | #CHANGELOG |
2 | 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 |
| 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 | 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!!! |
| 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 | 22 | * 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