Skip to content

Commit 6263e24

Browse files
Split Readme and Changelog
1 parent b8840e0 commit 6263e24

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -138,28 +138,3 @@ cd build
138138
cmake .. -DLWS_IPV6=OFF
139139
make
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

0 commit comments

Comments
 (0)