v1.8.0 #243
whyisdifficult
announced in
Announcements
v1.8.0
#243
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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_editorto 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
python-magic-binon Windows for libmagic support by @anton-stadler in fix: use python-magic-bin on Windows for libmagic support #178puremagicinstead of python-magic by @NSPC911 in feat: use puremagic instead of python-magic #188aiohttpfrom3.13.3to3.13.4by @dependabot[bot] in Bump aiohttp from 3.13.3 to 3.13.4 #193pygmentsfrom2.19.2to2.20.0by @dependabot[bot] in Bump pygments from 2.19.2 to 2.20.0 #190pillowfrom12.1.1to12.2.0by @dependabot[bot] in Bump pillow from 12.1.1 to 12.2.0 #200gitpythonfrom3.1.47to3.1.50by @dependabot[bot] in Bump gitpython from 3.1.47 to 3.1.50 #237clickby @whyisdifficult in [JT-23] upgrade gitpython and click #228mistunefrom3.2.0to3.2.1by @dependabot[bot] in Bump mistune from 3.2.0 to 3.2.1 #238Other Changes
Bug Fixes
New Contributors
Full Changelog: v1.7.0...v1.8.0
This discussion was created from the release v1.8.0.
Beta Was this translation helpful? Give feedback.
All reactions