-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ffb172
commit 7c0ecc3
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: did | ||
Version: 0.18 | ||
Version: 0.19 | ||
Release: 1%{?dist} | ||
|
||
Summary: What did you do last week, month, year? | ||
|
@@ -54,6 +54,30 @@ export LANG=en_US.utf-8 | |
%license LICENSE | ||
|
||
%changelog | ||
* Tue Jan 18 2022 Lukáš Zachar <[email protected]> - 0.19-1 | ||
- Install all required packages during docs building | ||
- Adjust code style to be pep8 compatible | ||
- Update docs for contributors, enable pre-commit | ||
- Add basic support for Zammad | ||
- Check if the GitHub credential token is valid | ||
- Fix jira issues search when user `login` provided | ||
- Add minor clarification note about token name | ||
- Split jira token expiration into two options | ||
- Adjust the support for Jira Personal Access Tokens | ||
- Support Personal Access Token in the Jira plugin | ||
- Return all the bugzilla results from a search | ||
- Install fresh sphinx when building readthedocs | ||
- Adjust the paging support for the GitHub plugin | ||
- Add pagination support for GitHub, fixes #247 | ||
- Adjust the new plugin for reporting bodhi updates | ||
- Add a new plugin with support for Bodhi updates | ||
- Use user email for searching updated jira issues | ||
- Adjust the switch from fiscal to calendar year | ||
- Switch from fiscal year to natural year | ||
- Update docs for gitlab, github and confluence | ||
- Give a better message upon jira search failure | ||
- Raise the number of github issues fetched per page | ||
|
||
* Mon Apr 19 2021 Petr Šplíchal <[email protected]> - 0.18-1 | ||
- Support custom xmlrpc endpoint for MoinMoin wiki | ||
- Adjust the approved merge requests for gitlab | ||
|