Skip to content

Releases: switchtrue/JIRAChangelogBuilder

jira-changelog-builder-1.06.1

09 Dec 12:13
Compare
Choose a tag to compare

Bugfix (#28) so that the program doesn't hang on completion.

jira-changelog-builder-1.06

09 Dec 11:17
Compare
Choose a tag to compare

New Features:

  • Added --version-starts-with flag to restrict which versions appear in the changelog. See README.md for further details on how to use this.
  • Added --version-less-than-or-equal flag to restrict which version appear in the changelog. See README.md for further details on how to use this.

Changes:

The package name has been changed to remove references to foxopen. This project has nothing to do with FOXopen other than that I use FOXopen in my day job.

This has the side-effect of not being able to reload cached versions as these are simply serialised Java object using the old package name. However, this code will fail gracefully and simply obtain the version from JIRA again and re-cache. You may notice a slight delay on the first run after upgrading.

jira-changelog-builder-1.05.3

18 Jun 12:48
Compare
Choose a tag to compare

Updates to the JIRA API version used for JIRA 6.1.3.

jira-changelog-builder-1.05.2

02 Oct 05:43
Compare
Choose a tag to compare

System now exits if no version is found for the given version number argument.

jira-changelog-builder-1.05.1

17 Sep 05:54
Compare
Choose a tag to compare

Added handling of output file paths with whitespaces. Use escaped quotation marks and any that remain in the list will be automatically removed.
Fixed issue where mustache templates did not have a root directory to work from.
Fixed issue where objects newer than version 1.03.2 could not be cached, causing exceptions to trigger.

jira-changelog-builder-1.05.00

10 Sep 05:53
Compare
Choose a tag to compare

Added ability to specify the line endings to use in output changelog files.
By default, newlines processed from mustache templates will be normalised to the system method of line separation.

jira-changelog-builder-1.04.00

10 Sep 02:33
Compare
Choose a tag to compare

Added ability to create changelogs using Mustache templates! These templates can be used to create marked-up changelogs for neat formatting and are saved in their own output files.
If multiple issues have the same fix version, they are also sorted in descending order by creation date.
Custom changelog description fields can now be specified.
Included some example Mustache templates for plain-text, HTML and XML changelogs.
All issue types are now handled by the changelog builder.

jira-changelog-builder-1.03.0

12 Jul 03:25
Compare
Choose a tag to compare

Added ability to pass a custom JQL string through the command line to further filter the JIRA results.

jira-changelog-builder-1.02.2

06 Jul 08:13
Compare
Choose a tag to compare

Bugfix Release:

  • Fixed a bug relating to incorrect indentation of anything other than the first line of a changelog description for a single JIRA issue when the changelog description contains line breaks.