diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..16589cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ + +# Changelog + +## v1.0.0 - 2021-10-08 - Initial Release +The initial release of the Sunny Flowers Discord music bot. + +### Added +Sunny now supports the following commands: +- `join`: joins your voice channel +- `leave`: leaves the voice channel +- `play`: adds a song to the queue +- `play_next`: adds a song to the front of the queue +- `pause`: pauses the playback of the current song +- `resume`: resumes the playback of the current song +- `skip`: skips to the next song in the queue +- `stop`: stops the current song and clears queue +- `shuffle`: shuffles the queue +- `swap`: swaps two numbers in the queue from position +- `remove_at`: removes a song from the queue at a specific index +- `now_playing`: shows an embed containg info of the currently playing song +- `queue`: displays the songs coming up in the queue +- `help`: shows available commands, their aliases, and usage. + +### Known Bugs +- [#16](https://github.com/Druue/Sunny-Flowers/issues/16): Playlists behave buggy +- [#39](https://github.com/Druue/Sunny-Flowers/issues/39): Song metadata may not show correctly for raw music files +- [#54](https://github.com/Druue/Sunny-Flowers/issues/54): YouTube's age restricted videos don't play and fail silently diff --git a/Cargo.lock b/Cargo.lock index 318f1b5..018f6e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,7 +1438,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sunny_flowers" -version = "0.14.2" +version = "1.0.0" dependencies = [ "chrono", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 1594567..0368420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sunny_flowers" -version = "0.14.2" +version = "1.0.0" edition = "2018" authors = [ "Sophie ",