Skip to content

Releases: mikitex70/redmine_drawio

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.

Fixed working on Redmine 5

20 May 16:39
Compare
Choose a tag to compare

Thanks to the contribution from @sk-ys the plugin now works fine on Redmine 5.

Fixed viewer for diagrams in XML format

14 May 15:37
Compare
Choose a tag to compare

A recent change to the Drawio script for viewing diagrams in XML format broke the plug-in.
With this release it should be more resilient to change.