Releases: owlbear-rodeo/sdk
Releases · owlbear-rodeo/sdk
Release list
v3.1.0
v3.0.0
- Add new Wall Item
- Add new Light Item
- Add new Effect Item
- Add new Billboard Item
- Remove
updateAttachmentsparameter fromupdateItemsandstartItemInteractionmethods - Add TextContent types
- Add tool get and onChange events
v2.4.0
v2.3.0
- Add new Broadcast API
OBR.broadcast.sendMessageandOBR.broadcast.onMessage - More information the Broadcast API can be found here https://docs.owlbear.rodeo/extensions/apis/broadcast
v2.2.0
- Fix types for
updateItemscallback parameter - Add custom thumbnail support for
SceneUpload - Add
typeHintproperty for theuploadImagesfunction which allows you to choose which image type to use when uploading - Add
disableShowScenesto theuploadScenesfunction which allows you to disable showing the Atlas after uploading new scenes - Add new Scene and Image download APIs more information here https://docs.owlbear.rodeo/extensions/apis/assets
v2.1.0
v2.0.0
- Added new math libraries for Vector and Matrix math
- Add new Assets API for uploading images and scenes to the users storage
Breaking Changes
Updating the scenes items will now update all attachments by default.
To disable this set the updateAttachments boolean to false when calling OBR.scene.items.update.
The lastModified and lastModifiedUserId property on an item will now be automatically updated when calling OBR.scene.items.update.
This means that the properties are now readonly.