This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # GitIssueBot Changelog
2
+
3
+ ## 0.2.0 (2015-03-02)
4
+
5
+ ### Features
6
+
7
+ * Old trigger phrases can now be tracked along side with the current one, causing the issue to be validated but a
8
+ comment to be added to remind the user to review the adjusted contribution guidelines
9
+ * New command `` autolabel `` : Allows definition of a set of title tags (e.g. "[ Request] ") for which to apply defined
10
+ labels if found in an issue
11
+
12
+ ### Improvements
13
+
14
+ * Also recognize changes in title tags and labels for validating a formerly invalidated issue
15
+
16
+ ### Bug Fixes
17
+
18
+ * [ #1 ] ( https://github.com/foosel/GitIssueBot/issues/1 ) - Pinned version numbers of dependencies to reduce risks of
19
+ breaking API changes
20
+ * [ #2 ] ( https://github.com/foosel/GitIssueBot/pull/2 ) - Explicitely using unicode for printing anything coming from the API
21
+ * Unreported:
22
+ * Properly calculate, format and URL encode the `` since `` parameter for fetching issues
23
+ * Iterate through `` links `` provided by Github API to retrieve all issues, not just the first page
24
+ * Removed accidentally committed `` .pyc `` files
25
+
26
+ ([ Commits] ( https://github.com/foosel/GitIssueBot/compare/0.1.0...0.2.0 ) )
27
+
28
+ ## 0.1.0 (2014-07-27)
29
+
30
+ Initial release
You can’t perform that action at this time.
0 commit comments