This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests. Also send corrections if you spot any mistakes.
- Initial public release
- Additional features added: tables and panels.
- Color is now stripped when converting from jira to markdown as standard markdown does not support color.
- Removed citations due to a bug
- Fixed a bug in how titled code blocks were rendered
- Fixed a bug where dashes were being converted to strike throughs in situations they shouldn't have been. Before the fix, the string "ABC-1234 and DEF-5678" would have been converted to (HTML): "ABC
1234 and DEV5678" or (Markdown): "ABC1234 and DEV5678" which is invalid. After the fix, no strikethroughs will be added to the converted output unless there is at least 1 space before the first dash (or double tilde) and after the last dash (or double tilde).