Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Releases: nbedos/termtosvg

1.1.0

18 Jan 20:13
Compare
Choose a tag to compare

This release includes a single change:

  • Allow invocation through runpy (issue #111)

1.0.0

16 Nov 15:13
Compare
Choose a tag to compare

This is the long overdue version 1.0.0 which includes a single fix:

  • Add more templates that follow the standard color palette for terminal colors. Change default template to 'powershell'. (issue #105)

0.9.0

06 Jul 14:43
Compare
Choose a tag to compare
  • Switch from SMIL animations to animations created via CSS or the Web Animations API (issues #75, #86, #94)
  • Add CLI option --loop-delay for customization of the delay between two loops of the animation (issue #95)
  • Fix text length computation involving wide Unicode characters (issue #96)
  • Fix type restriction for the timeout parameter of asciicast v2 headers (issue #97)

0.8.0

20 Jan 15:05
Compare
Choose a tag to compare
  • Implement still frame rendering (issue #50)
  • Properly handle zero width characters (issue #89)
  • Remove unused options for record CLI subcommand (min & max-frame-duration)

0.7.0

09 Dec 14:34
Compare
Choose a tag to compare

0.6.0

04 Nov 11:33
Compare
Choose a tag to compare
  • Add base16-default-dark color theme (pull request #57)
  • Add manual pages in groff format (issue #53)
  • Add support for italic, underscore and strikethrough style attributes (pull requests
    #60 and #62)
  • Add --min-frame-duration command line option (issue #33)
  • Add --max-frame-duration command line option
  • Remove unused --verbose command line option
  • Reduce file size by optimizing the use of SVG attributes

0.5.0

05 Aug 13:54
Compare
Choose a tag to compare
  • Fix select() deadlock on BSD and Mac OS (#18)
  • Add support for hidden cursors
  • Remove --font and --theme options, as well as the termtosvg.ini configuration
    file
  • Add support for SVG templates (custom color themes, terminal UI, animation
    controls...)

0.4.0

08 Jul 14:24
Compare
Choose a tag to compare

Features:

  • Add support for rendering recordings in asciicast v1 format (#15)
  • Add support for bold text rendering (#35)

Fix:

  • Use temporary file for logging (#12)

0.3.0

02 Jul 20:31
Compare
Choose a tag to compare
  • Add support for a font option (pull request #3)
  • Drop support for color information gathering from Xresources (fixes issues #5 and #6)
  • Add configuration file in INI format for defining preferred font and color theme, and for adding or modifying color themes

0.2.2

25 Jun 20:19
Compare
Choose a tag to compare

Prevent crash when no Xresources string can be retrieved from the Xserver (issue #2)