Add pagination to the output of the favorites list command (#954)

Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
Cory J Reid 2023-07-19 21:28:02 -06:00 committed by GitHub
parent 2eb2b6d045
commit 9c6d2a7acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 192 additions and 36 deletions

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [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