Skip to content

Releases: hmes98318/LavaShark

v2.1.2

27 Nov 14:25
Compare
Choose a tag to compare

What's Changed

  • Fix player volume by @Jadiction in #21
  • chore(deps): Update dependencies

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

06 Oct 12:43
Compare
Choose a tag to compare

What's Changed

  • fix(Filters): Fix volume setting error

Full Changelog: v2.1.0...v2.1.1

v2.1.0

06 Oct 10:09
Compare
Choose a tag to compare

What's Changed

  • fix(Filters): Fix filters api request payload error
  • feat(Queue): Add queue insert method
  • feat(Player): Add prioritize play method

Full Changelog: v2.0.1...v2.1.0

v2.0.1

26 Aug 03:09
Compare
Choose a tag to compare

What's Changed

  • fix(LavaShark): Fix the deletion of the function of regularly checking the node connection status
  • refactor(LavaShark): Refactor event emitter
  • chore(deps): Update dependencies

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 Jul 19:34
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for Lavalink v4
  • chore(deps): Update dependencies
  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /apps/website by @dependabot in #8
  • chore(deps): bump express from 4.18.3 to 4.19.2 in /apps/website by @dependabot in #9
  • chore(deps): bump undici from 6.9.0 to 6.11.1 by @dependabot in #10
  • chore(deps): bump ws from 8.16.0 to 8.17.1 by @dependabot in #11
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #12

Full Changelog: v1.3.3...v2.0.0

v1.3.3

15 Mar 18:08
Compare
Choose a tag to compare

What's Changed

  • fix(Player): Resolve connection timeout errors and optimize connection function
  • refactor: Refactor function of regularly check node connection status
  • chore: Update minimum support node.js version to v18.12
  • chore(deps): Update dependencies
  • chore(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #2

Full Changelog: v1.3.2...v1.3.3

v1.3.2

09 Jan 19:19
Compare
Choose a tag to compare

What's Changed

  • fix(types): Fix requester type error in Track
  • chore(deps): Update dependencies

Full Changelog: v1.3.1...v1.3.2

v1.3.1

21 Oct 23:53
Compare
Choose a tag to compare

What's Changed

  • fix(Player): Fix voice connection timeout crash
  • feat: Add timer to check all nodes connection and auto reconnect
  • fix(Node): Fixed penalty value display error
  • chore(deps): Update dependencies

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Sep 21:11
Compare
Choose a tag to compare

What's Changed

  • refactor: Penalty calculation for best node
  • perf(LavaShark): Optimize get node ping function
  • refactor(Queue): shuffle() using Fisher–Yates algorithm
  • fix: Add exception handling for destroy player
  • fix(Node): Fix timer type error
  • chore(deps): Update dependencies

Full Changelog: v1.2.2...v1.3.0

v1.2.2

08 Aug 16:00
Compare
Choose a tag to compare

What's Changed

  • refactor(Node): Refactor connection mechanism, add keeping node awake method
  • feat(Node): Add reconnect method

Full Changelog: v1.2.1...v1.2.2