Skip to content

v10.10.0

Choose a tag to compare

@doronz88 doronz88 released this 20 Aug 08:53
· 56 commits to master since this release
6e42f2c

Highlights

✨ Filter syslog live by os_log subsystem/category

New first-class -s/--subsystem and -c/--category options for syslog live match directly on the parsed os_log label, replacing the previous brittle combination of --label plus --match on the rendered [subsystem][category] substring:

# Only WebKit subsystems
pymobiledevice3 syslog live -s 'com.apple.WebKit*'

# Networking subsystem, connection category only
pymobiledevice3 syslog live -s com.apple.network -c connection

Patterns are case-insensitive globs; each option is repeatable (OR within an option, AND across the two), entries without a subsystem/category label are dropped when either filter is set, and the filters apply to both text and JSON output.

📝 Claude Code plugin renamed to pymobiledevice3-device-operator

The Claude Code plugin shipped from this repo's marketplace is now named pymobiledevice3-device-operator (matching the skill it vendors), and the README now advertises how to install it:

/plugin marketplace add doronz88/pymobiledevice3
/plugin install pymobiledevice3-device-operator@pymobiledevice3

What's Changed

Full Changelog: v10.9.0...v10.10.0