Skip to content

Releases: malmeloo/FindMy.py

🎯 FindMy.py v0.7.5

18 Sep 14:53
12de1db
Compare
Choose a tag to compare

What's Changed

  • Fix crash in http.py on Python 3.9 by @siebert in #76
  • real_airtag: read identifier and model from plist for later resolving by @Mimoja in #77
  • Dependency updates

New Contributors

Full Changelog: v0.7.4...v0.7.5

🎯 FindMy.py v0.7.4

04 Sep 15:28
d67a531
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

🎯 FindMy.py v0.7.3

04 Aug 15:46
ba1a0a1
Compare
Choose a tag to compare

What's Changed

  • fix: Unawaited coroutine errors on Closable by @malmeloo in #60
  • reports: Fix equality check between LocationReports by @malmeloo in #61
  • chore(deps): update dependency ruff to v0.5.6 by @renovate in #55

Full Changelog: v0.7.2...v0.7.3

🎯 FindMy.py v0.7.2

02 Aug 12:43
04e83e0
Compare
Choose a tag to compare

What's Changed

  • Relaxes cryptography constraint for compatibility with Home Assistant 2024.7.4.

Full Changelog: v0.7.1...v0.7.2

🎯 FindMy.py v0.7.1

01 Aug 18:48
d92085d
Compare
Choose a tag to compare

What's Changed

  • reports: refresh remote anisette headers by @tsaaristo in #53
  • fix: Relative URLs in PyPi README by @malmeloo in #58
  • Bump dev dependencies
  • Other README fixes

New Contributors

Full Changelog: v0.7.0...v0.7.1

🎯 FindMy.py v0.7.0

21 Jul 19:32
fc21db7
Compare
Choose a tag to compare

What's Changed

  • scanner: detect OF devices in Nearby state by @malmeloo in #50
  • reports: Support fetching encrypted reports by @malmeloo in #51
  • Bump cryptography to 43.0.0

Full Changelog: v0.6.2...v0.7.0

🎯 FindMy.py v0.6.2

21 Jul 11:35
6f0b825
Compare
Choose a tag to compare

Dependency bugfix release.

  • Adds ruff to dev dependencies
  • Removes scan extra, Bleak is no longer optional

Full Changelog: v0.6.1...v0.6.2

🎯 FindMy.py v0.6.1

11 Jul 19:21
90eaa68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

🎯 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
🎯 FindMy.py v0.5.0 Pre-release
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