Releases: sam-ln/USharpVideoQueue
Releases · sam-ln/USharpVideoQueue
v0.8.0
Changes
- Network Sync Logic rewritten using UdonSharp‘s new networking methods
- Using RPCTimer for reliable timed calls
- Feature: Domain Whitelist
- Feature: Remove videos while loading (with warning)
- Safeguards to handle unexpected video player behavior
- Improved logging
- Introduced new callbacks
Pull Requests
Please note that this release requires a VRChat SDK Version of at least 3.8.1!
Full Changelog: v0.7.1...v0.8.0
v0.8.0-alpha.2
- Fixed Crash when Queue Controls have no Warning Modal
- Minor changes
v0.8.0-alpha
- Rewrite of network sync for more reliability. Ownership of the queue is no longer passed around, but is handled by a single user.
- Allowing removal of videos when they are loading, but showing a warning.
- Added new event "OnUSharpVideoQueueQueueHasAdvanced" to notify players that their video is up next.
- Improved logging
- Updated documentation
Full Changelog: v0.7.1...v0.8.0-alpha
v0.7.1
Note: This is the first release which is available as a VPM package. It's recommended to install it via the VRChat Creator Companion using my VCC Repository!
What's Changed
- Feature: Reordering of videos in queue
- Feature: New Udon Events, see Readme
- Feature: Opened API to access Custom-URL-Permissions
- Fix: Namespace error resolved
- Fix: Assembly Definition fixed
Full Changelog: v0.6.2...v0.7.1
v0.6.2
- Fixed: Namespace of Switch.cs prevented compilation
- Feature: Access whether custom URLs are currently allowed
v0.6.1
What's Changed
- Feature: Reordering videos
- Feature: Queue clearing
- Feature: New instance owner settings panel
Full Changelog: v0.5.1...v0.6.1
v0.5.1
What's Changed
- Feature: Pagination by @sam-ln in #6
- Bug fix: Videos would sometimes remain in the queue after its owner had left
Full Changelog: v0.4.1...v0.5.1