This repository has been archived by the owner on Jun 9, 2018. It is now read-only.
v1.0.0
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. SetAddressLookupService
tonone
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