Releases: gkoberger/BugzillaJS
Releases · gkoberger/BugzillaJS
Version 4.2.1
Fix default settings for new users (regression from 4.2.0)
Version 4.2.0
- Restrict content_script with include_globs. Fixes #130 which broke / of some non-bugzilla sites.
- Move Preferences out of content and into the Add-ons Manager
Version 4.1.0
Converted to use new extension APIs compatible with Firefox Quantum.
Permission to access api.github.com is just for read-only access to for the Github inline commit preview feature that will be brought back in a later version.
Version 4.0.1
- Disabled GitHub commit integration (bugzilla-git.js) until escaping issues can be addressed
Version 4.0.0
- Migrated settings to the new extension storage which syncs across devices if you login with a Firefox Account
- Removed relative dates option since it was buggy and is available on some Bugzilla installs already
- Fixed some errors
Version 3.6.0
- Update jQuery to 2.2.4 due to AMO policies
Version 3.5.1
- Improve support for bugzilla.mozilla.org's new modal UI (thanks @mrbkap!)
Version 3.5
- Fix support for Firefox 48 (#120)
- TreeHerder support is no longer new
- Switch from deprecated String.prototype.contains to includes to silence a warning
- Skip highlighting assignee and reporter with BMO experimental modal UI
- Add BMO modal UI support to _attachLinkToField
- Disable browseComponent by default since it's part of Bugzilla 5.0
This is the initial release with JPM.
Version 3.4
- Updated jQuery (thanks @mnoorenberghe)
- Fixed the Github style (thanks @lonnen)
- Added support for Treeherder (thanks @MikeRatcliffe)
- Removed support for TBPL
Version 3.3
- Don't show gravatars when using the Mozilla theme
- Include BugzillaJS preferences in the user dropdown menu on Mozilla theme
- Add saved searches to the top bar (by @wraithan)
- Disable inline images on security bugs
- Use relative URLs to work on Bugzilla instances in subfolders
- Fixed 'Show GitHub logs inline'
- Fixed 'Highlight reporter and assignee comments' feature