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

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedos committed Jun 25, 2018
1 parent 8d2b735 commit 8afd1ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ A Linux terminal recorder written in Python which renders your command
line sessions as standalone SVG animations.

<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/awesome.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/awesome.svg">
</p>

More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.2.1/examples/examples.md)
More examples of recordings [here](https://github.com/nbedos/termtosvg/blob/0.2.2/examples/examples.md)

## Motivation
I really like the clean look of SVG animations and I also wanted to see
Expand Down
10 changes: 5 additions & 5 deletions examples/examples.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Examples
## awesome.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/awesome.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/awesome.svg">
</p>

## colors.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/colors.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/colors.svg">
</p>

## ipython.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/ipython.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/ipython.svg">
</p>

## htop.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/htop.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/htop.svg">
</p>

## unittest.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1/examples/unittest.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2/examples/unittest.svg">
</p>
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.2.1',
version='0.2.2',
description='Record terminal sessions as SVG animations',
long_description='A Linux terminal recorder written in Python '
'which renders your command line sessions as '
Expand Down

0 comments on commit 8afd1ae

Please sign in to comment.