v0.2.3
This commit is contained in:
+5
-2
@@ -1,12 +1,14 @@
|
||||
## Upcoming
|
||||
|
||||
# v0.2.3
|
||||
|
||||
- Reduced amount of required features of `async_std` and `async_tokio`
|
||||
- Fixed a panic for some mania difficulty calculations on converts
|
||||
- Updated the difficulty & pp changes from 21.07.27
|
||||
- Fixed dead loop when reading empty `.osu` files ([#2] - [@Pure-Peace])
|
||||
- Updated osu's clockrate bugfix for all modes
|
||||
|
||||
# v0.2.2
|
||||
## v0.2.2
|
||||
|
||||
- osu & fruits:
|
||||
- Fixed specific slider patterns
|
||||
@@ -51,4 +53,5 @@
|
||||
|
||||
[@Pure-Peace]: https://github.com/Pure-Peace
|
||||
|
||||
[#1]: https://github.com/MaxOhn/rosu-pp/pull/1
|
||||
[#1]: https://github.com/MaxOhn/rosu-pp/pull/1
|
||||
[#2]: https://github.com/MaxOhn/rosu-pp/pull/2
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rosu-pp"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["MaxOhn <ohn.m@hotmail.de>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user