Releases: Lekuruu/chio.py
Releases · Lekuruu/chio.py
1.1.20
1.1.19
What's Changed
- Added
format_chat_linkfunction to io objects - Added automatic chat link replacement to make them work under clients before b20121212
Full Changelog: 1.1.18...1.1.19
1.1.18
What's Changed
- Allow #announce messages in clients without channels by @ascenttree in #8
New Contributors
- @ascenttree made their first contribution in #8
Full Changelog: 1.1.17...1.1.18
1.1.17
What's Changed
- Added missing
LoginErrorenum values - Fixed
b504->b535client definition - Fixed server switch packet in
b20130604 - Fixed spectate frames packet without
extrasupport - Added
.ideaproject settings folder for development - Overall project cleanup
Full Changelog: 1.1.16...1.1.17
1.1.16
What's Changed
- Added a higher packet size limit for
OsuBeatmapInfoRequestpackets
Full Changelog: 1.1.15...1.1.16
1.1.15
1.1.14
Hotfix for previous release, which fixes the compression disable flag
Full Changelog: 1.1.13...1.1.14
1.1.13
What's Changed
- Added a way to disable compression for clients that support it
Full Changelog: 1.1.11...1.1.13
1.1.11
What's Changed
- Extend warning log for clamping values
bundle.extrainside replay frames was set to bes32instead ofu32- Removed usage of user ID conversion in stats updates, due to osu! not liking it
- Added backport for restart packet
- Added workaround for bug where client doesn't set status to "Playing"
- Added missing
NotSubmittedstatus to ranked status enum - Added converter for ranked status changes in beatmap info reply
- Added converter for status enum changes
Full Changelog: 1.1.10...1.1.11
1.1.10
What's Changed
Hotfix for 1.1.9:
All packets should be written at once to the stream, to avoid concurrency issues.
This was noticeable after loadtesting the test server, with clients "timing out" suddenly.
Full Changelog: 1.1.9...1.1.10