Skip to content

Releases: malmeloo/FindMy.py

馃幆 FindMy.py v0.6.0

27 Apr 14:51
a66f1f0
Compare
Choose a tag to compare

Official Accessory Support

Official FindMy accessories, such as AirTags and iPhones, are now officially supported! Check out real_airtag.py for an example on how to use this functionality.

For now, tracking official devices requires dumping a .plist file from a MacOS device. This is only required once. For more information, please consult #4 (official docs coming soon!)

Changelog

Full Changelog: v0.5.0...v0.6.0

馃幆 FindMy.py v0.5.0

29 Feb 17:33
2e256d0
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Added experimental support for locating AirTags and other official devices. This is still experimental and will be improved in the future.
  • Add support for trusted device 2FA: #9
  • Use Bluetooth MAC address instead of UUID on MacOS by @hajekj in #10
  • More efficient use of resources when fetching many key locations multiple times.
  • Miscellaneous internal refactoring, performance improvements and repository changes.

New Contributors

Full Changelog: v0.4.0...v0.5.0