Skip to content

Releases: sindrel/excalidraw-converter

v1.0.5

25 Aug 14:46
9028d53
Compare
Choose a tag to compare

Changelog

  • 9028d53 fix: Add proper handling of linebreaks (#19)

v1.0.4

25 Aug 13:23
Compare
Choose a tag to compare

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

28 Jun 19:35
Compare
Choose a tag to compare

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

28 Jun 18:30
Compare
Choose a tag to compare

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

18 Feb 19:08
98d484b
Compare
Choose a tag to compare

Changelog

  • 98d484b feat: Add support for rounded rectangles + normalize rotation (#11)
  • 415cc9f chore: Update goreleaser config

v0.2.1-rc1

18 Feb 12:15
Compare
Choose a tag to compare

Changelog

  • e407210 fix: Update goreleaser gha token

v0.2.1-rc0

18 Feb 12:08
a49be05
Compare
Choose a tag to compare

Changelog

v0.2.1

18 Feb 12:28
Compare
Choose a tag to compare

Changelog

  • Now supports installation using Homebrew on MacOS
  • 456d373 chore: Update readme

v0.2.0

18 Feb 10:57
Compare
Choose a tag to compare

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

29 Mar 10:05
Compare
Choose a tag to compare

Changelog

712de30 Refactor internals and update readme