Skip to content

1.3.0 Released

Compare
Choose a tag to compare
@KodingBTW KodingBTW released this 29 Apr 02:40
· 11 commits to main since this release
b8c540a

V1.3.0

  • Graphical interface added

  • Maintained legacy CLI (Watch cli_commands.txt)

  • Tons of new options added

  • Support 2 bytes, 3 bytes and 4 bytes pointers for
    little and big endian.

  • Now you can save and load .json configs

  • You can select whether you want comments on lines.

  • Added the use of custom brackets for raw hexadecimals.

  • Option to fill the free space with a specific byte.

  • Support for split pointers (LSB/MSB).

  • Smart function that allows you to ignore any control
    code at the beginning of a line that is equal to the
    end-of-line code.

  • Function that ignores the use of an end-of-line code
    to count pointers. (It will split based on the length of
    the pointer; to insert each line in the file, it will be
    a pointer.)

  • Added About tab

  • Added Reset fields tab

  • Optimized code