Skip to content

Releases: matthiasblaesing/netbeans-mantis-integration

MantisIntegration 1.8.3

06 Jul 16:24
Compare
Choose a tag to compare
  • [Bugfix] Bundle JAXB and soap api library with the plugin to enable running MantisIntegration on JDK 9+
  • [Bugfix] Fix problem when deleting queries

MantisIntegration 1.6

07 Mar 20:37
Compare
Choose a tag to compare
  • [#32] Bugfix: Fix attaching note to issue on commit for mantis version >= 2.0.0.
    This change introduces a new configuration option in the repository options. There you can set the resolution and status that should be set if an issue is closed via a commit.
  • [#26] Bugfix: Closed issues are not displayed in the normal search.
    This bugfix requires a mantis version >= 2.0.0. Before 2.0.0 the API did not offer enough options

MantisIntegration 1.5

19 Sep 18:24
Compare
Choose a tag to compare
  • [Bugfix] Fix exception on Mantis installations without custom fields (introduced in 1.4)

MantisIntegration 1.4

04 Sep 15:12
Compare
Choose a tag to compare
  • [Bugfix] Fix handling of Mantis URLs, that end in a slash
  • [Bugfix] Currect initialization of custom fields
  • [Feature] Allow syncing issue sheduling information to server (using custom fields)
  • [Feature] Implement read status provider
  • [Feature] Add option to enable additional http basic authentication support

MantisIntegration 1.3

09 May 20:32
Compare
Choose a tag to compare
  • [Feature] Support dark themes
  • [Feature] Make all columns in issue table resizable
  • [Bugfix] Ensure current value is always part of selection list
  • [Bugfix] Fix tag handling (Swing EDT violation)

MantisIntegration 1.2

07 Jan 11:36
Compare
Choose a tag to compare

Relevant changes:

  • Feature: custom fields are now supported in the issue view
  • Feature: improved error/exception display
  • Maintanance: Code cleanup and EDT handling improvement