Skip to content

Commit

Permalink
0.5.0 release (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek authored Jan 4, 2017
1 parent f5c450e commit e38c2cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## 0.5.0


### Features

* Realtime events from docker daemon refresh container info and image info buffers.
* Layer size is now displayed in layer tree view. [#115](https://github.com/TomasTomecek/sen/issues/115)
* ANSI escape sequences are now stripped from container logs. [#67](https://github.com/TomasTomecek/sen/issues/67)


### Bug fixes

* Viewing container logs should no longer break sen's interface. [#112](https://github.com/TomasTomecek/sen/issues/112)
* Various issues, race conditions, code quality and performance was either fixed or improved.


## 0.4.0


Expand Down
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.3.1-dev"
__version__ = "0.5.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 @@ -12,7 +12,7 @@

setup(
name='sen',
version='0.4.0',
version='0.5.0',
description="Terminal User Interface for Docker Engine",
author='Tomas Tomecek',
author_email='tomas@tomecek.net',
Expand Down

0 comments on commit e38c2cc

Please sign in to comment.