All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add support for json output
- add support for markdown output
- add count of articles if duplicate
- remove pinned topics
- default to 0 topics
- add --all which will set the number of submissions for every other option
- unit test coverage now reports correctly in GitHub
- environment variable defaults are now documented and used
- command
topics
- CLI sub-command to retrieve and display topic submissions for the specified Subreddits
- coverage in Github was failing with "import file mismatch"
- command
connect
- CLI sub-command to connect and show basic information about the authenticated user - unit tests now run on Python 3.10, 3.11, and 3.12 in GitHub
tox
configuration added to run locally- completely switches to
ruff
for file formatting - pip-audit vulnerability scanning added locally
- gh-action-pip-audit added to GitHub
0.0.1 - 2024-10-01
Initial Release