Skip to content

Release 4.10.2

Latest
Compare
Choose a tag to compare
@morellexf13 morellexf13 released this 17 Jun 15:05
· 2 commits to master since this release

What's new

  • Assistive Touch: Added assistive-touch command to the lockdown group, enhancing accessibility options.
  • Packet Capture: Implemented the use of python-pcapng to generate metadata for each packet, improving packet analysis capabilities.
  • Crash Reports: Integrated sysdiagnose notification for tarball readiness, streamlining the crash reporting process.
  • System Monitoring: Added physFootprint to sysmontap sample and ensured reporting of physFootprint for process monitor, providing more comprehensive system monitoring.

Enhancements

  • CLI: Separated syslog implementation from its CLI method, resulting in a cleaner and more modular code structure. Enhanced the InvalidServiceError message to be more descriptive, aiding in error diagnostics.
  • AFC (Apple File Conduit): Fixed path completion on Windows and ensured afc pull also modifies the mtime of files, enhancing file management.
  • POSIX Utilities: Fixed get_homedir() and get_home_folder() functions to always return the non-sudo home directory, ensuring consistent behavior across different environments.
  • Developer Tools: Updated dsc subcommands to use tunneld when necessary, improving development workflow.

What's fixed

  • CLI Testing: Updated test_cli_from_python_m_flag to use sys.executable, ensuring compatibility and reliability of CLI tests.
  • Common Utilities: Fixed get_home_folder() to correctly return the home directory, even when running with elevated permissions.
  • Network Monitoring: Fixed the ConnectionUpdateEvent struct in the network monitor, ensuring accurate connection updates.
  • OS Trace: Corrected the collect() function signature and docstring, improving code clarity and documentation accuracy.

Documentation

  • Updated pyinstaller documentation to reflect the latest changes and best practices.

Requirements

  • Updated dependencies to include pytun-pmd3>=2.0.8.

Miscellaneous

  • Notifications: Updated resources/notifications.txt as part of regular maintenance.