Skip to content

v5.2.4

Choose a tag to compare

@Liam-DeVoe Liam-DeVoe released this 13 Oct 16:03
· 63 commits to master since this release
  • store all score info attributes in ReplayMap and ReplayPath
    • these attributes are: count_300, count_100, count_50, count_geki, count_katu, count_miss, score, max_combo, and is_perfect_combo (plus life_bar_graph for ReplayPath)
  • rework loader exception handling. Most of the exception hierarchy has been removed. The remaining exceptions are: APIException, InvalidKeyException, ReplayUnavailableException, and NoInfoAvailableException
  • switch license from MIT to GPL3