Releases: Smalls1652/MuzakBot
v2.1.1
✍️ What's Changed
- Make slight improvements to website by @Smalls1652 in #141
Full Changelog: v2.1.0...v2.1.1
v2.1.0
✍️ What's Changed
- Store analyzed lyrics in database by @Smalls1652 in #139
- Add website by @Smalls1652 in #140
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Overview
Wow! 2.0! There were too many breaking changes on both the frontend and backend that we're now on a new major version. I still have more things to add, but, before I delved further, I wanted to get this out and run the necessary migrations on my part before things ballooned out of control. So here we are!
Some things to note...
Share music commands
The /sharemusic
, /findsong
, and /findalbum
slash commands have been renamed and are now grouped together under a single command group.
Original command | New command |
---|---|
/sharemusic |
/sharemusic url |
/findsong |
/sharemusic findsong |
/findalbum |
/sharemusic findalbum |
Lyrics analyzer
Much like the share music commands, they're also grouped together. But wait... There was only one command before. There's another way to run lyrics analyzer now: By supplying a URL from a music streaming service.
Original command | New command |
---|---|
/lyricsanalyzer |
/lyricsanalyzer search |
N/A | /lyricsanalyzer url |
✍️ What's Changed
- Group the share music slash commands by @Smalls1652 in #134
- Completely migrate to EF Core by @Smalls1652 in #135
- Add precondition attributes for lyrics analyzer commands by @Smalls1652 in #136
- Group LyricsAnalyzerCommandModule commands by @Smalls1652 in #137
- Add '/lyricsanalyzer url' slash command by @Smalls1652 in #138
Full Changelog: v1.13.1...v2.0.0
v1.13.1 (Oops, all Youtube)
Overview
This is a quick bugfix for the /sharemusic
, /findsong
, and /findalbum
commands always resolving streaming service platform links to YouTube. Oops. 😬
🪳 Bug Fixes
- Fix the PlatformEntityLink always being YouTube by @Smalls1652 in #133
⛓️ Dependency updates
- Bump Azure.Core from
1.38.0
to1.39.0
by @dependabot in #131 - Bump Azure.Identity from
1.11.1
to1.11.2
by @dependabot in #132
Full Changelog: v1.13.0...v1.13.1
v1.13.0
✍️ What's Changed
- Refactor
ShareMusicCommandModule
by @Smalls1652 in #129 - Use
SlimHostLifetime
to App by @Smalls1652 in #130
⛓️ Dependency updates
- Bump
Microsoft.Azure.Cosmos
from3.39.0
to3.39.1
by @dependabot in #128
Full Changelog: v1.12.1...v1.13.0
v1.12.1
🪳 Bug Fixes
- Fix missing songs when searching by artists by @Smalls1652 in #127
Full Changelog: v1.12.0...v1.12.1
v1.12.0
Overview
You can now regenerate the lyrics analysis of an existing one without having to re-run the slash command.
✍️ What's Changed
- Refactor lyrics analyzer by @Smalls1652 in #125
- Add lyrics analyzer regenerate button by @Smalls1652 in #126
⛓️ Dependency updates
- Bump OpenTelemetry from 1.8.0 to 1.8.1 by @dependabot in #121
- Bump OpenTelemetry.Exporter.Console from 1.8.0 to 1.8.1 by @dependabot in #122
- Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.8.0 to 1.8.1 by @dependabot in #123
- Bump OpenTelemetry.Extensions.Hosting from 1.8.0 to 1.8.1 by @dependabot in #124
Full Changelog: v1.11.0...v1.12.0
v1.11.0
✍️ What's Changed
- Add
/muzakbot-info
slash command by @Smalls1652 in #120
⛓️ Dependency updates
- Bump azure/container-apps-deploy-action from 1 to 2 by @dependabot in #116
- Bump azure/login from 1 to 2 by @dependabot in #117
- Bump Microsoft.EntityFrameworkCore.Design from 8.0.3 to 8.0.4 by @dependabot in #118
- Bump Azure.Identity from 1.11.0 to 1.11.1 by @dependabot in #119
Full Changelog: v1.10.3..v1.11.0
v1.10.3
✍️ What's Changed
- Change model to gpt-4-turbo by @Smalls1652 in #114
🧹 Maintenance
- Add deploy to Azure job for MuzakBot by @Smalls1652 in #115
⛓️ Dependency updates
- Bump Microsoft.IdentityModel.JsonWebTokens from 7.5.0 to 7.5.1 by @dependabot in #104
- Bump Microsoft.EntityFrameworkCore.Abstractions from 8.0.3 to 8.0.4 by @dependabot in #105
- Bump Azure.Identity from 1.10.4 to 1.11.0 by @dependabot in #106
- Bump Microsoft.EntityFrameworkCore.Analyzers from 8.0.3 to 8.0.4 by @dependabot in #107
- Bump Microsoft.EntityFrameworkCore from 8.0.3 to 8.0.4 by @dependabot in #108
- Bump Microsoft.EntityFrameworkCore.Sqlite and Microsoft.EntityFrameworkCore.Relational by @dependabot in #109
- Bump OpenTelemetry.Instrumentation.Http from 1.8.0 to 1.8.1 by @dependabot in #110
- Bump Microsoft.Azure.Cosmos from 3.38.1 to 3.39.0 by @dependabot in #111
- Bump Microsoft.EntityFrameworkCore.Cosmos from 8.0.3 to 8.0.4 by @dependabot in #113
Full Changelog: v1.10.2...v1.10.3
v1.10.2
Overview
I made big error. Make sure you use the correct image tags for the container image build, kids.
🪳 Bug Fixes
- Fix broken entrypoint for GeniusService container by @Smalls1652 in #103
Full Changelog: v1.10.1..v1.10.2