Skip to content

Releases: Smalls1652/MuzakBot

v1.5.1

03 Jan 03:33
9cd5185

Choose a tag to compare

Bug fixes

Full Changelog: v1.5.0...v1.5.1

v1.5.0

03 Jan 02:49
b9fb6f7

Choose a tag to compare

Overview

This update modifies some of the telemetry tags introduced in the previous update and changes up how the lifecycle of the core Discord service is handled.

What's new

Bug fixes

Full Changelog: v1.4.0...v1.5.0

v1.4.0

02 Jan 19:51
c7528b3

Choose a tag to compare

Overview

This is a simple update to add the basis for implementing OpenTelemetry. Currently tracing telemetry is only applied to the core commands that the bot offers.

What's New

Dependency updates

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Nov 21:54
5811f80

Choose a tag to compare

Overview

This is the biggest release for MuzakBot. And by biggest release, I mean this is just a servicing release for bumping MuzakBot from using .NET 7 to .NET 8.

What's new

Dependency updates

Full Changelog: v1.2.3...v1.3.0

v1.2.3

01 Sep 23:01
22dc09d

Choose a tag to compare

Overview

This is a minor update to potentially fix a button component issue that one user is seeing (Or rather, they're not seeing).

Bug fixes

Minor changes

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

v1.2.2

15 Aug 18:14
b4b0d1b

Choose a tag to compare

Overview

This is primarily a quick bug fix release to fix an issue with user validation on failed response messages' "remove" button. Now it will only work for original user who initiated the interaction.

Bug fixes

Minor changes

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Aug 16:45
1624b02

Choose a tag to compare

Overview

This is a minor update to fix a timeout issue with /findsong / /findalbum and to remove duplicate auto-complete results.

Bug fixes

  • Fix timeout when using /findsong or /findalbum by @Smalls1652 in #16

Minor changes

  • Remove duplicate song/album names in autocomplete options by @Smalls1652 in #17
  • Add "remove" button component to /findsong and /findalbum output by @Smalls1652 in #18

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

v1.2.0

11 Aug 20:24
6a983cc

Choose a tag to compare

Overview

This release adds two new slash commands:

  • /findsong
  • /findalbum

Both allow you to search for an album or song and share it without having to get the share link directly from a streaming service.

What's new

Dependency updates

  • Bump Discord.Net from 3.11.0 to 3.12.0 in /src/App by @dependabot in #14

Full Changelog: v1.1.2...v1.2.0

v1.1.2

28 Jul 18:24
a231f80

Choose a tag to compare

Overview

Minor update for handling how album art images are shown in the message. They will now appear in the embed attached to the message.

What's new

  • Move the album art image to the embed by @Smalls1652 in #8
  • Renamed GetMusicEntityItemAlbumArtAsync to GetAlbumArtStreamAsync by @Smalls1652 in #9
  • Move embed building to own method by @Smalls1652 in #10

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 Jul 16:30
38fdbc9

Choose a tag to compare

Overview

Quick fix for SoundCloud links using Spotify links. 😥

Bug fixes

  • [Bug fix] SoundCloud link uses Spotify link by @Smalls1652 in #7

Full Changelog: v1.1.0...v1.1.1