Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Releases: clburlison/pinpoint

v2.0.2

27 Mar 00:54
Compare
Choose a tag to compare

Fix:

  • Use CoreWLAN for wifi scanning #37/#39
  • Cleanup doc strings #35/#38
  • Correct package permissions that caused files to be 600 instead of 755. Git didn't track these changes so I didn't catch them in the v2.0.1 release.

New:

  • The Fallback option has been added to allow failures on either Lookup or ReverseLookup to use the alternative method. #33 (@danner26)

Docs:

Known Issues:

  • 10.13 has an issue when running pinpoint via the default LaunchDaemon #31

A full change log can be seen here: v2.0.1...v2.0.2

v2.0.1

26 Feb 17:18
Compare
Choose a tag to compare

Package was removed due to a maintainer mistake on creation.

Fix:

  • The google address and reverse lookups are now working thanks to @danner26 (#30).

Docs:

  • Please see the docs on the GoogleApiKey key Preferences.

A full change log can be seen here: v2.0.0...v2.0.1

v2.0.0

12 Dec 18:50
Compare
Choose a tag to compare

Fix:

  • This is a major refactor to properly support enabling python on 10.12.4+.
  • Dropped support for operation systems before 10.12. (ab1cb85)
  • Support for High Sierra (#26)
  • Better method to enable Python.app in Location Services (#24/#25)
  • Properly encode Addresses (#29)

Known Issues:

  • Location lookup via google provider does not work. Please use the apple provider (default) (#27)

A full change log can be seen here: v1.0.3...v2.0.0

v1.0.3

16 Mar 03:16
Compare
Choose a tag to compare

Fix:

  • Fix an issue when calling the toggle_wireless() function. This affected users of the EnableWireless preference. ( #23 )

A full change log can be seen here: v1.0.2...v1.0.3

v1.0.2

16 Nov 20:15
Compare
Choose a tag to compare

Fix:

  • Fix an issue when an SSID network has a space in its name. Reported by @lucasjhall

A full change log can be seen here: v1.0.1...v1.0.2

v1.0.1

24 Oct 19:27
Compare
Choose a tag to compare

This is mainly a readme update with a minor code patch.

Fix:

  • Extremely minor changes to the logic to match 10.12 devices better.

A full change log can be seen here: v1.0.0...v1.0.1

v1.0.0

13 Oct 21:14
Compare
Choose a tag to compare

pinpoint is now 1.0. πŸŽ‰ πŸŽ‚ All features that I wanted are currently implemented. Please report issues.

New:

  • The ability to do reverse geocoding lookups via Apple's CoreLocation GeoCoder. This is the new default. Along with a new preference key: AddressLookupService ( #2 )
  • A verbose log is now written to disk. Docs ( #10 )
  • Full support for Sierra ( #21 )
  • AddressLookup key is no longer used. Set AddressLookupService to none if you do not want to do a reverse lookup. Docs
  • Now able to do Google API lookups (both forward and reverse). ( #1 )
  • pinpoint is now a signed package.
  • Added new cli flags. Useful for testing the different service providers. ( aa3f3ab )
  -l LOOKUP, --lookup LOOKUP
                        Override the configured lookup service.
  -a ADDRESS, --address ADDRESS
                        Override the configured address lookup service.

EX: sudo pinpoint -f -vv -l google -a google

Fix:

  • Code clean up
  • pinpoint is slightly faster on CoreLocation lookups.
  • pinpoint supports Sierra ( #21 )

A full change log can be seen here: v0.0.5...v1.0.0

v0.0.5.45

27 Apr 14:56
Compare
Choose a tag to compare

New:

  • The ability to turn wireless off if pinpoint enabled it earlier in the run ( #18 )
  • Sample mobileconfig profile ( #16 )
  • The ability to run preflight and postflight scripts. Documentation here. ( #20 )
  • pinpoint now has a build number in the version. This allows easier creation of pre-releases, and easier tracking of small changes that happen within pinpoint.

Fix:

  • Better handling of Unicode characters ( #17 )

A full change log can be seen here: v0.0.3.1...v0.0.5

v0.0.3.1

02 Mar 13:55
Compare
Choose a tag to compare

Fix:

  • Handling of non-ascii characters. ( #17 )

A full change log can be seen here: v0.0.3...v0.0.3.1

v0.0.3

21 Feb 22:54
Compare
Choose a tag to compare

New:

  • We now store the past location if the current run is unable to find a location. ( #15 )
  • The lookup method has been rewritten to loop and increase the time if a location can't be found. This should help with poor network connections or if a device is waking from sleep. ( #8 )

A full change log can be seen here: v0.0.2...v0.0.3