chisel v2.0.1 Release Notes
Release Date: 2020-08-17 // about 4 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 supportsCVPixelBuffer
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