Skip to content

Releases: llllllllll/slider

v0.8.2

12 Apr 18:30
Compare
Choose a tag to compare
  • change slider follow radius from 3 to 2.4 for sliderbreak calculation (#120)

v0.8.1

15 Feb 16:14
Compare
Choose a tag to compare
  • dont pack beatmap / beatmapset id if not present
  • fix computation of inherited slider velocity when greater than 10x

v0.8.0

06 Sep 00:48
Compare
Choose a tag to compare
  • fix error on catmull sliders with one control point
  • add new_combo and combo_skip attributes for all hit objects
  • export all hit objects from __init__

v0.7.0

28 Jan 19:40
Compare
Choose a tag to compare
  • fix pp calc erroring
  • add Beatmap#true_slider_ticks, which is similar to Beatmap#slider_ticks but accounts for the legacy last tick offset.

v0.6.0

24 Apr 01:03
Compare
Choose a tag to compare
  • add new methods Beatmap#write_path, Beatmap#write_file, and Beatmap#pack to allow serializing beatmaps back to a string or file (after potentially making changes to values of the beatmap)
  • fix bookmarks not being parsed

v0.5.4

07 Jan 20:07
Compare
Choose a tag to compare
  • fix maps with float x and y positions failing to parse

v0.5.3

17 Oct 00:21
Compare
Choose a tag to compare
  • make click an optional dependency
  • fix api user retrieval erroring for users that have never set a play

v0.5.2

08 Aug 19:39
Compare
Choose a tag to compare
  • make HitObject#hard_rock, HitObject#half_time, and HitObject#double_time idempotent (see #80 for reasoning and more info)
  • fix error when parsing user supporter event from api

v0.5.1

21 May 05:21
Compare
Choose a tag to compare
  • add library#beatmap_cached method to check if a beatmap is currently cached by the library
  • fix replay#hits erroring

v0.5.0

17 Apr 02:29
Compare
Choose a tag to compare
  • fix old beatmap versions failing to parse
  • fix ActionBitMask not returning proper values
  • add an option to the cli to skip beatmaps that cause errors when parsing a folder of beatmaps (--skip-exceptions)
  • add __repr__ for Action