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

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedos committed Nov 4, 2018
1 parent 68e072e commit ad59126
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Changelog

## Version 0.6.0 (2018-11-04)

* Add base16-default-dark color theme ([pull request #57](https://github.com/nbedos/termtosvg/pull/57))
* Add manual pages in groff format ([issue #53](https://github.com/nbedos/termtosvg/issues/53))
* Add support for italic, underscore and strikethrough style attributes (pull requests
[#60](https://github.com/nbedos/termtosvg/pull/60) and [#62](https://github.com/nbedos/termtosvg/pull/62))
* Add --min-frame-duration command line option ([issue #33](https://github.com/nbedos/termtosvg/issues/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](https://github.com/nbedos/termtosvg/issues/53)
* Remove --font and --theme options, as well as the termtosvg.ini configuration file
* Fix select() deadlock on BSD and Mac OS ([issue #18](https://github.com/nbedos/termtosvg/issues/18))


## Version 0.4.0 (2018-07-08)

* Add support for rendering recordings in asciicast v1 format ([issue #15](https://github.com/nbedos/termtosvg/issues/15))
* Add support for bold text rendering ([pull request #35](https://github.com/nbedos/termtosvg/pull/35))
* Use temporary file for logging ([issue #12](https://github.com/nbedos/termtosvg/issues/12))


## Version 0.3.0 (2018-07-02)

* Add support for a font option ([pull request #3](https://github.com/nbedos/termtosvg/pull/3))
* Drop support for color information gathering from Xresources (fixes [issues #5](https://github.com/nbedos/termtosvg/issues/5) and [#6](https://github.com/nbedos/termtosvg/issues/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](https://github.com/nbedos/termtosvg/issues/2))


## Version 0.2.1 (2018-06-25)

* Fallback to non bright colors when using an 8 color palette ([issue #1](https://github.com/nbedos/termtosvg/issues/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!
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage:
@echo " make build # Build source distribution archives"
@echo " make deploy_prod # Upload source distribution archives to pypi.org"
@echo " make deploy_test # Upload source distribution archives to test.pypi.org"
@echo " make man # Build manual pages"
@echo " make man # Build manual pages"
@echo " make static # Render examples of SVG animations"
@echo " make tests # Run unit tests"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='termtosvg',
version='0.5.0',
version='0.6.0',
license='BSD 3-clause license',
author='Nicolas Bedos',
author_email='[email protected]',
Expand Down

0 comments on commit ad59126

Please sign in to comment.