Skip to content

Releases: angeloanan/lyrics-finder

Patch 3.1.3

19 Mar 22:33
51d5f44
Compare
Choose a tag to compare

Patched a patch to patch the bug
Will writeup after this. I'm zoning in rn
~!np

Patch 3.1.2

19 Mar 21:45
10671d0
Compare
Choose a tag to compare

This release patches ~!np not working due to changes with Discord's API

Technical Change

  • Moved nowplaying handler to a separate file

Patch 3.1.1

19 Mar 12:53
c2e69ac
Compare
Choose a tag to compare

Genius changed their API without notifying their API users. This broke the whole bot.

Changed / Fixed

  • Fixed not working search command
  • Ping rounding - Ping has been rounded
  • Admin commands - Move admin commands to the side
  • Updated typings - This fixes some specific song lyrics error
  • Better scraping - Scraping will now try 5 times before completely throwing an error

Technical / OSS changes

  • Working ESLint + StandardJS now - Apparently I've been developing for 3 years without ESLint. I'm so dumb
  • Move constants (embeds & emojis) to a separate file

Version 3.1.0

15 Aug 00:03
b704ac1
Compare
Choose a tag to compare

This is a minor version bump as we are complying with Discord Developer TOS

Added

  • Ping command
  • Privacy Policy - Use privacy to display the policy

Changed / Fixed

  • Updated help layout - The layout is more fancy now
  • Updated typings - This fixes some specific song lyrics error

Technical / OSS changes

  • We now use pino for logging
  • Removed unused files from the repo
  • Updated dependencies

Release 3.0.7

18 Jul 12:52
55618f7
Compare
Choose a tag to compare

Addition

  • [WIP] Added a privacy policy command - Accessible using ~!privacy

Changed

  • Separated lyrics scraping from bot - Now using a custom Backend. This fixes the long dreaded bug

Release 3.0.6-hack

17 Jul 06:23
Compare
Choose a tag to compare

Bypasses Cloudflare I'm Under Attack mode. Will be replaced soon™

Release 3.0.6

19 Jun 08:52
70c175c
Compare
Choose a tag to compare

Added

  • Added voting support for discord.boats and glennbotlist
  • Added error messages to almost everything
  • Fancified error messages

Technical / OSS Changes

  • We now use husky + lint-staged
  • Added handling of an edge case where song details can be empty
  • Removed some dead code

Release 3.0.5

12 Jun 12:58
facb39b
Compare
Choose a tag to compare

Changed / Fixed

  • Fixed discord.bots.gg voting (typo)

Technical / OSS changes

  • Updated dependencies
  • Uses package.json version as the bot's presence

Release 3.0.4

07 Jun 22:47
7e76394
Compare
Choose a tag to compare

Added

  • Added voting support for discord.bots.gg

Changed / Fixed

  • Searches now filters emojis & custom emotes
  • Refined lyrics not found error

Technical / OSS changes

  • Added better README.md - It looks fancy now
  • Added TODO.md - You are welcome if you want to contribute
  • Updated and removed dependencies
  • Updated .env.example
  • Moved Spotify API to a separate project - This causes some build error
  • Docker build now uses node-alpine with dependencies installation fixed

Release 3.0.3

04 Jun 14:46
3a62837
Compare
Choose a tag to compare

Added

  • Added about
  • Added prefix stats to info

Changed / Fixed

  • Fixed ClientOptions not applied (I'm really dumb)
  • Added starting time in Console Logs