Skip to content

Releases: rlespinasse/drawio-exporter

v1.2.0

09 Nov 23:33
Compare
Choose a tag to compare

1.2.0 (2022-07-25)

Features

  • Add support for --embed-svg-images flag #25
  • Support markdown as an export format #26

Bug Fixes

  • Do not export deleted files when using --git-ref option #22

Refactoring

  • Improve link label cleanup during asciidoc export #18

v1.1.0

09 Nov 23:32
Compare
Choose a tag to compare

1.1.0 (2021-03-29)

Features

  • Add option to use Draw.io Desktop in headless mode #3

Bug Fixes

  • Remove file list output when using --git-ref option #3
  • Improve changes filtering using --git-ref option #3
  • Prevent the PATH arg from being empty. If needed, fallback to the current directory #3
  • Process page index correctly #3

Refactoring

  • Improve the error logs on Draw.io Desktop call #3
  • Support Draw.io Desktop v14.5.1 #3
    • --embed-diagram is now supported for PDF format #3
  • Updates default Linux path used by Draw.io Desktop since v14.5.1 #3
  • Support more link extraction types upon mxfile format #3
    • Link attached to a shape #3
    • Link label on multiple lines #3
  • Process the drawio files in the same order across OS #3

v1.0.0

09 Nov 23:32
Compare
Choose a tag to compare

1.0.0 (2021-03-24)

Features

  • Setup drawio exporter #1