Skip to content

v1.3

Compare
Choose a tag to compare
@monkey0506 monkey0506 released this 30 Jun 14:28

v1.3 is more bug fixing. Specifically String.Format has a limit on the length of the returned String, so where applicable I've replaced it with instances of String.Append (which has no limit). Further I modified the way that stack objects get pushed in to make it more secure. Previously if you pushed the same stack copy onto a stack multiple times it could potentially corrupt the internal data structure. This version completely resolves that possibility.