Skip to content

Releases: MrMarble/termsvg

v0.10.0

05 Oct 13:42
74fe5d1

Choose a tag to compare

Added support for bold,italic,dim and underlined text (#16)

Full Changelog: v0.9.4...v0.10.0

v0.9.4

04 Oct 18:19
bf55b63

Choose a tag to compare

What's Changed

  • ci(lint): update golangci by @MrMarble in #13
  • fix(install-script): use BSD compatible mktemp arguments by @MrMarble in #12
  • fix(color): rgb values where out of order by @MrMarble in #14
  • fix(rec): Correctly handles pause by @MrMarble in #17

Full Changelog: v0.9.2...v0.9.4

v0.9.3

12 Jul 10:29

Choose a tag to compare

Changelog

Bug fixes

  • e5fd280 fix(color): rgb values where out of order

Others

  • 0a919bd ci(lint): update golangci (#13)
  • 87eea6b fix(install-script): use BSD compatible mktemp arguments (#12)

v0.9.2

18 May 13:30
e245e6b

Choose a tag to compare

Changelog

Bug fixes

Others

  • b791093 chore: ignore magic numbers

v0.9.1

18 May 11:39
8acef5c

Choose a tag to compare

Changelog

Bug fixes

v0.9.0

14 Feb 16:50

Choose a tag to compare

Changelog

Features

  • 3921093 feat: add support for windows

Others

  • a7f5a2c build: use zip for windows

v0.8.0

14 Feb 16:35

Choose a tag to compare

Changelog

Features

  • 88ab954 feat: update dependencies

Others

  • d88d161 Add option to not render terminal window
  • c1352fc Add test & change cli description
  • ceb7ddc Change colWidth to avoid collisions
  • 51921a6 Merge pull request #7 from BoogerMan2103/window
  • 3aa0859 Overriding background color for render without term-window
  • 9f1523c build: disable function inlining
  • 4ce4fc9 build: upgrade config
  • 19b44ff chore: add borderless example
  • c66abc5 chore: minify example
  • d927643 chore: remove wsl linter
  • e905494 ci: upgrade workflows
  • 8b70e72 style: fix linter issues

v0.7.0

08 Dec 23:11
1aebbfe

Choose a tag to compare

Changelog

Others

  • d0c3e62 Add params for custom bg and text colors in export
  • 7776b19 Added parameter to skip the first line
  • 687a10e Added warning note if skipping first line
  • 1aebbfe Merge pull request #3 from chiefMarlin/master

v0.6.1

05 May 08:15

Choose a tag to compare

Changelog

Bug fixes

  • 1f4eca4 fix(export): handle 16777217th color
  • 9213c8a fix(export): use same syntax

Others

  • 5862f8a docs(readme): add missing export command
  • 392bf79 docs(readme): update command syntax

v0.6.0

08 Apr 10:46

Choose a tag to compare

Changelog

Features

  • 7b35051 feat(cmd): add version commmand

Others

  • 86feee6 build(goreleaser): configuration changes
  • 49cf5ab build: add installation script
  • 18504d6 build: add setup task
  • 265eb1f docs(examples): add examples information
  • 1849526 docs(readme): update usage
  • 09ba945 liencense: use GPL 3
  • 24288db style(main): fix linter issues