Skip to content

v1.8.0

Choose a tag to compare

@whyisdifficult whyisdifficult released this 16 May 10:56
· 25 commits to main since this release
Immutable release. Only release title and notes can be modified.
9794bb1

What's Changed

New Features

The most important feature in this release is the support for editing rich text-based fields when creating or updating work items. These fields include an issue's description, environment, comments' body and any custom field with type textarea.

JiraTUI is now able to convert ADF to Markdown and Markdown to ADF. The tools supports CommonMark syntax.

Important: this feature is still in beta.

The second important feature is a revamped UI for creating new work items. The new layout displays text-based fields in a separate column for easy access.

In addition, this release adds a new configuration variable text_editor to specify an external text editor to use for editing Markdown of text-based fields. The default value is the value of the system's EDITOR env variable.

The full list of new features follows:

Minor Improvements

Other Changes

Bug Fixes

  • Use relative URLs when fetching attachment contents when using Jira DC instance by @whyisdifficult in #197

New Contributors

Full Changelog: v1.7.0...v1.8.0