commit/resourceMonitor: josephsl: Add-on 16.08, readme updated

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 15 Aug 2016 16:10:53 -0000

1 new commit in resourceMonitor:

https://bitbucket.org/nvdaaddonteam/resourcemonitor/commits/68db345eb064/
Changeset:   68db345eb064
Branch:      master
User:        josephsl
Date:        2016-08-15 15:38:35+00:00
Summary:     Add-on 16.08, readme updated

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 3f62ba6..4dcc11e 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("A handy resource monitor to report CPU load, 
memory usage, battery, disk usage status and more."),
        # version
-       "addon_version" : "4.5",
+       "addon_version" : "16.08",
        # Author(s)
        "addon_author" : "Alex Hall <mehgcap@xxxxxxxxx>, Joseph Lee 
<joseph.lee22590@xxxxxxxxx>, beqa gozalishvili <beqaprogger@xxxxxxxxx> and 
other NVDA contributors",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 297ab7d..aaff799 100644
--- a/readme.md
+++ b/readme.md
@@ -5,8 +5,6 @@
 
 This plugin gives information about CPU load, memory usage and other resource 
usage information.
 
-Important: Resource Monitor 3.1 is not compatible with NvDA 2013.3 or earlier. 
If you use 2013.3 or earlier, please use Resource Monitor 3.0.
-
 # Shortcuts #
 
 * NVDA+Shift+E Presents used ram, average processor load, and battery info if 
available.
@@ -25,6 +23,14 @@ This add-on does not replace task manager and other system 
information programs
 * CPU usage is given for logical processors, not physical cores. This is 
noticeable for processors which uses Hyper-Threading where number of CPU's is 
twice the number of CPU cores.
 * There might be a short delay when getting processor usage information.
 
+## Version 16.08
+
+Starting with version 16.08, add-on releases will be shown as 
year.month.revision.
+
+* Various revisions of Windows 10 are now properly recognized (such as 1607 
for build 14393).
+* Windows 10 build revisions (after installing cumulative updates) are 
properly recognized (such as 14393.51).
+* If using Insider Preview builds, this fact is recognized.
+
 ## Changes for 4.5 ##
 
 * Add-on repository has moved to GitHub (can be found at 
https://github.com/josephsl/resourcemonitor).

Repository URL: https://bitbucket.org/nvdaaddonteam/resourcemonitor/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/resourceMonitor: josephsl: Add-on 16.08, readme updated - commits-noreply