- Nothing changed yet.
- Remove support for Python 2.7.
- Add support for Python 3.6, 3.7 and 3.8.
- Migrate to GitHub and GitHub Actions.
- Be more robust if the PRs or Issues are not available.
- Add logging in case of an API error.
- Don't crash on generating html if unicode is in the comments.
- Handle PullRequests from GitHub correctly.
- Add assignee as a property to an item and use it in the standard template.
- Add time_rendered as a variable passed to the jinja2 template.
- Add the count of comments to the issue/pullrequest and pass to template.
- Read the owner from the config file and collect all projects from this owner.
- Add new template that renders a table with filter options.
- Export type (Issue, PullRequest) to JSON file.
- Save HTML to a file which is specified in config. Made path to JSON file configurable.
- Add JSON export for issues and pullrequest not older that json_export_days specified in config.
- Improve error handling.
- Don't pull closed tickets from Bitbucket. (#4)
- Enhanced documentation.
- Add GitHub as issue source. (#3)
initial release