Skip to content

2.0.0

Choose a tag to compare

@486c 486c released this 16 Mar 22:53
· 3 commits to master since this release

Summary

  • PP calculator updated to the CSR version (expect another release when rosu-pp is gonna be updated to the current pp version)
  • Fixed bug when pp calculator completely broke when starting mid-map
  • Now default endpoint is gosu-compatible one, but old rosu-memory endpoint is still available at /rws

🚀 Features

  • Introduce skin_folder field by @486c
  • Introduce chat_enabled field by @486c
  • Introduce md5 hash by @486c
  • Introduce max_bpm & min_bpm by @486c
  • Initial support for gosu compatible endpoint by @486c
  • Introduce precise_audio_time by @486c
  • (ci) Add artifacts uploading into CI by @486c

🐛 Bug Fixes

  • Remove debug prints by @486c
  • Fix grammar by @486c
  • Properly handle key overlay reading by @486c
  • Add more debug variables to debug counter by @486c
  • Fix slider breaks incorrect counting & set prev_combo properly by @486c
  • Calculate fc_pp correctly by @486c
  • Check if ruleset address is zero by @486c
  • Move all time values out of SongSelect block by @486c
  • Use i32 as addr by @486c
  • Fix tcp port by @486c
  • Fix windows build by @uzervlad
  • Fix windows & linux builds by @486c
  • (security) Update eyre by @486c
  • Use rosu-mem crate by @486c
  • Update to the rosu-pp v2.0.0 by @486c
  • Correctly start gradual calculator mid-map by @486c
  • Revert back smol dependency because it broke windows build by @486c
  • (ci) Split diffrent targets into diffrent directories when uploading artifacts by @486c