Releases: steipete/goplaces
Releases · steipete/goplaces
v0.3.0
What's changed
- Add user rating counts (
user_rating_count) in search/nearby/details and CLI output (Rating: 4.5 (532)). (#3) - thanks @aligurelli - Add
goplaces directionson Routes API with walking default, units control (metric default), optional steps, and drive comparison. - thanks @joshp123
Install
- Homebrew:
brew install steipete/tap/goplaces - Go:
go install github.com/steipete/goplaces/cmd/goplaces@latest
v0.2.1
v0.2.0
0.2.0
- Autocomplete suggestions for places and queries (client + CLI).
- Nearby search with included/excluded types and location restriction.
- Place photos in details plus photo media URL lookup.
- Route search along a driving route using the Routes API. (#1) — thanks @jamesbrooksco
- Added Routes API base URL override.
- Docs: expanded API key setup, inline CLI examples, and new feature docs.
- CI: upgrade golangci-lint v2; goreleaser build-only CI mode.