Skip to content

Releases: riffy-team/riffy

v1.0.7-rc.2

20 Sep 14:16
c34b39f
Compare
Choose a tag to compare

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

25 Jul 16:51
Compare
Choose a tag to compare

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

01 Jul 14:14
Compare
Choose a tag to compare
1.0.7-beta.1 Pre-release
Pre-release

Beta Version Changes

  • Improved Typings
  • Passing channel_id as null in .setStateUpdate() in Connection Class should emit playerDestroy event.
  • node.send and node.region is not an option anymore, use node.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 in encodedTrack property. Also Fixes tracks being empty in riffy.resolve() for v3 Node due to incorrect condition of the ternary operator

Kindly report any found bugs and issues to us.

1.0.6

26 Jun 16:44
Compare
Choose a tag to compare

Changes

  • Node Connections now be checked for inactivity on the basis of interval of sending node stats

1.0.5

24 Mar 08:13
Compare
Choose a tag to compare
  • Allows you to add Nodes based on regions
  • If region is provided in .createConnection() options, that same node will be used to resolve songs. Ref- #7
  • Fix of .fetchRegion() on Riffy for different lavalink versions

1.0.3

09 Nov 09:08
Compare
Choose a tag to compare

Bug

Fixed plugin load error.

1.0.2

21 Sep 10:23
8a849be
Compare
Choose a tag to compare

Changes

  • .seek() function will not push the song forward, rather than that it will get the seeker to the passed section.

1.0.1

13 Sep 15:58
Compare
Choose a tag to compare

Changes

  • Player will not lag up if disconnected manually from the VC.

1.0.0

10 Sep 12:19
Compare
Choose a tag to compare

Release

In this new 1.0.0 (beta-out) version, we fixed the filters and some very unnoticeable bugs.

Check out the docs for more information.

1.0.6-beta

09 Sep 15:42
Compare
Choose a tag to compare

Updates

  • .resolve() can now resolve songs with Identifiers for Spotify and Youtube