Skip to content

Pre-release 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SkyEye-FAST SkyEye-FAST released this 17 Sep 16:18

Full Changelog: v0.0.1...v0.1.0

  • Added glyph storage feature.
    • Class Glyph
      • Objects that store code points and corresponding glyphs.
    • Class GlyphSet
      • Objects that store a set of Glyph objects.
      • Supports adding, removing, updating, getting glyphs, etc.
      • Supports calling magic methods to complete the above operations.
  • Supported loading and saving .hex files via function load_hex_file() and save_hex_file().