Releases: tosuapp/tosu
Releases · tosuapp/tosu
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
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
toadm-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
2.1.0
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)