A major release with new features and significant changes.
New Features
- All Wikidata items returned in query results will be downloaded if `--items` is set, regardless of their variable name.
- Set the language for individual items using the `--language` option and a [Wikimedia language code](https://meta.wikimedia.org/wiki/Table_of_Wikimedia_projects)
Backwards Incompatible Changes
- By default the query result will be downloaded as a single CSV file.
- To download individual Wikidata items, you need to set the `--items` flag.
- Items will be stored in a language directory, `en` by default.
- The CLI option `--cache-lifetime` was renamed to `--cache-time`, `-t` can be used as a short form.
- Command output is printed to the console and not saved in a log file.
- Requires Python 3.9 or higher.
- Modules and functions were renamed or removed.