Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
2bbb committed Sep 30, 2021
1 parent 531998d commit cea2b0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,19 +213,19 @@ if you use `vector<SomeType> vec;`, when `vec` will be resized every receiving O
## <a name="UpdateHistory">Update history</a>
### 2021/09/30 ver 0.3.3
### 2021/09/30 [ver 0.3.3](../../releases/tag/v0_3_3)
* fixed bug on ver 0.3.2
* fixed bug on ver 0.3.2 (issued by [hanasaan](https://github.com/hanasaan). thanks!!!)
### 2021/09/26 ver 0.3.2 *[Deprecated!!]*
* fixed constructor of ofxOscMessageEx
* fixed some constness about notify, read
### 2020/04/15 ver 0.3.1
### 2020/04/15 [ver 0.3.1](../../releases/tag/v0_3_1)
* added ofxSubscribeAllOsc, ofxSubscribeAllOscForPort
### 2018/05/08 ver 0.3.0
### 2018/05/08 [ver 0.3.0](../../releases/tag/v0_3_0)
* refactor all for C++11
* add `ofxSendOsc`
Expand All @@ -234,18 +234,6 @@ if you use `vector<SomeType> vec;`, when `vec` will be resized every receiving O
* multi arguments callback
* add `ofxOscMessageEx`
### 2016/01/25 [ver 0.2.2](../../releases/tag/v0_2_2) release
* bugfix: about `ofQuaternion`'s `operator>>`, `operator<<` (issued by [musiko](https://github.com/musiko). thanks!!!)
### 2016/01/04 [ver 0.2.1](../../releases/tag/v0_2_1) release
* **critical bugfix**, hehe
* enable subscribe lambda has argument is not ofxOscMessage.
* enable subscribe method has no argument
* update exmaples (xcodeproj) for oF0.9.0
* some cleaning source and doxygen
### [Older update histories](Update_History.md)
Expand Down
12 changes: 12 additions & 0 deletions Update_History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ofxPubSubOsc Update History

## 2016/01/25 [ver 0.2.2](../../releases/tag/v0_2_2) release

* bugfix: about `ofQuaternion`'s `operator>>`, `operator<<` (issued by [musiko](https://github.com/musiko). thanks!!!)

## 2016/01/04 [ver 0.2.1](../../releases/tag/v0_2_1) release

* **critical bugfix**, hehe
* enable subscribe lambda has argument is not ofxOscMessage.
* enable subscribe method has no argument
* update exmaples (xcodeproj) for oF0.9.0
* some cleaning source and doxygen

## 2016/01/25 [ver 0.2.2](../../releases/tag/v0_2_2), [ver 0.1.3](../../releases/tag/v0_1_3) release

* bugfix: about `ofQuaternion`'s `operator>>`, `operator<<` (issued by [musiko](https://github.com/musiko). thanks!!!)
Expand Down

0 comments on commit cea2b0f

Please sign in to comment.