Skip to content

Releases: tosuapp/tosu

4.2.0

24 Jan 13:47
Compare
Choose a tag to compare

What's Changed

  • feat: Add a new header setting type by @KapiWilq in #263
  • Implement range support for files/beatmap/audio, added new values for api v2, Fix grades for lazer and widlcard support for ALLOWED_IPS by @cyperdark in #283
  • fix: update to lazer 2025.118.2 by @xxCherry in #286
  • Update beatmap status even if checksum the same by @cyperdark in #285

New Contributors

Full Changelog: v4.1.7...v4.2.0

4.1.7

16 Jan 11:19
Compare
Choose a tag to compare

What's Changed

  • Change configurationAddr and check for skinAddr is zero by @KotRikD in #277

Full Changelog: v4.1.6...v4.1.7

4.1.6

08 Jan 13:22
Compare
Choose a tag to compare

🚀CODE SIGNING ON WINDOWS!

Now tosu is code signed! Thanks by awesome company SignPath.io

Full Changelog: v4.1.5...v4.1.6

4.1.4

27 Dec 23:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

4.1.3

10 Dec 07:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

4.1.2

09 Dec 19:13
Compare
Choose a tag to compare

4.1.2 (2024-12-09)

Bug Fixes

  • Do not create empty folder before extracting & send actual error (95b0419)
  • trying to read intptr 0 (9c5cf6e)
  • Update logs (9a42746)

4.1.1

07 Dec 16:46
Compare
Choose a tag to compare

4.1.1 (2024-12-07)

Bug Fixes

  • Fix naming for new fields (4dbd01f)

What's Changed

Full Changelog: v4.1.0...v4.1.1

4.1.0

07 Dec 06:43
Compare
Choose a tag to compare

4.1.0 (2024-12-07)

Features

  • read devserver argument (149dbec)
  • read user leaderboard id (27477b3)

Bug Fixes

  • fix unnecessary tournament chat reset (a144e45)
  • Remove gosu approach to send undefined for tourney field, if clients are not ready (ffa6017)
  • Remove RX and AP from pp and attributes calculation (a6d74a6)
  • Switch api URL (cc7ead6)
  • try fixing game base checker (eb2d3c3)
  • Update rosu-pp to version 2.0.0 (b03e853)

What's Changed

Full Changelog: v4.0.1...v4.1.0

4.0.1

14 Nov 20:08
Compare
Choose a tag to compare

4.0.1 (2024-11-14)

Bug Fixes

  • Extend text box size to fit in decimals (a081abd)
  • Fix -1pp on some of SC overlays (24d0caf)
  • Fix updating same name counters (bba98e4)
  • Fix wrong pp in result screen (7ee40e1)
  • Hide settings pop-up when exiting overlay editing (c19d1fc)
  • reset gamebase if it's invalid (69e52f5)

What's Changed

Full Changelog: v4.0.0...v4.0.1

4.0.0

12 Nov 20:22
Compare
Choose a tag to compare

4.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • Added lazer support
  • Added compability api for StreamCompanion (04cc3c6)
  • Added CSR Rework (9c43f4e)
  • Allow running both lazer and stable, and change data accordingly (c6204ba)
  • Check for updates on Installed tab (a97006e)
  • New ingame overlay (bc99ba5)
  • New shortcut routes for beatmap files (4a2480e)
  • Show amount of pp counters in installed and available (f5512d1)

Bug Fixes

  • Fix beatmap gamemode & New field isConvert in v2 api (6331b4f)
  • Use platform file extension instead of .exe (60368d7)

@xxCherry @cyperdark