Skip to content

Commit

Permalink
Version bump 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc committed Nov 25, 2019
1 parent 1769b6d commit a64bd9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [![Build Status](https://travis-ci.org/bithavoc/node-desktop-idle.svg?branch=master)](https://travis-ci.org/bithavoc/node-desktop-idle)
> [![Monthly Downloads](https://img.shields.io/npm/dm/desktop-idle.svg)](https://www.npmjs.com/package/desktop-idle)
Node/Electron module to detect idle desktop users (OSX, Windows, Linux and FreeBSD).
Node/Electron module to detect idle desktop users (macOS, Windows, Linux, FreeBSD and OpenBSD).

**Stable | Actively maintained | Pull Requests Welcome**

Expand All @@ -19,7 +19,7 @@ yarn add desktop-idle
### Cross-Platform Support
* **Windows:** [GetLastInputInfo](https://msdn.microsoft.com/en-us/library/windows/desktop/ms646302(v=vs.85).aspx), see `src/win/idle.cc`.
* **Mac(OSX):** [CoreGraphics Event Source](https://developer.apple.com/documentation/coregraphics/1408790-cgeventsourcesecondssincelasteve), see `src/mac/idle.cc`.
* **Linux:** [X Screensaver](https://linux.die.net/man/3/xscreensaverqueryinfo), see `src/linux/idle.cc`.
* **Linux & FreeBSD & OpenBSD:** [X Screensaver](https://linux.die.net/man/3/xscreensaverqueryinfo), see `src/linux/idle.cc`.

### Usage
```
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "desktop-idle",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"description": "Node/Electron module to detect idle desktop user (OSX, Windows and Linux)",
"description": "Node/Electron module to detect idle desktop users(users away from keyboard) in macOS, Windows, Linux, FreeBSD and OpenBSD",
"bugs": {
"email": "im@bithavoc.io",
"url": "https://github.com/bithavoc/node-desktop-idle/issues"
},
"keywords": [
"idle",
"desktop",
"electron"
"electron",
"away",
"afk"
],
"homepage": "https://github.com/bithavoc/node-desktop-idle",
"licenses": [
Expand Down

0 comments on commit a64bd9c

Please # to comment.