Skip to content

Releases: mojira/mojira-plus

v0.7

06 Nov 16:09
Compare
Choose a tag to compare

This release updates the extension to the webextension manifest v3 (#65), which allows us to release this extension on the Chrome web store (#59)!

Note that this causes the extension to not work in current versions of Firefox because it hasn't fully implemented manifest v3 yet.

v0.6

06 Nov 11:58
Compare
Choose a tag to compare

This version fixes the following issues:

  • Occasional error messages when not logged in, or when no bug report is open
  • There was a delay for applying custom activity sort options (#70). This delay now should be gone in most cases.
  • When inserting a message, the curser/selection was not set correctly in some edge cases (#52)

Also, this is the first version of the extension that will be released on the official extension stores! The addon for Firefox is already available, Chrome will follow later (fingers crossed). (#59)

v0.5

23 Oct 15:08
Compare
Choose a tag to compare

This version includes the following changes:

  • The extension has been renamed from "Mojira Message Extension" to "Mojira Plus" for the following two reasons:
    • The extension now does more than just provide an easy way to use helper messages on the bug tracker
    • It's just less clunky of a name
  • The extension now adds two additional sort modes to the activity module: "Newest last" and "Oldest last". These work the same as "Oldest first" and "Newest first" respectively, except for the position of the "Load more" button, restoring the behaviour from before the latest Jira update.
    grafik
  • The messages in the helper message dropdown now are sorted by category
  • Helper messages now are disabled if the currently logged-in user does not have the necessary permissions
  • The second scrollbar that exists on Mojira due to a CSS issue now gets removed by the extension
  • Various internal improvements

Known issues:

  • The "Transitions" tab looks a little clunky with the two new sorts, but it should still work correctly
  • Installation on Chromium-based browsers is still janky
  • Still not compatible with Firefox for Android

This release has been tested on:

  • Firefox 106.0.1
  • Microsoft Edge 106.0.1370.52

v0.4

15 Jan 23:54
536b7ed
Compare
Choose a tag to compare

This version includes the following changes:

  • It is now possible to either hide the postpone button completely or show a confirmation dialog when clicking it. By default, the confirmation dialog is shown. It's also possible to opt out of this in the extension settings.
  • Whenever the helper messages get updated, the extension will now show all commits to the helper-messages repo since the last update (with links!). That way you can now see what changed instead of just being told that something changed. You can disable this in the settings if you want (below "Advanced settings" at the very bottom). (#21)
    grafik
  • Significantly improved error reporting
  • Sync settings now should work properly. Unfortunately some settings (notably, custom messages) can no longer be synced across devices due to technical limitations. In case you relied on this, I'd suggest creating a gist and using an url to that gist instead of storing the messages in the extension settings.
  • Refactored majority of the code for easier maintenance in the future
  • Fixed an error message showing up randomly (#38 and #39)
  • Fixed some minor issues with the message update timer

Known issues:

  • Incompatible with Firefox for Android

This release has been tested on:

  • Firefox Developer Edition 85.0b6
  • Microsoft Edge 87.0.664.75

v0.3

13 Jan 01:07
2283a4d
Compare
Choose a tag to compare

This version includes the following changes:

  • The text field now resizes automatically after using a shortcut (#19)
  • Fix type error when clipboard cannot be accessed
    • This adds support for Waterfox Classic and maybe more browsers (#22)
  • Added more error reporting (#29)
    • In case some exception occurs, the extension will now show an error badge on the extension icon and display the error message in the popup
    • Additionally, all errors now should be logged in the console (either the console of the current tab, or the extension console)

Known issues:

  • Incompatible with Firefox for Android 68

This release has been tested on:

  • Firefox Developer Edition 85.0b4
  • Microsoft Edge 87.0.664.75

v0.2

25 May 22:20
f166ee8
Compare
Choose a tag to compare
  • Added support for Chromium-based browsers (#1)
  • Fixed dropdown menu not being sorted correctly (#5)
  • Fixed "Add comment" button not being enabled when selecting a message from the dropdown menu (#6)
  • Fixed dropdown menu items not working sometimes
  • Fixed selection not matching pasted text if the clipboard text was surrounded in spaces (#10)
  • Fixed only first occurrence of %s% being replaced by clipboard text (#11)
  • Fixed last updated date not working correctly / using same value as last update check (#14)
  • Fixed options not displaying latest version of helper messages after updating manually (#2)

v0.1

25 May 09:35
Compare
Choose a tag to compare

This is the first release of the message extension! \o/