Skip to content

Releases: tosuapp/tosu

3.5.1

13 Oct 13:31
Compare
Choose a tag to compare

What's Changed

  • chore: bump pnpm by @KotRikD in #203
    cyperdark fucked up once again

Full Changelog: v3.5.0...v3.5.1

3.5.0

13 Oct 12:37
Compare
Choose a tag to compare

3.5.0 (2024-10-13)

Features

  • Socket and Api access permissions (6d6a2d8)
  • Added beatmap stats to each player (9321e33)
  • New counter setting Textarea (25344d1)
  • Rewrited Settings builder (ca317d4)
  • Rewritted Settings modal (1c76749)
  • Update button for pp counters (a66e98e)

Bug Fixes

  • Move counter settings to tosu/settings folder (adf0765)
  • store font locally (316a5f9)

What's Changed

Full Changelog: v3.4.0...v3.5.0

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)