Releases: Smalls1652/MuzakBot
v1.5.1
Bug fixes
- Fix iTunes fallback causing response to hang by @Smalls1652 in #38
Full Changelog: v1.5.0...v1.5.1
v1.5.0
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
- Tweak telemetry tags by @Smalls1652 in #33
- Update
DiscordServicelifecycle by @Smalls1652 in #36 - Tweak telemetry error statuses by @Smalls1652 in #37
Bug fixes
- Fix "Get music share links" embed by @Smalls1652 in #34
- Fix null typing for iTunes
SongItemby @Smalls1652 in #35
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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
- Add metrics and telemetry by @Smalls1652 in #32
Dependency updates
- Bump Discord.Net from
3.12.0to3.13.0in/src/Appby @dependabot in #30 - Bump actions/setup-dotnet from
3to4by @dependabot in #31
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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
- Update to .NET 8 by @Smalls1652 in #28
Dependency updates
- Bump actions/checkout from 3 to 4 by @dependabot in #23
- Bump docker/metadata-action from 4 to 5 by @dependabot in #24
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #25
- Bump docker/login-action from 2 to 3 by @dependabot in #26
- Bump docker/build-push-action from 4 to 5 by @dependabot in #27
Full Changelog: v1.2.3...v1.3.0
v1.2.3
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
- Temporarily remove emojis from buttons by @Smalls1652 in #21
Minor changes
- Modify button rows by @Smalls1652 in #22
Full Changelog: v1.2.2...v1.2.3
v1.2.2
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
- Fix remove button user validation by @Smalls1652 in #20
Minor changes
- Add embed for displaying errors by @Smalls1652 in #19
Full Changelog: v1.2.1...v1.2.2
v1.2.1
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
/findsongor/findalbumby @Smalls1652 in #16
Minor changes
- Remove duplicate song/album names in autocomplete options by @Smalls1652 in #17
- Add "remove" button component to
/findsongand/findalbumoutput by @Smalls1652 in #18
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- Add new commands for finding music by @Smalls1652 in #11
- Add XML docs by @Smalls1652 in #12
- Enhance error handling by @Smalls1652 in #13
Dependency updates
- Bump
Discord.Netfrom 3.11.0 to 3.12.0 in/src/Appby @dependabot in #14
Full Changelog: v1.1.2...v1.2.0
v1.1.2
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
GetMusicEntityItemAlbumArtAsynctoGetAlbumArtStreamAsyncby @Smalls1652 in #9 - Move embed building to own method by @Smalls1652 in #10
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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