Skip to content

Commit

Permalink
Merge branch 'master' into favorites-list-with-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
coryjreid authored Jul 19, 2023
2 parents 82f4890 + 2eb2b6d commit 0771b06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.0] - 2023-07-15
## [2.4.0] - 2023-07-19
### Added
- Pagination to the output of the `favorites list` command

### Fixed
- Favorites list exceeding Discord's size limit could not be
viewed ([#606](https://github.com/codetheweb/muse/issues/606))

## [2.3.1] - 2023-07-18
### Fixed
- Bumped ytdl-core

## [2.3.0] - 2023-05-13
### Added
- Muse now normalizes playback volume across tracks. Thanks to @UniversalSuperBox for sponsoring this feature!
Expand Down Expand Up @@ -250,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[unreleased]: https://github.com/codetheweb/muse/compare/v2.3.0...HEAD
[unreleased]: https://github.com/codetheweb/muse/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/codetheweb/muse/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/codetheweb/muse/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/codetheweb/muse/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/codetheweb/muse/compare/v2.2.2...v2.2.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muse",
"version": "2.3.0",
"version": "2.3.1",
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
"repository": "[email protected]:codetheweb/muse.git",
"author": "Max Isom <[email protected]>",
Expand Down Expand Up @@ -112,7 +112,7 @@
"sync-fetch": "^0.3.1",
"tsx": "3.8.2",
"xbytes": "^1.7.0",
"ytdl-core": "^4.11.4",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.2"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4486,10 +4486,10 @@ yocto-queue@^1.0.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

ytdl-core@^4.11.4:
version "4.11.4"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.4.tgz#0ee2bd04d8effa7b8762a3ba0e3d038e37dc10f2"
integrity sha512-tsVvqt++B5LSTMnCKQb4H/PFBewKj7gGPJ6KIM5gOFGMKNZj4qglGAl4QGFG8cNPP6wY54P80FDID5eN2di0GQ==
ytdl-core@^4.11.5:
version "4.11.5"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.5.tgz#8cc3dc9e4884e24e8251250cfb56313a300811f0"
integrity sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA==
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
Expand Down

0 comments on commit 0771b06

Please sign in to comment.