Releases: sindrel/excalidraw-converter
Releases · sindrel/excalidraw-converter
v1.0.5
Changelog
- 9028d53 fix: Add proper handling of linebreaks (#19)
v1.0.4
Changelog
- ebba978 fix: Remove deprecated archives.replacements in .goreleaser.yaml
- 76c2ccd feat: Determine output file name based on input file path (#16)
- 9ed3588 fix: Disable calling C code (#18)
- 4f92ca8 fix(deps): update module github.com/stretchr/testify to v1.8.4 (#15)
v1.0.3
Bug fixes
- Fixed application version output that broke after CLI refactor
Changelog
- 6cad77a fix: Set goreleaser ldflags to package cmd
- 387839b fix: Set ldflags in .goreleaser.yaml
v1.0.1
Breaking changes
- The
--input
flag (shorthand: -i
) must now be supplied when providing the path to the input file.
Improvements
- The output file path now defaults to
output.gliffy
. It can still be set using the --output
flag (shorthand: -o
).
- Added support for generating shell autocompletion scripts.
v0.3.1
Changelog
- 98d484b feat: Add support for rounded rectangles + normalize rotation (#11)
- 415cc9f chore: Update goreleaser config
v0.2.1-rc1
Changelog
- e407210 fix: Update goreleaser gha token
v0.2.1
Changelog
- Now supports installation using Homebrew on MacOS
- 456d373 chore: Update readme
v0.2.0
Changelog
- 0955522 fix: Update goreleaser release wf
- da02b33 fix: Replace deprecated goreleaser arg
- 58753ef fix: Fix object angle conversion, add tests, bump dependencies (#9)
- c8e68e7 Update actions/setup-go action to v3 (#4)
- 63f19ea Update actions/checkout action to v3 (#3)
- b20b1d4 Add renovate.json (#2)
v0.1.0
Changelog
712de30 Refactor internals and update readme