* `create` subcommand for creating catalogs by reading image file names from stdin * fix loading image paths containing spaces
0.3.2
* upgrade `twine` in order to have working checks with markdow readme + history
0.3.1
* set `long_description_content_type` to `text/markdown` for proper rendering on [PyPI](https://pypi.python.org/pypi/knipse)
0.3.0
* `check` subcommand for checking existence of files in catalog * `check` subcommand walks folder structure and checks each catalog found if no catalog is specified * drop support for Python 3.5 * `Catalog` instances can be serialized to xml * `Catalog` instances can be iterated and compared for equality
0.2.0
* `Catalog` class for parsing catalog xml files * `ls` subcommand for listing files in catalog