Releases: doronz88/pymobiledevice3
Releases · doronz88/pymobiledevice3
v1.9.7
- bugfix: referencing resources path for uuid to image names #99
v1.9.6
- add
notification observe-all
for observing all firmware builtin notifications
- add
TcpForwarder.stop()
method
v1.9.5
core-profile-session
: add callstacks-live
subcommand
v1.9.4
- bugfix: wait till timeout when handling attached devices in
usbmux.process()
- bugfix:
AfcService.walk()
method
v1.9.3
- resolve stackshot uuids into
imagePath
- add
dsc_uuid_map.py
for maintaining a JSON file for all resolved UUIDs per dsc.
v1.9.2
- reformat retrieved
imageUUID
from stackshot
from byte array into a readable string
v1.9.1
- bugfix: stackshot creationg bug
v1.9.0
- Add support for power assertions.
- Add cli support for multiple profile installing.
- Fix python3.7 compatibility.
- Refactor colorful printing flag.
- Add SpringBoard cli support.
- Export core profile session events parsing to a different module.
v1.8.0
- Refactor DVT CLI
- Add
debugserver
support accessible via: developer debugserver
subcommand
- Add notifications monitor support accessible via:
developer notifications
subcommand
- Add graphics monitor support accessible via:
developer graphics
subcommand
- Add all BSD events to core profile session
v1.7.1
- add accessiblity features accessible via
developer accessiblity
subcommand