Releases: riffy-team/riffy
Releases · riffy-team/riffy
v1.0.7-rc.2
Update error message and correct autoplay function imports
- Improve error message for missing 'endpoint' in VOICE_SERVER_UPDATE
- Fix incorrect imports for autoplay functions:
- Update import from 'soundcloud, spotify' to 'spAutoPlay, scAutoPlay'
- Adjust function calls to use correctly imported names
Full Changelog: 1.0.7-rc.1...v1.0.7-rc.2
1.0.7-rc.1
What's Changed
- feat: use primitive types instead of wrappers by @feenko in #12
- feat: readme.md refresh by @feenko in #13
And
- Some Types fixtures
- added Default Volume and loop option to
createConnection
New Contributors
Full Changelog: 1.0.7-beta.1...1.0.7-rc.1u
1.0.7-beta.1
Beta Version Changes
- Improved Typings
- Passing
channel_id
asnull
in.setStateUpdate()
inConnection
Class should emitplayerDestroy
event. node.send
andnode.region
is not an option anymore, usenode.regions
instead- This version rollbacks the some commits & changes mainly like
autoPlay
, Node version checks from f53fbf0 - This version fixes
updatePlayer
throwing Error for Constant variable leading to failure of conversion inencodedTrack
property. Also Fixes tracks being empty inriffy.resolve()
for v3 Node due to incorrect condition of the ternary operator
Kindly report any found bugs and issues to us.
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
1.0.6-beta
Updates
.resolve()
can now resolve songs with Identifiers for Spotify and Youtube