Skip to content

Latest commit

 

History

History
108 lines (75 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

108 lines (75 loc) · 3.83 KB

Changelog

v1.0.7-rc.2 (2024-09-20)

  • Update error message and correct autoplay function imports

1.0.7-rc.1 (2024-07-25)

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

1.0.7-beta.1 (2024-07-01)

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 https://github.com/riffy-team/riffy/commit/f53fbf07640e78ae4e3cc2b6009eb8d5c9104788
  • 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 (2024-06-26)

Changes

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

1.0.5 (2024-03-24)

  • 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 (2023-11-09)

Bug

  • Fixed plugin load error.

1.0.2 (2023-09-21)

Changes

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

1.0.1 (2023-09-13)

Changes

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

1.0.0 (2023-09-10)

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 (2023-09-09)

Updates

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

1.0.5-beta (2023-09-05)

Update

  • Updated track for plugin support

1.0.4-beta (2023-09-04)

Changes

  • Player skipping track while doing Player.autoplay() has been fixed.
  • New Property has been added to Player i.e., .isAutoplay
  • Implementation on Autoplay has been changed a bit. Check the documentation for new Implementation
  • Functions like .setBassboost() has been fixed.

1.0.3-beta (2023-09-04)

Changes

  • Player.play() will throw error if prior connection is not initiated via Riffy.createConnection()
  • Removed empty collections
  • Updated typing's

1.0.2-beta (2023-09-04)

Changes

  • Added Compatibility Filters
  • You can now remove a Filter by passing null as an argument in Function Method.
  • Volume Property in Filters is now synced with Player.volume

1.0.1-beta (2023-09-04)

Bug

  • Fixed Spotify image not fetching.

1.0.0-beta (2023-08-28)

Release

Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.