Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Dec 3, 2024
1 parent 6e19394 commit 51a3038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
# v2.0.0 (2024-12-03)

Updated all modes' difficulty and performance calculation. See osu!'s newspost for more info: <https://osu.ppy.sh/home/news/2024-10-28-performance-points-star-rating-updates>

Expand Down Expand Up @@ -30,14 +30,16 @@ Updated all modes' difficulty and performance calculation. See osu!'s newspost f
- Renamed `TaikoDifficultyAttributes::hit_window` to `great_hit_window`
- The method `OsuScoreState::accuracy` now takes an `OsuScoreOrigin` as argument
- Bumped both the dependencies `rosu-map` and `rosu-mods` to their version `0.2`
- The `compact_strains` feature has been removed. Instead, there now is a `raw_strains` feature
which is *not* enabled by default.

- __Additions:__
- osu!standard and osu!mania performance calculation now differs between lazer and stable so there
are methods like `OsuPerformance::lazer`, `Difficulty::lazer`, ... to specify a boolean. **Defaults to `true`**
- Added the methods `large_tick_hits`, `small_tickhits`, and `slider_end_hits` for `OsuPerformance` and
`Performance`. These are important to be specified for lazer scores.

# v1.1.0 (2024-07-10)
## v1.1.0 (2024-07-10)

- __Additions:__
- Mods no longer need to be specified through their legacy bitflags. Instead, [`rosu-mods`] is being used to accept any type that's convertible into the new `rosu-pp` type "`GameMods`". Currently, those types are:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "1.1.0"
version = "2.0.0"
edition = "2021"
authors = ["MaxOhn <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 51a3038

Please sign in to comment.