v2.1.0
MartinBenninger
released this
02 Jul 08:58
·
514 commits
to master
since this release
New features:
- Added the option to create a new issue based on the current work item
- This will create a new issue in GitLab/GitHub filled with the data from the current work item
- The new issue is also linked to the work item
- Added support for using issue templates from GitLab/GitHub
- This will look for an issue template named "rtc-work-item-v1.md" in the git repository
- If it finds a template it will be used to format the new issue
- The template uses Handlebars syntax and can access all work item attributes making it very configurable
- The template also allows for work item attributes containing markdown to be rendered correctly as markdown (otherwise they will be rendered as HTML which is also supported by markdown)
Improvements:
- Changed the icons (now using nice font-awesome icons)
- The view no longer scrolls to the top when a new item to link is added/removed
- Refactored the presentation code
- Fixed a bug with the way that git commit links are encoded (had problems with some special characters)