Skip to content

Commit

Permalink
Added DiskSpace screenshot. Bumped to version 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Njanderson committed Jun 24, 2019
1 parent f7919db commit e3cf473
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.0.6]
- Added DiskSpace, CPU Temperature. Adjusted battery icon.

## [1.0.5]
- Refactored code heavily, addressed Github issue with memory.used versus memory.active.

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
Display CPU frequency, usage, memory consumption, and battery percentage remaining within the VSCode status bar.

## Screenshots
![An example of resmon running](images/example.png)
![An example of resmon running](images/example.png).

![Disk space feature](images/ResmonDiskSpaceScreenshot.png).


## Requirements

Expand All @@ -27,6 +30,9 @@ A better solution for Windows CPU Usage would be great. I investigated alternati

# Change Log

## [1.0.6]
- Added DiskSpace, CPU Temperature. Adjusted battery icon.

## [1.0.5]
- Refactored code heavily, addressed Github issue with memory.used versus memory.active.

Expand Down
Binary file added images/ResmonDiskSpaceScreenshot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "resourcemonitor",
"displayName": "Resource Monitor",
"description": "Displays current CPU usage and frequency, memory consumption, and battery percentage remaining.",
"version": "1.0.5",
"description": "Displays current CPU stats, memory/disk consumption, and battery percentage remaining.",
"version": "1.0.6",
"publisher": "mutantdino",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit e3cf473

Please sign in to comment.