chisel v2.0.1 Release Notes

Release Date: 2020-08-17 // over 3 years ago
  • ๐Ÿš€ Pushing a minor release to fix a Python 3 issue (d5f155d) as well as to sync brew with latest naming convention (deb751e).

    ๐Ÿ›  Fixes:

    • Replace xrange with range to fix Python 3 issue (d5f155d) - thanks to @kastiglione!
    • Renaming all fblldb* to fbioslldb* to avoid conflict with lldb (deb751e) - thanks to @aadsm

    ๐Ÿ†• New Features:

    • ๐Ÿ†• New copy command that can be used to copy any NSURL or NSData to the host machine (0c9ee31) - awesome new tool by Chris Ellsworth.
    • ๐Ÿ‘ visualize now supports CVPixelBuffer without any boilerplate - thanks again to Chris Ellsworth.

Previous changes from v2.0.0

    • ๐Ÿ‘ Python 3 support (#272 / #266) - huge thank you to @liuliu!
    • โž• Add 'uikit' command to import UIKit (#258) - thanks @logicxd
    • ๐Ÿ›  Fixes for the sequence command - thanks @kastiglione
    • Removal of pca command - @kastiglione
    • โšก๏ธ Update the license (to MIT), copyright, and add a Code of Conduct