|
1 | 1 | Name: did
|
2 |
| -Version: 0.18 |
| 2 | +Version: 0.19 |
3 | 3 | Release: 1%{?dist}
|
4 | 4 |
|
5 | 5 | Summary: What did you do last week, month, year?
|
@@ -54,6 +54,30 @@ export LANG=en_US.utf-8
|
54 | 54 | %license LICENSE
|
55 | 55 |
|
56 | 56 | %changelog
|
| 57 | +* Tue Jan 18 2022 Lukáš Zachar <[email protected]> - 0.19-1 |
| 58 | +- Install all required packages during docs building |
| 59 | +- Adjust code style to be pep8 compatible |
| 60 | +- Update docs for contributors, enable pre-commit |
| 61 | +- Add basic support for Zammad |
| 62 | +- Check if the GitHub credential token is valid |
| 63 | +- Fix jira issues search when user `login` provided |
| 64 | +- Add minor clarification note about token name |
| 65 | +- Split jira token expiration into two options |
| 66 | +- Adjust the support for Jira Personal Access Tokens |
| 67 | +- Support Personal Access Token in the Jira plugin |
| 68 | +- Return all the bugzilla results from a search |
| 69 | +- Install fresh sphinx when building readthedocs |
| 70 | +- Adjust the paging support for the GitHub plugin |
| 71 | +- Add pagination support for GitHub, fixes #247 |
| 72 | +- Adjust the new plugin for reporting bodhi updates |
| 73 | +- Add a new plugin with support for Bodhi updates |
| 74 | +- Use user email for searching updated jira issues |
| 75 | +- Adjust the switch from fiscal to calendar year |
| 76 | +- Switch from fiscal year to natural year |
| 77 | +- Update docs for gitlab, github and confluence |
| 78 | +- Give a better message upon jira search failure |
| 79 | +- Raise the number of github issues fetched per page |
| 80 | + |
57 | 81 | * Mon Apr 19 2021 Petr Šplíchal <[email protected]> - 0.18-1
|
58 | 82 | - Support custom xmlrpc endpoint for MoinMoin wiki
|
59 | 83 | - Adjust the approved merge requests for gitlab
|
|
0 commit comments