v0.4
This release breaks compatibility to all older versions!
Code-breaking change:
- function
samplog_LogNativeCall
now requires a pointer to the native function's parameter array (this has been taken from the AMX structure directly before)
Other changes:
- catch
SIGINT
instead ofSIGTERM
on Linux - update fmt library
- general improvements