Skip to content

Releases: MrMarble/termsvg

v0.9.2

18 May 13:30
e245e6b
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

  • b791093 chore: ignore magic numbers

v0.9.1

18 May 11:39
8acef5c
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.9.0

14 Feb 16:50
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.5.0

12 Mar 15:01
Compare
Choose a tag to compare

Changelog

Features

  • f108c8b feat(export): add minify option

Others

  • 794f83f chore(workflow): install pre-commit
  • 5d8bc75 chore: minify examples
  • 21a2ec1 perf(colors): join slices
  • 739e6e0 perf(colors): use indexed slice instead of map
  • 35185af refactor(colors): generate linted files

v0.4.0

12 Mar 10:46
Compare
Choose a tag to compare

Changelog

Features

  • a70eeab feat(color): add support to xterm 256 colors.

Bug fixes

  • 0376296 fix(svg): ignore transparent background

Others

  • be130f3 chore(examples): update with 256 color support
  • adb9048 doc(readme): add badges
  • 0068ef1 style(svg): remove whitespace

v0.3.0

08 Mar 19:57
Compare
Choose a tag to compare

Changelog

Features

  • 295ef7c feat(css): add support for selectors
  • fcc29ad feat(internal): add uniqueid package
  • c4068b5 feat(rec): use microseconds instead of miliseconds

Bug fixes

  • dc058ca fix(svg): instantiate array outside of for loop

Others

  • 86a017a chore(): update examples
  • 5f36857 chore(examples): update examples
  • 9d3d337 refactor(asciicast): improve usability and documentation
  • 5ff272e refactor(color): use string array to improve performance
  • 2b8e436 refactor(logs): use zerolog
  • 62410db refactor(svg): move to internal package.
  • a6b79ca refactor(svg): reduce final file size
  • b5f4831 refactor(svg): use interface for better testing
  • 8d7d490 refactor(test): common helpers
  • 4360c80 test(svg): add basic tests