Skip to content

Releases: KotRikD/tosu

3.1.0

30 Aug 19:12
Compare
Choose a tag to compare

3.1.0 (2024-08-30)

Features

3.0.1

10 Aug 09:33
Compare
Choose a tag to compare

3.0.1 (2024-08-10)

Bug Fixes

  • Fix broken --update argument (52eac7e)
  • missed readByte (68c0e99)
  • Prevent reading gameplay data before first object (mainly because of mania)( (27b959a)
  • read addresses as uint32 instead of int64 (b66ea31)
  • remove extra format argument (489aaa1)
  • remove extra format qualifier (15a2f02)

3.0.0

07 Aug 09:11
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

3.0.0 (2024-08-07)

⚠ BREAKING CHANGES

  • add linux support

Features

Bug Fixes

  • Check sudo permissions on linux (5b952e4)
  • Fix path issue for config.ini and static folder (41d0093)
  • Fix path to osu!.exe for linux (2146ad8)
  • remove sudo enforcement (39373bd)
  • update game time pattern (cf6d758)

Thanks to @xxCherry and @cyperdark !

2.10.0

29 Jul 07:59
Compare
Choose a tag to compare

2.10.0 (2024-07-29)

Bug Fixes

  • Attempt to fix null pointer once again (e056d7f)
  • FIx 0pp after retry (bf3cac7)
  • Move isReplayUiHidden toi AllTimesData (3043837)
  • Re:run updateMapMetadata if unable to get beatmap (57c8fcf)
  • Use SS pp in resetCurrentAttributes instead of 0.0 (74867bf)

2.9.2

23 Jul 08:43
Compare
Choose a tag to compare

2.9.2 (2024-07-23)

Bug Fixes

  • AllTimesData update logic (2ab498f)
  • Add update delay only to tournaments (a6d1bb0)
  • Added proper credits (04a9710)
  • Attempt to fix null pointer passed to rust (a369786)
  • Fix calculatePP option (c3f6918)
  • Optimize calculate/pp api and fix memory leak (402d7f5)
  • Set values directly, instead of using functions (401fb6f)
  • Split result screen performance calculation (37fefb4)
  • stop updating if not-ready (da0216a)
  • Update beatmap metadata before everything (802250a)
  • Update graph separately on mp3Length change (1810ab2)
  • Update scoreBase directly inside updateHitErrors (fb254de)
  • Use UTC+0 date on result screen (5c072b5)

2.9.1

14 Jul 07:53
Compare
Choose a tag to compare

2.9.1 (2024-07-14)

Features

  • new field online_id to v2 route (a1c6d88)

2.9.0

10 Jul 21:29
Compare
Choose a tag to compare

2.9.0 (2024-07-10)

Features

  • Add keyOverlay and HitErrors to v2/precise (0be41e7)
  • Added ipcId to tourney clients (cbda113)

Bug Fixes

  • incorrect pp for accuracy in menu (2939ddb)
  • Use own argument parser to parse osu arguments (2aa747f)

2.8.1

01 Jul 16:19
Compare
Choose a tag to compare

2.8.1 (2024-07-01)

Bug Fixes

  • FIx graph offset on the maps with long sliders at the end (a027b44)
  • Fix incorrect realtime pp from previous update (a39dbdb)
  • Fix result screen pp (df7a0aa)

2.8.0

30 Jun 05:45
Compare
Choose a tag to compare
2.8.0 Pre-release
Pre-release

2.8.0 (2024-06-30)

Features

  • Added beatmap Mode, and calculate real time stars in editor (974321e)
  • More data for Result screen (api v2) (67e51dc)
  • Move current beatmap time to v2/precise (e799ebe)

Bug Fixes

  • Fix default values in gameplay (ffa2600)
  • FIx graph X axis (api v2) (787c0ec)
  • switch to new rosu-pp version (7870d53)

2.7.1

03 Jun 09:24
Compare
Choose a tag to compare

2.7.1 (2024-06-03)

Features

  • FIlters for incoming ws data (49b70ed)

Bug Fixes

  • friend ranking can provide more than 100 entires (WTF) (59b4435)