Releases: doronz88/pymobiledevice3
Releases · doronz88/pymobiledevice3
v1.5.3
- bugfix: fix
ps
command giving an exception.
- bugfix: fix syslog/live sub-command to listen on all log lines and not only given pid
- developer options: add
spindump
-like capability
v1.5.2
- add tap capabilities for developer suboption including:
- netstat (view active connection live)
- sysmon (
top
-like output)
v1.5.1
- improve afc shell to include more features for recursive operations and some bugfixes
- improve crash cli
v1.5
- few bugfixes when using python3.9
- all exceptions are refactored to inherit from
PyMobileDevice3Exception
v1.4
- several bugfixes all arround
- refactor afc module
v1.3
- add
list-devices
command
- refactor all double-quotes into singles
- remove the unused
mobilebackup*.py
modules
- refactor
ServiceConnection
- improve the pcap sniffing
- improve documentation
v1.2
- refactor
AFCService
into AfcService
and put into services
module.
- make the code be pep8 compliant
v1.1
- allow running application bundles with arguments (for example the Safari app with a given URL)
- refactor service modules
- improve documentation
v1.0
First release on PyPi
Includes many features every iOS developer/researcher might need