Skip to content

Commit e38c2cc

Browse files
authored
0.5.0 release (#118)
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent f5c450e commit e38c2cc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

33

4+
## 0.5.0
5+
6+
7+
### Features
8+
9+
* Realtime events from docker daemon refresh container info and image info buffers.
10+
* Layer size is now displayed in layer tree view. [#115](https://github.com/TomasTomecek/sen/issues/115)
11+
* ANSI escape sequences are now stripped from container logs. [#67](https://github.com/TomasTomecek/sen/issues/67)
12+
13+
14+
### Bug fixes
15+
16+
* Viewing container logs should no longer break sen's interface. [#112](https://github.com/TomasTomecek/sen/issues/112)
17+
* Various issues, race conditions, code quality and performance was either fixed or improved.
18+
19+
420
## 0.4.0
521

622

sen/__init__.py

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

33
from sen.constants import FALLBACK_LOG_PATH
44

5-
__version__ = "0.3.1-dev"
5+
__version__ = "0.5.0"
66

77

88
def set_logging(name="sen", level=logging.DEBUG, path=FALLBACK_LOG_PATH):

setup.py

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

1313
setup(
1414
name='sen',
15-
version='0.4.0',
15+
version='0.5.0',
1616
description="Terminal User Interface for Docker Engine",
1717
author='Tomas Tomecek',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)