Skip to content

Releases: tosuapp/tosu

3.4.0

05 Oct 08:40
Compare
Choose a tag to compare

3.4.0 (2024-10-05)

Features

Bug Fixes

  • Actually open dashboard on startup (471eb24)
  • Add other platforms to open counter link api (aa9a207)
  • Reduce slow load for installed tab (78eac1f)
  • Show note instead of hiding counter when it's downloaded (9954526)

What's Changed

Full Changelog: v3.3.1...v3.4.0

3.3.1

23 Sep 07:53
Compare
Choose a tag to compare

3.3.1 (2024-09-23)

Bug Fixes

3.3.0

20 Sep 09:42
Compare
Choose a tag to compare

3.3.0 (2024-09-20)

Features

  • Write logs to a file (only in debug) (971d205)

Bug Fixes

  • Try to fix null pointer which cause zero pp sometimes (6c1682e)

3.2.2

16 Sep 16:19
Compare
Choose a tag to compare

3.2.2

What's Changed

  • Fixes setting game folder on certain linux osu-winello configurations by @TomyBDev in #187
  • Bring back page How to install a counter & bug fixes by @cyperdark in #186

Full Changelog: v3.2.1...v3.2.2

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)