diff --git a/CHANGELOG.md b/CHANGELOG.md
index d492634..8c9bff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,12 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
+| 4.22.5 | 2020-03-04 | `graphics()` fixed vram macOS |
+| 4.22.4 | 2020-03-01 | `versions()` added dotnet, typings fix |
+| 4.22.3 | 2020-02-20 | `memLayout()` code cleanup |
+| 4.22.2 | 2020-02-19 | `memLayout()` raspberry PI mem voltage fix |
+| 4.22.1 | 2020-02-17 | `memLayout()` raspberry PI support |
+| 4.22.0 | 2020-02-17 | `services()` added pids (windows) |
| 4.21.3 | 2020-02-16 | `versions()` fixed mysql version (macOS) |
| 4.21.2 | 2020-02-11 | `networkConnections()` fixed linux (debian) issue |
| 4.21.1 | 2020-01-31 | `networkGatewayDefault()` fixed windows 7 issue |
diff --git a/README.md b/README.md
index f1c5649..056f262 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
[![Sponsoring][sponsor-badge]][sponsor-url]
[![MIT license][license-img]][license-url]
-This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 250 versions published, up to 1 mio downloads per month, > 5 mio downloads overall. Thank you to all who contributed to this project!
+This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 300 versions published, up to 1 mio downloads per month, > 6 mio downloads overall. Thank you to all who contributed to this project!
## New Version 4.0
@@ -85,13 +85,13 @@ si.cpu()
(last 7 major and minor version releases)
+- Version 4.22.0: `services()` added pids (windows)
- Version 4.21.0: added npx copmpatibility
- Version 4.20.0: `battery()` added designcapacity, voltage, unit
- Version 4.19.0: `osInfo()` added uefi (OS uses UEFI during startup)
- Version 4.18.0: `networkInterfaces()` added dhcp for mac os, added dhcp linux fallback
- Version 4.17.0: `networkInterfaces()` added dhcp, dnsSuffix, ieee8021xAuth, ieee8021xState
- Version 4.16.0: `networkGatewayDefault()` added
-- Version 4.15.0: `cpu()` added governor (linux)
- ...
You can find all changes here: [detailed changelog][changelog-url]
@@ -355,7 +355,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| | [0].name | X | X | X | X | | name of service |
| | [0].running | X | X | X | X | | true / false |
| | [0].startmode | | | | X | | manual, automatic, ... |
-| | [0].pids | X | X | X | | | pids |
+| | [0].pids | X | X | X | X | | pids |
| | [0].pcpu | X | X | X | | | process % CPU |
| | [0].pmem | X | X | X | | | process % MEM |
diff --git a/docs/history.html b/docs/history.html
index d2af45c..5e40337 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -83,6 +83,36 @@