Skip to content

Commit

Permalink
Resource Monitor 17.02, huge improvements to disk usage command, read…
Browse files Browse the repository at this point in the history
…me entries

Signed-off-by: Joseph Lee <joseph.lee22590@gmail.com>
  • Loading branch information
josephsl committed Jan 26, 2017
1 parent 2336720 commit cdc769d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 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" : "16.10",
"addon_version" : "17.02",
# Author(s)
"addon_author" : "Alex Hall <mehgcap@gmail.com>, Joseph Lee <joseph.lee22590@gmail.com>, beqa gozalishvili <beqaprogger@gmail.com> and other NVDA contributors",
# URL for the add-on documentation support
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ If you have NvDA 2013.3 or later installed, you can change these shortcut keys.
This add-on does not replace task manager and other system information programs for Windows. Also note the following:

* 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.
* If there is heavy disk activity such as copying large files, there might be delays when obtaining disk usage information.

## Version 17.02

* Updated psutil dependency to 5.0.1.
* When checking disk usage, NVDA will no longer present an error dialog on some systems where a removable media is not properly recognized (such as when a card isn't inserted into a card reader).)

## Version 16.08

Expand Down

0 comments on commit cdc769d

Please sign in to comment.