File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments