Skip to content

Releases: Mirasaki/mirasaki-music-bot

v1.2.4

16 Sep 10:28
0b9e3a8
Compare
Choose a tag to compare

This release bumps the dependencies to their latest version.

What's Changed

  • chore(deps-dev): bump semantic-release from 24.0.0 to 24.1.0 by @dependabot in #178
  • chore(deps-dev): bump @semantic-release/github from 10.1.4 to 10.1.7 by @dependabot in #179
  • chore(deps-dev): bump eslint-plugin-sonarjs from 1.0.4 to 2.0.1 by @dependabot in #180
  • chore(deps-dev): bump eslint-plugin-sonarjs from 2.0.1 to 2.0.2 by @dependabot in #182
  • chore(deps): bump @discordjs/rest from 2.3.0 to 2.4.0 by @dependabot in #185
  • chore(deps-dev): bump @semantic-release/github from 10.1.7 to 10.3.3 by @dependabot in #184
  • chore(deps): bump discord.js from 14.15.3 to 14.16.1 by @dependabot in #183
  • Dev by @Mirasaki in #189
  • chore(deps): bump discord.js from 14.16.1 to 14.16.2 by @dependabot in #187
  • chore(deps-dev): bump semantic-release from 24.1.0 to 24.1.1 by @dependabot in #188
  • chore(deps-dev): bump @semantic-release/github from 10.3.3 to 10.3.4 by @dependabot in #186
  • Dev by @Mirasaki in #190

Full Changelog: v1.2.3...v1.2.4

v1.2.3

12 Aug 14:06
0b0f90c
Compare
Choose a tag to compare

This release bumps the dependencies to their latest version.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

10 Aug 13:11
Compare
Choose a tag to compare

1.2.2 (2024-08-10)

This release removes support for YouTube and Spotify due to their Terms of Service.

v1.2.1

05 Aug 12:40
4eb14c2
Compare
Choose a tag to compare

This release bumps the dependencies to their latest versions. If you still experience YouTube issues while on this version, please try our pre-release which will use a nightly build of youtubei.js.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.1-nightly

05 Aug 12:51
a88ce08
Compare
Choose a tag to compare
v1.2.1-nightly Pre-release
Pre-release

This build uses the nightly version of youtubei.js. It directly fetches the source from GitHub, instead of the NPM repository - and is therefor not recommended for production use. We do not provide support for this release, this release is merely an effort to allow you to test the latest youtubei.js changes without having to wait for a release.

I haven't tested if this automatically updates the local package when running npm install due to the hash in the resolved package-lock URL - so you should probably run npm i youtubei.js@git+https://github.com/darktohka/YouTube.js.git every now and then to make sure your local package hasn't gone stale.

v1.2.0

28 Jul 14:22
bf2e516
Compare
Choose a tag to compare

This release bumps the youtube/spotify extractor, and dependencies, to the latest versions.

What's Changed

Full Changelog: v1.1.9...v1.2.0

v1.1.9

16 Jul 14:37
Compare
Choose a tag to compare

1.1.9 (2024-07-16)

This release bumps all major dependencies, and fixes and unhandled exception with the /audio-filters command.

Bug Fixes

  • catch ffmpeg toggle exception (e34e06f)

v1.1.8

11 Jul 14:24
Compare
Choose a tag to compare

1.1.8 (2024-07-11)

This release bumps all major dependencies, and implement a new strategy for extracting audio from Youtube (this includes the Spotify provider, as it uses Youtube under the hood). Do note, streaming from Youtube is against their Terms of Service.

The "High" security vulnerability is tolerable to this project, and doesn't pose a risk due to it's implementation in discord-player.

Bug Fixes

  • regenerate package-lock (6f8cdd5)
  • set min node version to 18 (d56cd61)
  • use new youtube extractor provider (2e98af1)

v1.1.7

21 Jun 13:47
Compare
Choose a tag to compare

1.1.7 (2024-06-21)

Bug Fixes

v1.1.6

21 Jun 13:42
Compare
Choose a tag to compare

1.1.6 (2024-06-21)

Bug Fixes

  • remove tem db file from docker compose (593e0e9)