diff options
| author | Cory J Reid <[email protected]> | 2023-07-19 21:28:02 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-19 22:28:02 -0500 |
| commit | 9c6d2a7acf350ce563d3b4201cd9f18587e222da (patch) | |
| tree | a9c20dfe6843d0823825d4f71ae9c99fb9290eab /CHANGELOG.md | |
| parent | 2eb2b6d045386d3e0558fbf10b7157b03c7d5f02 (diff) | |
| download | muse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.tar.xz muse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.zip | |
Add pagination to the output of the `favorites list` command (#954)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6001b44..0b66b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |
