Releases: 3eif/ear-tensifier
2.5.0
What's Changed
- Soundcloud by @Tetracyl in #240
- Bump blapi from 2.2.4 to 3.0.0 by @dependabot in #238
- Create Lyrics.js by @berusvn in #221
- 2.5.0 by @Tetracyl in #246
- added 'displayFilename: true' to the Logger; Debug Purposes by @2M4U in #233
- Bump axios from 0.27.2 to 1.1.3 by @dependabot in #244
New Contributors
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.0
- Play command autocompletes with your song history.
- Playlist commands autocomplete with your stored playlists.
- Queue manipulation commands autocomplete with the song in the queue.
- You can now add any message's content to the queue by right clicking the message selecting Apps > Play.
- A loop button has been added to the Now Playing embed. The loop button can loop a queue/song and unloop as well.
- An add to queue button has been added to the Now Playing embed to make it easier to queue up your favorite songs.
- Many slash command bugs have been fixed.
- Bug Fixes
- Privacy policy has been updated to include storing of last played songs.
https://www.youtube.com/watch?v=D6WN5D0lL24
2.1.0
Added Apple Music Support
What's Changed
- Bump discord-api-types from 0.25.2 to 0.26.1 by @dependabot in #94
- Performance++ by @N1kO23 in #97
- Bump @discordjs/rest from 0.2.0-canary.0 to 0.3.0 by @dependabot in #98
- Bump axios from 0.24.0 to 0.25.0 by @dependabot in #96
- Updated Debug.js by @2M4U in #109
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
I forgor to release this 💀
Ear Tensifier v2.0.0
Over the past couple of months I have been working on v2 of the bot and I'm glad to announce it is finally released! Version 2 is a complete rewrite which adapts many of the new features that Discord has added to bots such as slash commands, buttons, and select menus. Most importantly, in v2, the bot no longer uses Lavalink to output audio and play songs but it instead uses sange (https://github.com/ilikdoge/sange) which delivers much crisper and smoother audio.
Changes
Here are just some of the changes/new features in v2:
- Added slash commands
- Added buttons to now playing embed to pause and go back to or skip a song
- Redesigned now playing embed and added a progress bar that updates every 30 seconds based on the song's duration
- Replaced pagination reactions with buttons
- Added dropdown menu to search command instead of having to input numbers
- Added command for setting default volume
- Added commands to make it easier to listen/ignore channels
- Added settings command to view the bot's server settings
- Added tremolo filters
- Added an option to disable now playing messages from being sent
- Many bug fixes
Website
I have also completely revamped the website which you can checkout here: https://eartensifier.net/
1.9.0
Updated the bot to discord.js v13 thanks to @rajamoulimallareddy
1.8.0
1.7.0
Increased Spotify playlist limit to infinite
Fixed a bug where Spotify playlists and songs were not working
Fixed a bug where Youtube playlists were not working
Fixed a bug where playlist creation times were innacurate
Added self hosting guide to the bot's readme
v1.6.0
v1.5.0
- Custom Playlists: You can now create custom playlists and load them into the queue in seconds! Use the help command for more information.
- Youtube Playlists: Youtube playlists are now supported.
- Embed overhaul: I've changed many commands to send embeds instead of messages. This prevents users from exploiting certain commands and make the bot look cleaner.
- Pagination: You can now flip between the queue if there are more than 10 songs.
- Previous Command: The previous command lets you go back to the previous song.
- Multiple bug fixes