Skip to content

Releases: gkoberger/BugzillaJS

Version 4.2.1

28 Jan 01:13
Compare
Choose a tag to compare

Fix default settings for new users (regression from 4.2.0)

Version 4.2.0

28 Jan 00:56
Compare
Choose a tag to compare
  • 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

14 Nov 05:54
Compare
Choose a tag to compare

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

10 Nov 20:57
Compare
Choose a tag to compare
  • Disabled GitHub commit integration (bugzilla-git.js) until escaping issues can be addressed

Version 4.0.0

10 Nov 09:36
Compare
Choose a tag to compare
  • 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

28 Jan 23:53
Compare
Choose a tag to compare
  • Update jQuery to 2.2.4 due to AMO policies

Version 3.5.1

28 Jan 23:24
Compare
Choose a tag to compare
  • Improve support for bugzilla.mozilla.org's new modal UI (thanks @mrbkap!)

v3.5...v3.5.1

Version 3.5

24 Mar 20:54
Compare
Choose a tag to compare
  • 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

v3.4...v3.5

This is the initial release with JPM.

Version 3.4

15 Mar 15:38
@rik rik
Compare
Choose a tag to compare

Version 3.3

10 Jan 14:17
@rik rik
Compare
Choose a tag to compare
  • 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