Releases: tgstation/rust-g
Releases · tgstation/rust-g
v0.4.5
- Add option to disable log timestamping (by actioninja, #20)
- Add Perlin noise functions (by 4dplanner, #28)
- Add an asynchronous parameterized MySQL client (by steamport, #25)
- Improve README and code quality
v0.4.4
- Make create_png create missing directories (#22)
- Port Skull132's HTTP system (#23)
v0.4.3
- Add dmi_create_png function (#21)
v0.4.2
- Add
file_append
function to complement file_read
and file_write
(#12).
- Only the first line of a log entry is timestamped (#13).
- Initial lines start with
[YYYY-MM-DD HH:MM:SS.SSS]
.
- Further lines start with
-
.
v0.4.1
- Add git module for reading revision info with libgit2 (#9)
v0.4.0
- Add DM API generator and ability to include/exclude features (#3)
v0.1.1
This release is much smaller thanks to using the MSVC toolchain.