Skip to content

Releases: Hazmi35/jukebox

Version 5.6.0

10 Apr 11:20
5.6.0
af4a2d4
Compare
Choose a tag to compare

5.6.0 (2022-4-10)

Please see the full changes here: 5.5.2...5.6.0
Known Bugs: All Unresolved Known Bugs

Notable changes

Features

Fixes

Version 5.5.2

26 Feb 01:18
5.5.2
9e394be
Compare
Choose a tag to compare

5.5.2 (2022-2-26)

Please see the full changes here: 5.5.1...5.5.2
Known Bugs: All Unresolved Known Bugs

Notable changes

Fixes

  • PlayCommand: skip to the next video when the first one is not playable on disableTrackSelection (#981) [53adcc0]
  • PlayCommand#createSearchPrompt: Slice videos array directly (#1015) [1d8d087]

Maintainer Notes

There aren't that much changes in Jukebox this month, but there will be an upcoming drastic changes (v6) Soon™️, please stay tuned.

Version 5.5.1

16 Jan 08:21
5.5.1
57276ad
Compare
Choose a tag to compare

5.5.1 (2022-1-16)

Please see the full changes here: 5.5.0...5.5.1
Known Bugs: All Unresolved Known Bugs

Notable changes

Fixes

  • Docker: Fix permissions error in Docker contact (#955) [bb461ac] (Fixes #954)

Version 5.5.0

15 Jan 08:28
5.5.0
639ead9
Compare
Choose a tag to compare

5.5.0 (2022-1-15)

Please see the full changes here: 5.4.0...5.5.0
Known Bugs: All Unresolved Known Bugs

Notable changes

Features

Fixes

Version 5.4.0

14 Dec 17:53
5.4.0
28a702b
Compare
Choose a tag to compare

5.4.0 (2021-12-15)

Please see the full changes here: 5.3.0...5.4.0
Known Bugs: All Unresolved Known Bugs

Notable changes

Features

  • ShuffleCommand: Playlist Shuffle Mode (Shuffle playlist after adding it to the queue.) [bb856ee]
  • StopCommand: Set disconnect, dc, and leave as an alias [63ef533]
  • config: Better config parser [59ba74a]

Fixes

  • i18n/en-US: Fix some commands descriptions [e3b3602]
  • dependencies: Fix discord.js can't find encryption package because tweetnacl is not installed by default if you use --no-optional option on npm install (fixes #900) [eee3484]

Version 5.3.0

19 Nov 17:06
5.3.0
14a6a83
Compare
Choose a tag to compare

5.3.0 (2021-11-19)

Please see the full changes here: 5.2.2...5.3.0

Notable changes

Features

  • Core: Internationalization / Localization [1971dc6]
  • RepeatCommand: Repeat toggle [9c80848]
  • SkipToCommand: Added skip-to command [d80797d]
  • Docker: Jukebox in Docker now includes debian-variant [93fd5d3]
  • PlayCommand: Optimized YouTube playlist loader (fixes #825) [06469c2]
  • Docker#alpine: Alpine variant of Jukebox in Docker will now use FFmpeg from Alpine Packages [0f5c2a2]
  • ShuffleCommand: Added shuffle command [5d59f0e]
  • Logger: New logger [480eb2d]

Bug Fixes

  • RemoveCommand: Send error if the specified track is not found [2223fa5]
  • Track: Fix ffmpeg won't spawning causing Jukebox can't play YouTube live videos (fixes #807) [06c6bc9]

Maintainer notes

Jukebox now supports Internationalization! You can add your own language to Jukebox by contributing to the project at GitHub!

Version 5.2.2

24 Oct 08:10
5.2.2
1c75680
Compare
Choose a tag to compare

5.2.2 (2021-10-24)

Please see the full changes here: 5.2.1...5.2.2

Notable changes

Bug Fixes

  • VoiceStateUpdateEvent: Don't return on deleted voice channel (Fixes #810) (#811) [cfb8962]

Version 5.2.1

24 Oct 05:58
5.2.1
2b2ea34
Compare
Choose a tag to compare

5.2.1 (2021-10-24)

Please see the full changes here: 5.2.0...5.2.1

Notable changes

Bug Fixes

  • Track: fix ffmpeg location string (#797) [905c2ee]
  • VoiceStateUpdateEvent: Fix queueTimeout system not triggering. (Fixes #802) (#801) [b3ec8f9]

Version 5.2.0

19 Oct 13:01
5.2.0
204f61f
Compare
Choose a tag to compare

5.2.0 (2021-10-19)

Please see the full changes here: 5.1.1...5.2.0

Notable changes

Features

  • PlayCommand: Handle errors on track resources resolver (#790) [c48bdd5]

Bug Fixes

  • AboutCommand: Use youtube-dl-exec instance from Jukebox#ytdl (Fixes #787) (#788) [6821c57]
  • VoiceStateUpdateEvent: Don't trigger deleteQueueTimeout on voice channel deletion (#792) [9419a1b]
  • ServerQueue: Clear deleteQueueTimeout if queue is done (#792) [9419a1b]

Version 5.1.1

13 Oct 21:11
5.1.1
01e806a
Compare
Choose a tag to compare

5.1.1 (2021-10-14)

Please see the full changes here: 5.1.0...5.1.1

Notable changes

Bug Fixes

  • ServerQueue: Better error handling. (#766) [9d1fb2b]
  • ServerQueue: Kill yt-dlp process on entersState errors too (#767) [b1f4d80]
  • getPackagePath: Use ParsedPath#base instead of ParsedPath#name (Fixes #760) (#772) [123f487]