Skip to content

Commit 586ba44

Browse files
committed
Add changelog and bump version
1 parent 9f06e7a commit 586ba44

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Install from here: https://chrome.google.com/webstore/detail/github-jira-integra
1818

1919
### Changelog
2020

21+
#### 1.2.0
22+
- Added option to disable automatic title generation
23+
- Added option to disable automatic template insertion
24+
- Fixed incorrect title loading when opening an MR
25+
- Updated jQuery to 3.3.1
26+
- Improved look of inserted information in PR overview
27+
- Improved option page
28+
- Improved API calls - no longer using jQuery's `ajax`, but Chrome's `fetch` in a background view.
29+
- Changed template language to be English by default
30+
- Removed the extra tab generated, as it wasn't really used
31+
2132
#### 1.1.1
2233
- Fixed compatibilty with new GitHub layout (#15, #18)
2334
- Added ticket status in PR (#17)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "GitHub Jira Integration",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55

66
"description": "This extension shows contents of linked tasks from Jira in Github",
77

0 commit comments

Comments
 (0)