What's Changed * git: add .python-version to .gitignore by StephenGemin in https://github.com/doronz88/pymobiledevice3/pull/1009 * afc: fix path completion on windows by doronz88 in https://github.com/doronz88/pymobiledevice3/pull/1010
What's Changed * 7350b4c5945921d0ca310e8e167ba11ae83d1d11 requirements: temporarily add setuptools dependency for py>=312 (StephenGemin) * 710da939edb33b3f19f005e54515937ac12ced7d chore: update resources/notifications.txt (StephenGemin) * d5e020e2c9d403b490348e793148ec303f08d553 pcap: use `python-pcapng` to generate metadata for each packet (gwillgues) * cccc3ac336c3e947e674362212e5ee0657de8476 tests: make `test_cli_from_python_m_flag` use `sys.executable` (doronz88) * 2f39345137c94f5d5b13665ed4660496e69faf9d utils: use `asyncio.get_running_loop()` to get running loop (1001) (doronz88) * a51f21d64bcbc5076c6713e844f014baa53445b7 cli: fix tunneld warning to print only when trying to establish (doronz88)
New Contributors * gwillgues made their first contribution in https://github.com/doronz88/pymobiledevice3/pull/1003