Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 4.33 KB

Update_History.md

File metadata and controls

108 lines (76 loc) · 4.33 KB

ofxPubSubOsc Update History

2016/01/25 ver 0.2.2 release

  • bugfix: about ofQuaternion's operator>>, operator<< (issued by musiko. thanks!!!)

2016/01/04 ver 0.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, ver 0.1.3 release

  • bugfix: about ofQuaternion's operator>>, operator<< (issued by musiko. thanks!!!)

2016/01/04 ver 0.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/02 ver 0.2.0 release (this version is broken)

  • after this release, we will only test on oF0.9.0~
  • add iterators to ofxOscSubscriberManager
  • add iterators to ofxOscPublisherManager
  • add all port operation to ofxUnsubscribeOsc, ofxNotifyToSubscribedOsc, ofxRemoveLeakedOscPicker
  • add ofxSetLeakedOscPickerAll
  • add ofxSubscribeOsc with std::initializer_list<int> port and std::initializer_list<std::string> addresses
  • add iterators to ofxOscPublisherManager
  • add all port operation to ofxUnpublishOsc, ofxUnregisterPublishingOsc
  • add feature publishing r-value. (i.e., you can do ofxPublishOsc(host, port, "/bar", "value!!"))
  • add useful macro SubscribeOsc(port, name) is same as ofxSubscribeOsc(port, "/name", name) (porposed by hanasaan. thanks!!)
  • add std:: prefix
  • cleaning up conditional macro about oF0.8.x
  • some bugfix around lambda
  • TODO: update some API Documentations

2016/01/02 ver 0.1.2 release

  • this is final update added new feature, with oF0.8.4 support
  • after this release, "ver 0.1.x will only bugfie about supporting oF0.8.4
  • add new feature ofxNotifyToSubscribedOsc (proposed by satcy. thanks!!)
  • some bugfix

2015/09/17 ver 0.1.1 release

2015/08/31 ver 0.1.0 release

2015/06/10 ver 0.0.8 release

2015/05/19 ver 0.0.7 release

2015/05/17 ver 0.0.6 release

  • add publish ofBuffer as blob
  • some bugfix
  • big change on inner class structure

2015/05/15 ver 0.0.5 release

2015/05/11 ver 0.0.4 release

  • support ofMatrix3x3/4x4, ofQuaternion, ofBuffer (only subscribe now), vector, ofXXX[]
  • bugfix for Visual Studio

2015/05/11 ver 0.0.3 release

  • add subscribe with callback

2015/05/11 ver 0.0.2 release

  • rename from ofxOscSubscriber
  • add ofxOscPublisher

2015/05/09 ver 0.0.1 release

  • initial