Skip to content

v0.0.7

Compare
Choose a tag to compare
@timrid timrid released this 16 Jun 19:13
· 176 commits to main since this release

Enhanced ConstructEditor:

  • added support for cs.GreedyBytes
  • cs.Bytes and cs.GreedyBytes are now changeable in the ConstructEditor
  • when an object in the ConstructEditor is changed and the binary data is recalculated, then the binary data is parsed again, to recalculate all values that may depend on the changed object (eg. for cs.Peek)
  • fixed dependency error. wxPython>=4.1.1 is needed. see #2
  • cs.GreedyRange now also supports "List View"
  • some other small bugfixes