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

Latest commit

 

History

History
86 lines (52 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

86 lines (52 loc) · 4.13 KB

Changelog

Version 1.1.0 (2020-01-18)

  • Allow invocation through runpy (issue #111)

Version 1.0.0 (2019-11-16)

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

Version 0.9.0 (2019-07-06)

  • 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 invalid type restriction for the timeout parameter of asciicast v2 headers (issue #97)

Version 0.8.0 (2019-01-20)

  • Implement still frame rendering (issue #50)
  • Properly handle zero width characters (issue #89)
  • Remove unused options for record CLI subcommand (min & max-frame-duration)

Version 0.7.0 (2018-12-09)

Version 0.6.0 (2018-11-04)

  • 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

Version 0.5.0 (2018-08-05)

  • Add support for hidden cursors
  • Add support for SVG templates (custom color themes, terminal UI, animation controls...) as discussed in issue #53
  • Remove --font and --theme options, as well as the termtosvg.ini configuration file
  • Fix select() deadlock on BSD and macOS (issue #18)

Version 0.4.0 (2018-07-08)

  • Add support for rendering recordings in asciicast v1 format (issue #15)
  • Add support for bold text rendering (pull request #35)
  • Use temporary file for logging (issue #12)

Version 0.3.0 (2018-07-02)

  • 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

Version 0.2.2 (2018-06-25)

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

Version 0.2.1 (2018-06-25)

  • Fallback to non bright colors when using an 8 color palette (issue #1)

Version 0.2.0 (2018-06-24)

  • Add support for the asciicast v2 recording format
  • Add subcommands for independently recording the terminal session and rendering the SVG animations

Version 0.1.0 (2018-06-16)

Initial release!