Skip to content

Releases: mikitex70/redmine_drawio

Redmine 6 support

23 Nov 17:33
Compare
Choose a tag to compare

This is a fixed release for Redmine 6 (thanks to @liaham).
There are also some minor changes, see the CHANGELOG.md.

Mathjax imported from the Drawio URL

17 Nov 12:05
Compare
Choose a tag to compare

Now the Mathjax library is imported from the Drawio site, simplifying configuration and management.
Also added a couple of minor fixes/improvements on the handling of diagrams in XML format.
For more details, see the CHANGELOG.md.

Fixed some bug

22 Oct 16:28
Compare
Choose a tag to compare

Fixed a bug with the drawio_dmsf macro, and another related to MathJax.
See the CHANGELOG.md for details.

Fixed passing arguments to the drawio url

24 Jun 14:33
Compare
Choose a tag to compare

Now it's possible to pass configuration arguments in the Draw.io service url configuration option of the plugin.
For example, if you have a local Draw.io installation at http://drawio.local, you can configure the url as:

http://drawio.local/draw?stealth=1

to disable loading diagrams from external urls.

Fixed commonmark support

28 Jan 10:05
Compare
Choose a tag to compare

Fixed wiki toolbar with the common mark syntax.
Many thants to @liaham.

Fixed error when when checkig email

09 Dec 10:06
Compare
Choose a tag to compare

Fixed a small error related to emails.

Fixed working on Redmine 4

13 Sep 16:56
Compare
Choose a tag to compare

Version 'v1.4.3' introduced an error that prevented the plugin from working on Redmine 4.
This version fixes it, as well as some fixes in the integration with the WYSIWYG plugin.
See the 'CHANGELOG' for details.

Fixed toolbar buttons in the WYSIWYG editor plugin

07 Sep 16:14
Compare
Choose a tag to compare

With this release the toolbar buttons for inserting/editing the macros are available also in the WYSIWYG editor plugin.
The buttons are also available in the native editor when using the Redmine 5 experimental CommonMark Markdown (GitHub flavor).
This release has also some fix in the German translation.
See the CHANGELOG.md for details.

Diagrams included in PDF exports

16 Jul 16:44
Compare
Choose a tag to compare

Now diagrams are included in the PDF export of pages from Redmine.
There are other small fixes, see the CHANGELOG.md for the details.

Potential XSS security vulnerability

18 Jun 08:52
Compare
Choose a tag to compare

Fixed a potential XSS security vulnerability on macro dialogs.
The vulnerability is really minimal as the form is never submitted, but can made happy automatic scanning tools.

Other German translations have also been added in this version.