Skip to content

Releases: RobQuistNL/chrome-github-jira

v1.3.2

01 Mar 11:57

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

26 Feb 17:00

Choose a tag to compare

What's Changed

  • Fix Jira statusbar not loading (fixes #56) by @MaximBelov in #57
  • Fix event listener not properly working on subsequent page navigation (fixes #58) by @RobQuistNL
  • Jira integration now works on Conversation, Commits and Files changes tabs (fixes #55) by @RobQuistNL
  • Removed changelog file (fine to keep in README.md for now :)) by @RobQuistNL

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Aug 09:14

Choose a tag to compare

  • Fix prefilled data being overwritten by plugin (thanks @blakegearin | fixes #49)
  • Upgrade manifest from v2 to v3 (thanks @HanJaeJoon)
  • Allow for custom URL's with optional permissions (thanks @exadeci | fixes #45)
  • Replaced deprecated DOM checks with proper listeners
  • Fixed potential undefined error in navigating pages

1.2.2

24 May 10:39

Choose a tag to compare

  • Includes a privacy policy

1.2.1

07 May 07:26
d4cfd87

Choose a tag to compare

  • Fixes a order name with names

1.2.0

02 Apr 22:53

Choose a tag to compare

  • Added option to disable automatic title generation
  • Added option to disable automatic template insertion
  • Fixed incorrect title loading when opening an MR
  • Updated jQuery to 3.3.1
  • Improved look of inserted information in PR overview
  • Improved option page
  • Improved API calls - no longer using jQuery's ajax, but Chrome's fetch in a background view.
  • Changed template language to be English by default
  • Removed the extra tab generated, as it wasn't really used