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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedos committed Jul 8, 2018
1 parent c9912db commit 502a31d
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 that renders your command
line sessions as standalone SVG animations.

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

More examples of recordings can be found [here](https://github.com/nbedos/termtosvg/blob/0.4.0rc0/examples/examples.md)
More examples of recordings can be found [here](https://github.com/nbedos/termtosvg/blob/0.4.0/examples/examples.md)

## Motivation
I really like the clean look of SVG animations. I 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.4.0rc0/examples/awesome.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0/examples/awesome.svg">
</p>

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

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

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

## unittest.svg
<p align="center">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0/examples/unittest.svg">
<img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0/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.4.0rc0',
version='0.4.0',
licence='BSD 3-clause license',
author='Nicolas Bedos',
description='Record terminal sessions as SVG animations',
Expand Down

0 comments on commit 502a31d

Please sign in to comment.