_released `2023-06-14`_
- the `archive` command includes saved posts / comments by default (in their own table). Use the `--skip-saved` flag to opt out of this behavior ([16](https://github.com/xavdid/reddit-user-to-sqlite/pull/16))
- add support for Python 3.9, verified using `tox` ([19](https://github.com/xavdid/reddit-user-to-sqlite/pull/19))
- add `num_awards` column to comments (was omitted by accident) ([18](https://github.com/xavdid/reddit-user-to-sqlite/pull/18))
- added support for disabling the progress bars via the `DISABLE_PROGRESS` env var. Set it to `1` to disable progress bars ([16](https://github.com/xavdid/reddit-user-to-sqlite/pull/16))