diff --git a/CHANGELOG.md b/CHANGELOG.md
index c40cf61..e2946a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
+| 4.14.1 | 2019-07-04 | `graphics()` added display position windows |
| 4.14.0 | 2019-07-03 | `processes()` added process path and params |
| 4.13.2 | 2019-07-02 | `versions()` fix getting all versions |
| 4.13.1 | 2019-07-01 | `versions()` gcc fix macos |
diff --git a/README.md b/README.md
index 2a08fbc..ce10d1a 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,8 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| | ...[0].resolutiony | X | | X | X | | pixel vertical |
| | ...[0].currentResX | X | | X | X | | current pixel horizontal |
| | ...[0].currentResY | X | | X | X | | current pixel vertical |
+| | ...[0].positionX | | | | X | | display position X |
+| | ...[0].positionY | | | | X | | display position Y |
| | ...[0].currentRefreshRate | X | | X | X | | current pixel vertical |
#### 7. Operating System
diff --git a/docs/history.html b/docs/history.html
index 8e89aee..e9f6dca 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -83,6 +83,11 @@