All notable changes to this project will be documented in this file.
Versioning of this project adheres to the Semantic Versioning spec.
- Added
--timeout
argument to set query timeout - Added
--mem
argument to set query max memory (maxsize
in Overpass QL) - Exit with error if query contains settings that conflict with provided CLI args
- Added
--area
argument to geocode a search string with Nominatim and then make the result available for use in the query as the defaultarea
value. - Add
User-Agent
header to all outgoing HTTP requests.
- Fixed a bug where
--date
,--diff
, and--adiff
arguments weren't correctly quoted, requiring the user to wrap them in quotes themselves to use them.
Initial release.