8000 Releases · tosuapp/tosu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tosuapp/tosu

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)

2.1.1

26 Feb 09:01
Compare
Choose a tag to compare

2.1.1 (2024-02-26)

Bug Fixes

  • replace signature for tourney spectator (ed12124)

2.1.0

25 Feb 23:21
Compare
Choose a tag to compare

2.1.0 (2024-02-25)

Features

  • Add api to calculate pp for a map with custom parameters (7c03eb8)

Bug Fixes

  • Rename fields for api v2 (78a88b6)
  • Replace full url with pathname (d8233e4)
  • stringify message once (c512928)

2.0.0

19 Feb 18:34
Compare
Choose a tag to compare

2.0.0 (2024-02-19)

⚠ BREAKING CHANGES

  • Merge (#44) API v2

Features

  • add fields from v2 to v1 (450fef2)
  • add json route for `websocket/v2/keys (804c0a7)
  • Create v2 endpoints. Json & WebSocket (f7f2737)
  • disable autoupdater for development (937a2c4)
  • Display content of the songs and skin folders (f0d37a1)
  • Merge (#44) API v2 (ede27fc)
  • Move tosu/api to server/ (fc8d65f)
  • Move keyOverlay to their own socket (only v2) (1b6430b)
  • Reload config file on the fly (ae72f56)
  • Rename isConnected to rawBanchoStatus + add rawLoginStatus (79f8b36)

Bug Fixes

  • add socket handler to reduce the code (238fbc1)
  • Combine functions into one file + remove duplicates (b494b52)
  • Create static folder if doesnt exist in root folder of the program (5dbc2e8)
  • cyclic (49e49f8)
  • disable autoUpdate for dev mode (3f45765)
  • Fix incorrect rounding leading to results like 1.0 when it's 0.99 (585ee10)
  • fixes (5a5301b)
  • forget about this file (fa6a7df)
  • guard condition (22830d7)
  • Logger (82e049e)
  • make tournament scans async (8ff5f03)
  • Modes order (9c8c2ce)
  • Move to own file (ccc964c)
  • Naming for api routes (fdfaa97)
  • no src for common, server, updater (578a8bb)
  • optimization for multiple connections (fb06ca6)
  • Remove naming confusion (5b85e0f)
  • Remove some extensions (fe7e092)
  • Rename fields to be consistant (d9dd0d7)
  • Rename IsLoggedIn pattern name to follow rest of patterns (680d2b0)
  • Rounup to 2 digits (7143011)
  • Sometimes there is null (no clue why) (b447855)
  • ts ignore (fe648fb)
  • Types and namings (0c07369)
  • use buffer to make bigint value for ticks converter (8d7ddf9)
  • Use string instead of Date for resultScreen.createAt (a9d8f71)
  • Use url pathname, instead of full url with query (ca9c50b)

1.9.1

16 Feb 20:41
Compare
Choose a tag to compare

(hotfix)

1.9.1 (2024-02-16)

Bug Fixes

0