summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2013-08-07 23:10:46 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2013-08-07 23:10:46 +0200
commit221ecd47d58f71191035748d32909da91ec65387 (patch)
treefde57042249cc05847725ca4c7a9f1fc1b527c05
parent0ee30b0956124e779bef9ccf7c2039d2f855cd26 (diff)
Add doc for 1.7
-rw-r--r--NEWS14
-rw-r--r--docs/images/battery.pngbin0 -> 6918 bytes
-rw-r--r--docs/images/hddtemp.pngbin0 -> 2251 bytes
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3264373d..17813875 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,18 @@
Version 1.7
===========
- * ...
-
+ * Add monitored processes list
+ * Add hard disk temperature monitoring (thanks to the HDDtemp daemon)
+ * Add batteries capacities information (thanks to the Batinfo lib)
+ * Add command line argument -r toggles processes (reduce CPU usage)
+ * Add command line argument -1 to run Glances in per CPU mode
+ * Platform/architecture is more specific now
+ * XML-RPC server: Add IPv6 support for the client/server mode
+ * Add support for local conf file
+ * Add a uninstall script
+ * Add getNetTimeSinceLastUpdate() getDiskTimeSinceLastUpdate() and getProcessDiskTimeSinceLastUpdate() in the API
+ * Add more translation: Italien, Chinese
+ * and last but not least... up to 100 hundred bugs corrected / software and docs improvments
Version 1.6.1
=============
diff --git a/docs/images/battery.png b/docs/images/battery.png
new file mode 100644
index 00000000..238b7b94
--- /dev/null
+++ b/docs/images/battery.png
Binary files differ
diff --git a/docs/images/hddtemp.png b/docs/images/hddtemp.png
new file mode 100644
index 00000000..e238efad
--- /dev/null
+++ b/docs/images/hddtemp.png
Binary files differ