Skip to content

Commit

Permalink
Merge pull request #72 from TomasTomecek/0.3.0
Browse files Browse the repository at this point in the history
0.3.0 release
  • Loading branch information
TomasTomecek committed May 4, 2016
2 parents d048e10 + ab09bab commit f8403ad
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

You can [see the features yourself](/docs/features.md).

![sen preview](/data/sen-preview.gif)
![Preview of sen](/data/sen-preview.gif)

# Installation and running `sen`

Expand Down
Binary file added data/container-info.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image-info.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image-tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/sen-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/sen-preview.png
Binary file not shown.
13 changes: 10 additions & 3 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@

You can invoke the buffer with `f5`.

[![asciicast](https://asciinema.org/a/145qljt3ki9t7oauq30vsdhip.png)](https://asciinema.org/a/145qljt3ki9t7oauq30vsdhip)
![Image Tree](/data/image-tree.gif)


## Container Info

Press `<enter>` to see more info about a container.

![Image Tree](/data/container-info.gif)


## Image Info

Press `<enter>` to see the defatiled info about your image.
Press `<enter>` to see the detailed info about your image.

[![asciicast](https://asciinema.org/a/exhi7zj7bs9t1wb6j5gg4fddb.png)](https://asciinema.org/a/exhi7zj7bs9t1wb6j5gg4fddb)
![Image Tree](/data/image-info.gif)
2 changes: 1 addition & 1 deletion sen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from sen.constants import FALLBACK_LOG_PATH

__version__ = "0.1"
__version__ = "0.3.0"


def set_logging(name="sen", level=logging.DEBUG, path=FALLBACK_LOG_PATH):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_requirements():

setup(
name='sen',
version='0.2.3-dev',
version='0.3.0',
description="Terminal User Interface for Docker Engine",
author='Tomas Tomecek',
author_email='[email protected]',
Expand Down

0 comments on commit f8403ad

Please sign in to comment.