File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,28 @@ Then configure how the application interacts with GitHub:
109109Changelog
110110---------
111111
112+ v1.1 (05 Aug 2020)
113+ ~~~~~~~~~~~~~~~~~~
114+
115+ - Add GitHub issue-tracker integration which authenticates as the installed app.
116+ Fixes `Issue #25 <https://github.com/kiwitcms/github-app/issues/25 >`_
117+ - Configure BugSystem for new repos. Fixes
118+ `Issue #15 <https://github.com/kiwitcms/github-app/issues/15 >`_
119+ - Create Product & BugSystem records when installation_repositores change.
120+ Fixes `Issue #21 <https://github.com/kiwitcms/github-app/issues/21 >`_
121+ - Trigger resync from GitHub via menu. Fixes
122+ `Issue #19 <https://github.com/kiwitcms/github-app/issues/19 >`_
123+ - Trigger resync from GitHub after AppInstallation is configured. Fixes
124+ `Issue #20 <https://github.com/kiwitcms/github-app/issues/20 >`_
125+ - Database: Add ``AppInstallation.settings_url `` field
126+ - Link to the correct URL for GitHub settings. Fixes
127+ `Issue #33 <https://github.com/kiwitcms/github-app/issues/33 >`_
128+ - Require user to be logged in for ApplicationEdit. Fixes
129+ `Issue #36 <https://github.com/kiwitcms/github-app/issues/36 >`_
130+ - Update translation strings
131+ - Add more tests
132+
133+
112134v1.0 (13 Apr 2020)
113135~~~~~~~~~~~~~~~~~~
114136
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def get_install_requires(path):
2525
2626setup (
2727 name = 'kiwitcms-github-app' ,
28- version = '1.0 ' ,
28+ version = '1.1 ' ,
2929 description = 'GitHub App integration for Kiwi TCMS' ,
3030 long_description = get_long_description (),
3131 author = 'Kiwi TCMS' ,
You can’t perform that action at this time.
0 commit comments