Releases: CommitteeOfZero/RegionalDialect
Releases · CommitteeOfZero/RegionalDialect
v1.0.17
v1.0.16
Forgot to call original function when resetting options to default
v1.0.15
Fix crash-causing underflow(?) in MESsetNGflag reimplementaton
v1.0.14
Add safety check to rd::mem::Overwrite to avoid writing to invalid me…
v1.0.13
Function parity with LB64 (Bugfix + Nametag option default)
v1.0.12
Refactored MESsetNGflag, also taking advantage of the new StringToken…
v1.0.11
Refactored custom instruction insertion function - Switched from multiple calls to a single function with hardcoded parameters to a single call to a single function - Better json error detection by matching instruction names in the json against the static map instead of the opposite - Less hardcoded values, and so removed redundant static_assert for key presence in map (less error-prone) - Reduced function macro code footprint for less confusion
v1.0.10
Added clarifications to macro expansion (also testing commit signing)
v1.0.9
Remove erroneous hardcoded custom instruction to be inserted and swit…
v1.0.8
Favor the use of std::string_view over std::string and char * where a…