Prepare for v2.1.2

main
DaXcess 2023-09-28 13:48:46 +02:00
parent 4a90cb8718
commit d2a2b2205d
No known key found for this signature in database
GPG Key ID: CF78CC72F0FD5EAD
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,6 @@
# Changelog # Changelog
## Current dev branch ## 2.1.2 | September 28th 2023
In this section of the change log all current changes that have been made since the last version will be documented. This list will grow as more changes are made, until the next release. Upon the next release the list will be cleared.
### Changes ### Changes
* Removed OpenSSL dependency * Removed OpenSSL dependency
@ -9,6 +8,9 @@ In this section of the change log all current changes that have been made since
* Added cross compilation to Github Actions * Added cross compilation to Github Actions
* Added `dev` branch to Github Actions * Added `dev` branch to Github Actions
* Removed hardcoded URL in the /join command * Removed hardcoded URL in the /join command
* Fixed an issue in /playing where the bot showed it was playing even though it was paused
**Full Changelog**: https://github.com/SpoticordMusic/spoticord/compare/v2.1.1...v2.1.2
## 2.1.1 | September 23rd 2023 ## 2.1.1 | September 23rd 2023
Reduced the amount of CPU that the bot uses from ~15%-25% per user to 1%-2% per user (percentage per core, benched on an AMD Ryzen 9 5950X). Reduced the amount of CPU that the bot uses from ~15%-25% per user to 1%-2% per user (percentage per core, benched on an AMD Ryzen 9 5950X).
@ -16,7 +18,7 @@ Reduced the amount of CPU that the bot uses from ~15%-25% per user to 1%-2% per
### Changes ### Changes
* Fixed issue #20 * Fixed issue #20
**Full Changelog**: https://github.com/SpoticordMusic/spoticord/compare/v.2.1.0...v2.1.1 **Full Changelog**: https://github.com/SpoticordMusic/spoticord/compare/v2.1.0...v2.1.1
## 2.1.0 | September 20th 2023 ## 2.1.0 | September 20th 2023
So, it's been a while since I worked on this project, and some bugs have since been discovered. So, it's been a while since I worked on this project, and some bugs have since been discovered.
@ -36,7 +38,7 @@ The main focus for this version is to stop using multiple processes for every pl
- After skipping a song, you will no longer hear a tiny bit of the previous song after the silence - After skipping a song, you will no longer hear a tiny bit of the previous song after the silence
**Full Changelog**: https://github.com/SpoticordMusic/spoticord/compare/v2.0.0...v.2.1.0 **Full Changelog**: https://github.com/SpoticordMusic/spoticord/compare/v2.0.0...v2.1.0
### Issues ### Issues
- Currently, the CPU usage is much higher than it used to be. I really wanted to push this update out before taking the time to do some optimizations, as the bot and server are still easily able to hold up the limited amount of Spoticord users (and v2.0.0 was just falling apart). Issue is being tracked in #20 - Currently, the CPU usage is much higher than it used to be. I really wanted to push this update out before taking the time to do some optimizations, as the bot and server are still easily able to hold up the limited amount of Spoticord users (and v2.0.0 was just falling apart). Issue is being tracked in #20

View File

@ -1,6 +1,6 @@
[package] [package]
name = "spoticord" name = "spoticord"
version = "2.1.1" version = "2.1.2"
edition = "2021" edition = "2021"
rust-version = "1.65.0" rust-version = "1.65.0"