Skip to content

Commit a64bd9c

Browse files
committed
Version bump 1.3.0
1 parent 1769b6d commit a64bd9c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [![Build Status](https://travis-ci.org/bithavoc/node-desktop-idle.svg?branch=master)](https://travis-ci.org/bithavoc/node-desktop-idle)
44
> [![Monthly Downloads](https://img.shields.io/npm/dm/desktop-idle.svg)](https://www.npmjs.com/package/desktop-idle)
55
6-
Node/Electron module to detect idle desktop users (OSX, Windows, Linux and FreeBSD).
6+
Node/Electron module to detect idle desktop users (macOS, Windows, Linux, FreeBSD and OpenBSD).
77

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

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

2424
### Usage
2525
```

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"name": "desktop-idle",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "index.js",
55
"license": "MIT",
6-
"description": "Node/Electron module to detect idle desktop user (OSX, Windows and Linux)",
6+
"description": "Node/Electron module to detect idle desktop users(users away from keyboard) in macOS, Windows, Linux, FreeBSD and OpenBSD",
77
"bugs": {
88
"email": "[email protected]",
99
"url": "https://github.com/bithavoc/node-desktop-idle/issues"
1010
},
1111
"keywords": [
1212
"idle",
1313
"desktop",
14-
"electron"
14+
"electron",
15+
"away",
16+
"afk"
1517
],
1618
"homepage": "https://github.com/bithavoc/node-desktop-idle",
1719
"licenses": [

0 commit comments

Comments
 (0)