_Released 2018-03-15_
* Support for categories: `category_tag` and `categories` parameters in a profile.
* LibOsmium-based C++ filtering script for categories.
* More than one tag value works as "one of": `[('amenity', 'cafe', 'restaurant')]`.
* Query can be a list of queries, providing for "OR" clause. An example:
`[[('amenity', 'swimming_pool')], [('leisure', 'swimming_pool')]]`
* Parameters for profiles, using `-p` argument.
* No more default imports solely for profiles, import `zipfile` youself now.
* Remarks for source points, thanks [nixi](https://github.com/hixi).
* Better error message for Overpass API timeouts.
* Lifecycle prefixes are conflated, e.g. `amenity=*` and `was:amenity=*`.
* Dataset is checked for duplicates, which are reported (see `-d`) and removed.
* Support GeoJSON input (put identifiers into `id` property).