summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 26 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 15d68d23..7ebbd9ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 1.4
+===========
+
+ * Goodby StatGrab... Welcome to the PsUtil library !
+ * No more autotools, use setup.py to install (or package)
+ * Only major stats (CPU, Load and memory) use background colors
+ * Improve operating system name detection
+ * New system info: one-line layout and add Arch Linux support
+ * No decimal places for values < GB
+ * New memory and swap layout
+ * Add percentage of usage for both memory and swap
+ * Add MEM% usage, NICE, STATUS, UID, PID and running TIME per process
+ * Add sort by MEM% ('m' key)
+ * Add sort by Process name ('p' key)
+ * Multiple minor fixes, changes and improvements
+ * Disable Disk IO module from the command line (-d)
+ * Disable Mount module from the command line (-m)
+ * Disable Net rate module from the command line (-n)
+ * Improved FreeBSD support
+ * Cleaning code and style
+ * Code is now checked with pep8
+ * CSV and HTML output (experimental functions, no yet documentation)
+
Version 1.3.7
=============
@@ -12,7 +35,7 @@ Version 1.3.6
* Change static Python path (issue #20)
* Correct a bug with a network interface disaippear (issue #27)
* Add French and Spanish translation (thx to Jean Bob)
-
+
Version 1.3.5
=============
@@ -23,8 +46,8 @@ Version 1.3.4
=============
* New key: 'n' to enable/disable network stats
- * New key: 'd' to enable/disable disk IO stats
- * New key: 'f' to enable/disable FS stats
+ * New key: 'd' to enable/disable disk IO stats
+ * New key: 'f' to enable/disable FS stats
* Reorganised the screen when stat are not available|disable
* Force Glances to use the enmbeded fs stats (issue #16)