This commit is contained in:
MaxOhn
2023-01-28 15:10:37 +01:00
parent 0c6d2e747f
commit 6cef427f17
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
## Upcoming
Nothing as of now
# v0.9.3 (2023-01-28)
- __Additions:__
- Added the method `ScoreState::total_hits`
- Added the trait methods `BeatmapExt::{mode}_hitobjects` which return a list of mode-specific processed `HitObject`s
@@ -8,7 +12,7 @@
- Lines with invalid curve points are now ignored instead of throwing an error while parsing
- Fixed a niche capacity overflow in curve generation
# v0.9.2 (2022-11-08)
## v0.9.2 (2022-11-08)
- __Adjustments:__
- When passing an osu!std map to `TaikoGradualDifficultyAttributes` or `ManiaGradualDifficultyAttributes`, it now automatically converts the map internally. For osu!catch it was already happening trivially.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.9.2"
version = "0.9.3"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2021"
license = "MIT"