Releases: BeeStation/rust-g
Releases · BeeStation/rust-g
v3.1.3
v3.1.2
v3.1.1
What's Changed
Full Changelog: v3.1.0...v3.1.1
https://github.com/tgstation/rust-g/releases for full CLs
This release is not from upstream, and thus does not necessarily match the same version numbers.
v3.1.0
What's Changed
New Contributors
Full Changelog: v1.2.0...v3.1.0
https://github.com/tgstation/rust-g/releases for full CLs
v1.2.0
What's Changed
New Contributors
Full Changelog: 0.4.7.1...v1.2.0
https://github.com/tgstation/rust-g/releases for full CLs
v0.4.7.1
- Exposes http_request options in dm defines (tgstation#59)
- Add XXHash64 to hashing functions (tgstation#60)
v0.4.7
- Improve build instructions (partially by PJB, tgstation#47)
- Add file_exists function (by ZeWaka, tgstation#43)
- Improve the way the rust_g.dm file is generated (by ninjanomnom)
- Add unzip module (by Cyberboss, tgstation#53)
- Add dmi_resize_png function (by ShadowLarkens, tgstation#39)
- Add cellularnoise module (by EdgeLordExe, tgstation#57)
v0.4.6.1
Add dmi_resize_png (by ShadowLarkens tgstation#39)
Adds unzip module (by Cyberboss tgstation#53)
v0.4.6
Improve SQL concurrency (by aspen, tgstation#38)
Add file_exists function (by ZeWaka, tgstation#43)
Add json_is_valid to check JSON documents against a maximum recursion depth (by Jaredfogle, tgstation#46)
Internal code quality improvements