Releases: tosuapp/tosu
Releases · tosuapp/tosu
2.0.0
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
toserver/
(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
1.9.0
1.9.0 (2024-02-15)
Features
- english version (6de5912)
- native http server (99d210a)
- switch from
find-process
to rust alternative (a98279b) - WIP: detailed env config (53bf3eb)
Bug Fixes
- attempt to fix len 0 at index 0 (49a08da)
- Empty background path (0f8379c)
- Fix startup issues with beatmap folder (3a592b6)
- graph length for dt/ht (d821a29)
- Incorrect graph offset + add missing points to graph (b43b621)
- Make folders path gosu compatible (#39) (5409099)
- memory leak + tournament client (ba8edbf)
- mit x 2021 (57664c7)
- Place .env in the same directory as executable (df14e91)
- Remove NM name from mods str (0957b58)
- remove unzipper from main repo (a974ddf)
- Reset pp data on retry + enhance (139cc2d)
- round bpm & multiple it by speedRate (DT/HT) (5dc8f7a)
- use wLogger instead of console (5a571cf)