All Versions
12
Latest Version
Avg Release Cycle
212 days
Latest Release
1319 days ago

Changelog History
Page 1

  • v2.0.1 Changes

    August 17, 2020

    ๐Ÿš€ 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.
  • v2.0.0 Changes

    February 19, 2020
    • ๐Ÿ‘ 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
  • v1.8.1 Changes

    October 12, 2018

    ๐Ÿš€ Minor release. Primary changes are:

  • v1.8.0 Changes

    March 12, 2018

    ๐Ÿš€ This release adds new commands benable & bdisable, sequence, and heapfrom, as well as bug fixes.

    ๐Ÿ†• New Commands

    • โž• Add benable & bdisable commands, providing convenient ability to control which breakpoints are enabled @sunbohong #230
    • โž• Add sequence command which is a simple but sometimes quite useful command to combine lldb commands @kastiglione #233
    • โž• Add heapfrom command which identifies heap pointers within a data structure @kastiglione #235

    ๐Ÿ›  Fixes

    ๐Ÿ‘€ Plus other smaller fixes, see: 1.7.1...1.8.0

  • v1.7.1 Changes

    January 05, 2018

    ๐Ÿš€ This minor release fixes an issue with Chisel.xcodeproj (#218).

  • v1.7.0 Changes

    January 04, 2018

    ๐Ÿ“š This release adds a new command, findinstances, fixes a bug (#209), and adds installation documentation.

    โšก๏ธ Updates

    • โž• Add findinstances which finds object instances in memory, by type and filtered by predicate (@kastiglione, #197, #216)
    • โž• Add a Chisel library (@kastiglione, #197)
    • โž• Add a Makefile for installing Chisel's library (@keith, #214)
    • ๐Ÿ‘Œ Improve the installation instructions in the README (@agisilaos, #199)
    • ๐Ÿ›  Fix bug that resulted in issues with Swift and pvc (@kastiglione, #209, #210)
  • v1.6.0 Changes

    November 07, 2017

    ๐Ÿš€ This release includes new commands and bug fixes to existing commands. Thank you for all issues and pull requests! This also has some breaking changes, but hopefully they do make things better.

    โšก๏ธ Updates

    • ๐Ÿ–จ pinternals: Use -a flag to print object internals using _ivarDescription (@dmpv, #172)
    • โšก๏ธ rcomponents: Update ComponentKit debugging helper (@adamjernst, #178)
    • zzz: New command to run an lldb command after a delay (@zats, #179)
    • pa11y: Force start of accessibility server (@bartoszj , #189)
    • โœ… XCTest: Add new xdebug, xtree, xobject, and xnoid commands (@bartoszj, #192)

    ๐Ÿ›  Plus, a few fixes to commands support Swift and iOS 11.

  • v1.5.0 Changes

    August 29, 2016

    ๐Ÿš€ This release includes new commands and bug fixes to existing commands. Thank you for all issues and pull requests! This also has some breaking changes, but hopefully they do make things better.

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed the various objc/swift commands (pobjc, pswift, poswift, eobjc, eswift) โ€“ Chisel now attempts to evaluate with the correct language based on context (@kastiglione, #156)

    ๐Ÿ†• New commands

    • ๐Ÿ–จ pa11yi: Print accessibility identifiers of views (@bartoszj, #140)
    • ๐Ÿ–จ pproperties: Print properties of an object (@longv2go, #133)
    • ๐Ÿ–จ pblock: Print the implementation address and signature of a block (@longv2go, #133)
    • settext: Set text on a view (by accessibility id) (@tecknut, #137)
    • setinput: Populate first responder text fields/ text views (@tecknut, #137)
    • ๐Ÿ–จ pbcopy: Print object to clipboard (@MDSilber, #147)
    • ๐Ÿ–จ pbundlepath: Print application's bundle directory path (@Ashton-W, #152)
    • present, dismiss: Present and dismiss view controllers (@alanzeino, #150)

    ๐Ÿ‘Œ Improvements

    As always, help is your friend.

  • v1.4.0 Changes

    February 10, 2016

    ๐Ÿš€ This release includes new commands and bug fixes to existing commands. Thank you for all issues and pull requests!

    ๐Ÿ†• New and updated commands:

    ๐Ÿ‘Œ Improvements

    As always, help is your friend.

  • v1.3.0 Changes

    October 12, 2015

    ๐Ÿš€ This release includes new commands and bug fixes to existing commands. Read on for most of the details.

    Thank you for all bug reports and contributions!

    ๐Ÿ†• New commands:

    • ๐Ÿ–จ pdocspath: Print path Documents directory (@dopcn, #72)
    • ๐Ÿ–จ pactions: Print targets and actions of a control (@kastiglione, #92)
    • ๐Ÿ–จ pcurl: Print an NSURLRequest as a curl command (@VTopoliuk, #109)
    • ๐Ÿ–จ pjson: Print arrays and dictionaries in JSON format (@alexch2000, #111)

    ๐Ÿ‘Œ Improvements

    ๐Ÿ›  Plus other fixes and improvements.

    As always, help <command> is your friend.