Skip to content

Renames, Ranges, and the Copy Command

Latest
Compare
Choose a tag to compare
@kolinkrewinkel kolinkrewinkel released this 17 Aug 18:57

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.