- Make space trimming configurable
- Remove spaces from tickets (by Jesús Roldán)
- Added Spanish translation (by Jesús Roldán)
- Fix issue that prevented the extension to load when commands are unsupported
- Display currently assigned shortcuts on the options page
- Updated logo to reflect the new JIRA logo
- Fix omnibox for Firefox when no URL was configured
- Guard Firefox issue when runtime.onInstalled is not available
- Use textContent over innerHTML for localization
- Update icons displayed in navigation bar
- Various code refactorings to allow usage on Edge and Firefox
- Fallback to local storage if sync is not available
- Add button to open the re-open the last ticket (synced via storage)
- Don't close or submit the popup form when no input is entered
- Fixed omnibox not respecting default setting
- Fixed permission for selected text shortcut
- Removed deprecated API call
- Added shortcuts to open the selected text as a ticket in the current (Alt + K) or a new tab (Alt + Shift + K)
- Changelog is no longer localized
- Updated to Chrome's new options dialog
- CSS and JS (ES6) updates
- use newer Chrome APIs like runtime.openOptionsPage()
- Minimum Chrome version is now 45
- Added support for the QuickSearch URL of JIRA, please refer to the options page for more information. Thanks @jantimon for the hint.
- fixed shortcut (sadly changed to CTRL + SHIFT +K)
- if you experience problems with the new shortcut, please re-install quickjira
- localization updated
- added donation info
- added right click (context menu) options
- added link to changelog and options in footer
- new buttons, input fields, overall improved style!
- use Chrome API to close options page
- added welcome page and changelog page
- added footer
- added URL validation
- added omnibox "jira" keyword
- initial release