Skip to content

Releases: doronz88/pymobiledevice3

v1.5.3

03 May 08:34
Compare
Choose a tag to compare
  • 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

29 Apr 13:31
Compare
Choose a tag to compare
  • add tap capabilities for developer suboption including:
    • netstat (view active connection live)
    • sysmon (top-like output)

v1.5.1

22 Apr 15:28
Compare
Choose a tag to compare
  • improve afc shell to include more features for recursive operations and some bugfixes
  • improve crash cli

v1.5

22 Apr 07:05
Compare
Choose a tag to compare
  • few bugfixes when using python3.9
  • all exceptions are refactored to inherit from PyMobileDevice3Exception

v1.4

20 Apr 11:06
Compare
Choose a tag to compare
  • several bugfixes all arround
  • refactor afc module

v1.3

20 Apr 08:08
Compare
Choose a tag to compare
  • 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

19 Apr 08:16
Compare
Choose a tag to compare
  • refactor AFCService into AfcService and put into services module.
  • make the code be pep8 compliant

v1.1

18 Apr 14:36
Compare
Choose a tag to compare
  • allow running application bundles with arguments (for example the Safari app with a given URL)
  • refactor service modules
  • improve documentation

v1.0

18 Apr 12:46
Compare
Choose a tag to compare

First release on PyPi
Includes many features every iOS developer/researcher might need