Releases: sindrel/excalidraw-converter
Releases · sindrel/excalidraw-converter
v1.4.2
Changelog
- e09c13a fix: Add padding to canvas placement offset to avoid clipping (#39)
- 9cef259 fix: Remove overflowing background when text parent is a line (#38)
- f017c49 chore: Add CONTRIBUTING.md
- 6734b6a chore: Add issue templates
- cd81862 chore: Add CODE_OF_CONDUCT.md
- 62e8c92 chore: Add SECURITY.md
- 182a8b2 chore(deps): update actions/setup-go action to v5 (#36)
v1.4.0
New Features
- This release introduces support for free drawings 🎉
- The command
exconv version
now includes a version check that outputs whether the installed version is the latest
Changelog
- 8b56eac feat: Add support for free drawings (pencil tool) (#34)
- 8828a5a chore: Add binary build and cmds to ci tests
- d8594f6 fix: Refactor gliffy conversion; separate conversion and file output (#33)
- 5dc7ec3 feat: Add version check that outputs whether the installed version is the latest (#32)
v1.3.0
New Features
This release introduces support for embedded images! Thanks to @AZhur771 🎉
Changelog
v1.2.2
Changelog
- a6ec797 chore: go mod tidy
- e29c03b fix(deps): update module github.com/spf13/cobra to v1.8.0 (#29)
- 73785f8 chore: Update regression test data formatting, update readme
- aab763f fix: Add vertical align for text (#30)
New Contributors
v1.2.0
Changelog
- 9b8d190 feat: Set top-left anchor point for objects
v1.1.0
Changelog
- d57a53a feat: Add support for text contained in shapes (#25)
- 11b3dfd chore(deps): update actions/checkout action to v4 (#22)
v1.0.6
Changelog
- e325ac9 feat: Default to printing help when arguments not provided (#21)
v1.0.5-rc1
Changelog
- 5303ee2 fix: Add proper handling of linebreaks