This repository has been archived by the owner on May 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGELOG
76 lines (61 loc) · 1.89 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
CHANGELOG
#########
v1.0.0 (2016-05-13)
======
- feat: add openvz support
- feat: add pids cgroup support (max tasks)
- feat: scroll
- feat: repaint screen on resize
- feat: use Docker container names if possible
- improv: systemd integration
- improv: docker image
- fix: use relative path to 'which' (#7)
- fix: crash when task is not present in cpuacct controller (#9)
- fix: fix crash on terminals which do not support invisible cursors
- fix: workaround broken blkio on some system
v0.4.1 (2015-05-14)
======
- feat: Python 3 support (@NicolasLM)
- feat: fold/unfold cgroup tree
- feat: hint/error message when no cgroup is found and boot2docker is installed
- fix \#3: crash when no cgroup is located
- fix: docker detection + actions under systemd
v0.4.0 (2015-04-19)
======
- feat: detect container system type (docker, systemd, lxc)
- feat: attach, enter, stop, kill supported containers
- feat: select container / follow container
- fix: mutiple crashes related to small screens
- fix: tree render
- enhancement: rewrite README
- enhancement: drop 'docopt' dependency
v0.3.1
======
- enhancement: drop 'psutil' dependency
- enhancement: python 2.6 compatibility
- fix: phantom container lines after cgroup termination
- doc: add screenshot
v0.3.0
======
- add command line
- add choose columns, sort columns from command line
- add choose refresh rate from command line
- add tree view + toggle from cmdline + toggle from keyboard
- add pause mode to ease text selections
- add status bar
- add CHANGELOG
- fix parse of 1-line dict-like cgroup pseudo-files
- drop peak memory usage column, meaningless in practise
v0.2.0
======
- add blkio bw column
- add time column
- enhancement: header contrast
- enhancement: remove 1st header line
- enhancement: header contrast
- add sort toggle on click
- highlight sort column
- exit with 'q'
v0.1.0
======
Initial release