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.
- Rename master branch to main
- Update dependencies
- Switch from flake8 to pylint, to solve depdendency issue with mkdocs.
- Improve release commands with poetry version bump feature.
- More roboust version check.
- Travis build badge
- Set up Travis builds: https://app.travis-ci.com/github/erikw/taiga-stats
- Bug fix: should not crash if $XDG_CONFIG_HOME is not set in the envionment.
- Bug fix: The submodule importlib.metadata was added in 3.8. Added the backport importlib-metadata package to python <3.8.
- Upgrade dependencies, most notably python-taiga to
1.0.0
--version|-v
flags.
- Installation instructions with
pipx
.
- Trim wheel size by removing img/ and sample_data/.
- Update README.md with setup instructions (--url, --auth-token).
- README.md badges for easier overview of current status and support.
- Published on pypy.org
- Prevent python 3.10.0 as it does not currently work with numpy for this version.
- Make README.md images work on pypi.org
- No feature changes from previous version.
- Project being properly built with poetry. Restructuring of the source modules.
- Once this is working, there will soon be an 1.0.0 release, also published to pypi.org
- New command: list_us_statuses
- Add setup.txt for requirements.
- Small bug fixes.
- Major README update on project and features.
- Improve help texts and configuration files.
- Minor README updates.
- Initial import from other old VCS.