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

Commit 7fe781b

Browse files
committed
Bump version
1 parent 77b8a26 commit 7fe781b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 0.9.0rc0 (2019-07-06)
4+
5+
* Switch from SMIL animations to animations created via CSS or the Web Animations API (issues[#75](https://github.com/nbedos/termtosvg/issues/75),
6+
[#86](https://github.com/nbedos/termtosvg/issues/86),
7+
[#94](https://github.com/nbedos/termtosvg/issues/94))
8+
* Add CLI option `--loop-delay` for customization of the delay between two loops of the animation ([issue #95](https://github.com/nbedos/termtosvg/issues/95))
9+
* Fix text length computation involving wide Unicode characters ([issue #96](https://github.com/nbedos/termtosvg/issues/96))
10+
* Fix invalid type restriction for the timeout parameter of asciicast v2 headers ([issue #97](https://github.com/nbedos/termtosvg/issues/97))
11+
12+
313
## Version 0.8.0 (2018-01-20)
414

515
* Implement still frame rendering ([issue #50](https://github.com/nbedos/termtosvg/issues/50))

man/termtosvg-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% TERMTOSVG-TEMPLATES(5)
22
% Nicolas Bedos
3-
% November 2018
3+
% July 2019
44

55
## DESCRIPTION
66
templates are SVG files in which termtosvg embeds animations. Using templates makes it possible to:

man/termtosvg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% TERMTOSVG(1)
22
% Nicolas Bedos
3-
% December 2018
3+
% July 2019
44

55
## SYNOPSIS
66
**termtosvg** [output_path] [-c COMMAND] [-D DELAY] [-g GEOMETRY] [-m MIN_DURATION] [-M MAX_DURATION] [-s] [-t TEMPLATE] [--help]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='termtosvg',
7-
version='0.8.0',
7+
version='0.9.0rc0',
88
license='BSD 3-clause license',
99
author='Nicolas Bedos',
1010
author_email='nicolas.bedos@gmail.com',

0 commit comments

Comments
 (0)