Skip to content

Releases: y0Phoenix/Smoothy

Smoothy 1.4.6

19 Jan 08:52
Compare
Choose a tag to compare

Code Refactoring

  • Major Typescript overhaul with classes and strict typing for future production

Features

  1. Errors thrown on jumped songs will now retry the jumped song instead of retrying on the next song in the queue 6510d84

  2. Every time Smoothy stops while active in a discord server and then starts back up any data saved to a JSON file will be added back to the memory and every every server inside the file will be rejoined and the player will replay. 3591ba6

  3. Stable Seek Functionality 6fb6622

  4. Now Playing Command to show the currently playing track 35db7a7

  5. If no good match for a song via search query is found a top3 list will be sent to the discord, and the user can input the correct match cd7a98f

Fixes

  1. Jumping to songs would play the next song after jump instead of reverting to the front of the queue

  2. YouTube searching via query not giving correct songs

  3. DisconnectIdle not setting functions from global file after crash

Smoothy 1.4.5

23 Dec 01:21
Compare
Choose a tag to compare
  1. Minor bug fixing

  2. Improved YouTube searching algorithm

  3. Added a previous song function

  4. Any old queue messages now get deleted when the user requested a new queue message

  5. When a user wants to jump to a song, in addition to optional typing an integer, they can now search for a song inside the song queue, just like searching for a YouTube video to play.

  6. Just like the above change if they want to remove a song they can via an integer or name query.

Full Changelog: v1.4.4...v1.4.5

Smoothy 1.4.4

28 Nov 03:33
3bfc177
Compare
Choose a tag to compare
  1. Improved the yt-search functionality to better match the search query

  2. Added seek functionality

  3. Added Volume Change Functionality

  4. Minor Bug fixes

Smoothy 1.4.3

28 Oct 01:29
c45f510
Compare
Choose a tag to compare
  1. Added additional embed messages for a more professional look
  2. Added on the fly prefix changing functionality for each individual Discord server, you can also now view the current set prefix for the Discord server
  3. Added YouTube playlist functionality

Smoothy 1.4.2

19 Oct 22:58
ac5d2c3
Compare
Choose a tag to compare
  • Now the 403 error isn't fixed, however when it happens Smoothy retries the song that threw the error.

  • Queues with lengths more than 7 will now print another message embed with the rest of the queue instead of crashing.

  • Sort of fixed URL searching, some URLs still won't find the correct video.

Smoothy 1.4.1

14 Oct 23:04
730914d
Compare
Choose a tag to compare

Permanently fixed the 403 error bug, added a shuffle feature and added links to the title inside the embed messages.

Smoothy 1.4.0

13 Oct 22:59
06042ca
Compare
Choose a tag to compare

Partially fixed the 403 error bug which is random. Also added the loop, loopsong, and repeat functions.

Smoothy 1.3.0

13 Oct 22:58
06042ca
Compare
Choose a tag to compare

Fixed the url bug where a different song would play rather than the specified song via url. Also added pause and unpause commands.

Smoothy 1.2.0

13 Oct 22:56
06042ca
Compare
Choose a tag to compare

Able to be used inside multiple Discord Servers due to a Map create. Also added stop, leave, remove and help commands.

Smoothy 1.1.0

13 Oct 22:53
06042ca
Compare
Choose a tag to compare

Added queue and skip functionality