Releases: willox/auxtools
Releases · willox/auxtools
Debug Server v2.3.3
What's Changed
- Dual 514-515 compat (+ reformatting) by @Absolucy in #85
- Note: Only 514.1589 and 515.1633 are tested and officially supported, altho other similar builds will prolly work (no guarantees, tho)
Full Changelog: v2.3.2...v2.3.3
Debug Server v2.3.2
What's Changed
- BYOND 515.1633 stable compat (incl. breakpoints!) by @Dimach (with some optimizations from @Absolucy) in #84
Full Changelog: v2.3.1...v2.3.2
Debug Server v2.3.1
What's Changed
- 1616 debugging by @vvvv-vvvv in #79
- Update debug_server version to 2.3.1 by @Absolucy in #82
New Contributors
- @vvvv-vvvv made their first contribution in #79
Full Changelog: v2.3.0...v2.3.1
Debug Server v2.3.0
yolo
What's Changed
- Allow auxcov to be used by consumers that also use auxtools by @Cyberboss in #72
- Add Windows signatures for 515.1616 by @itsmeow in #75
- Update Cargo.lock to fix compile error with
guard
by @Absolucy in #76 - Bump
debug_server
version to 2.3.0 by @Absolucy in #77
New Contributors
Full Changelog: v2.2.4...v2.3.0
Debug Server v2.2.4
- BYOND 515.1606 (Windows) support
- Variables window no longer renders associative lists incorrectly when they contain numbers
Debug Server v2.2.3
- BYOND 514.1585 (Windows) support
Debug Server v2.2.2
- BYOND 514.1561 (Windows) support
rgb()
with color space params support
Debug Server v2.2.0
Adds (windows only) memory profiler. For info on how to use it just run #mem_profiler help
.
Debug Server v2.1.0
- Adds the
#guest_override
debug console command. This can be used to change the CKey used by connecting guests and allows for multiple guests from a single machine to connect to a server.
Debug Server v2.0.0
- expression evaluation (baby steps)
- super hacky BYOND-crash catcher (Windows only)