Skip to content

Releases: tosuapp/tosu

2.5.2

30 Mar 07:27
Compare
Choose a tag to compare

2.5.2 (2024-03-30)

Bug Fixes

  • Fix incorrect pp if fc (8c50e00)
  • Fix undefined which may crash program (0872879)

2.5.1

22 Mar 16:46
Compare
Choose a tag to compare

2.5.1 (2024-03-22)

Bug Fixes

  • Fix local counters path (#104) (cf32255)
  • fix tournament manager process order (70808b5)
  • format player name correctly (d99b4da)
  • tournament ipcId wrong reading and potentional fix for chat (3e8aee4)

2.5.0

10 Mar 16:26
Compare
Choose a tag to compare

2.5.0 (2024-03-10)

Features

  • Moved v2/keys to v2/precise (5daec8d)
  • remove some Async & While loops + editor pp (#88) (2c6f601)
  • Renamed KEYOVERLAY_POLL_RATE to PRECISE_DATA_POLL_RATE (bc9dadd)

Bug Fixes

  • don't use sizeof on wstring (db3dbd8)
  • FIx recursive counters path (90c3faa)
  • Move full error messages to debug (63c440c)
  • reset all gameplayData if TUPD doesn't in slot (d3e72dd)
  • Reset keyOverlay data (251834f)
  • reset TUPD on slot swap (cfb75cb)
  • Switch from fs.watchfile to setTimeout (77a441b)
  • Update fields instead of entire file (a77f737)

2.4.4

08 Mar 00:25
Compare
Choose a tag to compare

2.4.4 (2024-03-08)

Bug Fixes

  • don't use sizeof on wstring (db3dbd8)

(hotfix on hotfix)

2.4.3

07 Mar 19:30
Compare
Choose a tag to compare

hotfix to 2.4.2, because I forget update SongsFolder

2.4.3 (2024-03-07)

Bug Fixes

  • return SongsFolder reading (8dbfdb5)

2.4.2

07 Mar 19:03
Compare
Choose a tag to compare

2.4.2 (2024-03-07)

Bug Fixes

  • do not open another handle to process (de7ee37)
  • dont convert to c_str and read correct ipcId param (c461d24)

And many, many refactors to memory (very based)

2.4.1

06 Mar 18:55
Compare
Choose a tag to compare

2.4.1 (2024-03-06)

Bug Fixes

  • update offset to ObjectCount (6679fab)

2.4.0

06 Mar 16:26
Compare
Choose a tag to compare

2.4.0 (2024-03-06)

Features

  • Remove winston, since we only use colored console.log (dc01f8e)

Bug Fixes

  • gosu option in .env (e624e75)
  • memory leak on bindings states (e5bc281)
  • Refactor debug messages (00ed181)
  • use cached beatmap instead of opening it each time (fef47ae)

2.3.0

02 Mar 23:09
Compare
Choose a tag to compare

2.3.0 (2024-03-02)

Features

  • Comment out unsupported platforms. (3de1407)
  • Define artifact name as env variable (c5eb76e)

Bug Fixes

  • ci: glob (511cbce)
  • ci: return old style (9b32507)
  • improve deploy.yml (463d220)
  • updater can't unarchive and restart downloaded update :/ (03caca8)
  • user drawable caches and kernel panics if GC clears it (5c4548a)

2.2.0

01 Mar 16:03
Compare
Choose a tag to compare

2.2.0 (2024-03-01)

Features

  • Add body parsing for POST, PATCH, PUT requests (c4cf5e8)
  • Add button to open counter folder (f7f3d7a)
  • add config reader (#63) (1e03fb6)
  • Add header (33b4253)
  • Add pathname to request (35face6)
  • add search to counters page (b5c9dc0)
  • Add settings page (d667bcb)
  • Instruction page (59c1741)
  • package htmls into production build (a2922fc)
  • PP Counters Manager (9d134af)
  • Show config reloaded message only on if settings was updated (11fea7b)
  • Switch from unzipper to adm-zip (10f7d3e)
  • tourney: sort clients by ipc id (1d08d0d)

Bug Fixes

  • .prettierignore (0f82b69)
  • Add confirm menu for counter delete button (8bd7840)
  • Add encoding to responses (f7aeba9)
  • Add error handle to main page (fd9a0cc)
  • Create file only when request is started (707793b)
  • empty counters, missing option, delete local counter (1d0e4ea)
  • Fix closing old websocket connections (326c825)
  • Host files localy (6765241)
  • Iframe size fix + no counters message (9a97e64)
  • make spectating user permanent ptr (05b1731)
  • Minor api fixes (4518544)
  • o7 unzipper (4124294)
  • Remove download bar after it's finished (0d52588)
  • replayUIVIsible not working properly (11451cd)
  • Routes bug with regex (ace496d)
  • Sort files by date (ae5b874)