diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ac655..f580dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.17.0 | 2023-01-06 | `graphics()` added positionX, positionY (max OS) | +| 5.16.9 | 2022-12-27 | updated docs | | 5.16.8 | 2022-12-22 | `processes()` params truncated fix (max OS) | | 5.16.7 | 2022-12-22 | `processes()` commandLine missing spaces fix (windows) | | 5.16.6 | 2022-12-12 | `processes()` time format fix (linux) | diff --git a/LICENSE b/LICENSE index 1ef622c..7477998 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2022 Sebastian Hildebrandt +Copyright (c) 2014-2023 Sebastian Hildebrandt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 5ca192c..ab9d081 100644 --- a/README.md +++ b/README.md @@ -28,28 +28,6 @@ [![Caretaker][caretaker-image]][caretaker-url] [![MIT license][license-img]][license-url] -## Merry Christmas and Happy new year - -``` - .''. - .''. . *''* :_\/_: - :_\/_: _\(/_ .:.*_\/_* : /\ : - .''.: /\ : ./)\ ':'* /\ * : '..'. - :_\/_:'.:::. ' *''* * '.\'/.' _\(/_ - : /\ : ::::: *_\/_* -= o =- /)\ - '..' ':::' * /\ * .'/.\'. ' - *..* : - * - * /.\ * * . * - . /..'\ . . * . - */'.'\* . . . * * - * /.''.'\ * . . . * - . */.'.'.\* -.........".""""/'.''.'.\""."."........"."."....................... - ^^^[_]^^^* -``` -I wish you all a Merry Christmas and a peaceful New Year 2023. - ## The Systeminformation Project This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 500 versions published, up to 5 mio downloads per month, > 100 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project! @@ -133,6 +111,7 @@ si.cpu() (last 7 major and minor version releases) +- Version 5.17.0: `graphics()` added positionX, positionY (mac OS) - Version 5.16.0: `fsSize()` added rw property - Version 5.15.0: `blockDevices()` added device - Version 5.14.0: `blockDevices()` added raid group member (linux) @@ -355,8 +334,8 @@ Full function reference with examples can be found at [https://systeminformation | | ...[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].positionX | | | X | X | | display position X | +| | ...[0].positionY | | | X | X | | display position Y | | | ...[0].currentRefreshRate | X | | X | X | | current screen refresh rate | #### 7. Operating System @@ -1052,7 +1031,7 @@ All other trademarks are the property of their respective owners. >The [`MIT`][license-url] License (MIT) > ->Copyright © 2014-2022 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com). +>Copyright © 2014-2023 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com). > >Permission is hereby granted, free of charge, to any person obtaining a copy >of this software and associated documentation files (the "Software"), to deal diff --git a/docs/audio.html b/docs/audio.html index 3052891..ec84b89 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -262,7 +262,7 @@ si.audio().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -277,4 +277,4 @@ si.audio().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/battery.html b/docs/battery.html index a55e97d..b151704 100644 --- a/docs/battery.html +++ b/docs/battery.html @@ -308,7 +308,7 @@ si.battery().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -323,4 +323,4 @@ si.battery().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/bluetooth.html b/docs/bluetooth.html index 5ea80bb..6a3c0f1 100644 --- a/docs/bluetooth.html +++ b/docs/bluetooth.html @@ -226,7 +226,7 @@ si.bluetoothDevices().then(data => console.log(data));Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -241,4 +241,4 @@ si.bluetoothDevices().then(data => console.log(data));Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -284,4 +284,4 @@ - + \ No newline at end of file diff --git a/docs/contributors.html b/docs/contributors.html index 334257c..3f8a78e 100644 --- a/docs/contributors.html +++ b/docs/contributors.html @@ -111,7 +111,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -126,4 +126,4 @@ - + \ No newline at end of file diff --git a/docs/copyright.html b/docs/copyright.html index de57181..04ed3f4 100644 --- a/docs/copyright.html +++ b/docs/copyright.html @@ -49,7 +49,7 @@
     

    Software:

    -
    © 2022 Sebstian Hildebrandt, sebhildebrandt, +innovations
    +
    © 2023 Sebstian Hildebrandt, sebhildebrandt, +innovations
    @@ -123,7 +123,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -138,4 +138,4 @@ - + \ No newline at end of file diff --git a/docs/cpu.html b/docs/cpu.html index 46f8e3f..bf0e779 100644 --- a/docs/cpu.html +++ b/docs/cpu.html @@ -643,7 +643,7 @@ si.cpuTemperature().then(data => console.log(data));Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -658,4 +658,4 @@ si.cpuTemperature().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/docker.html b/docs/docker.html index 867c04f..ad7f6e9 100644 --- a/docs/docker.html +++ b/docs/docker.html @@ -1347,7 +1347,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -1362,4 +1362,4 @@ - + \ No newline at end of file diff --git a/docs/filesystem.html b/docs/filesystem.html index aa6dc1f..812e879 100644 --- a/docs/filesystem.html +++ b/docs/filesystem.html @@ -996,7 +996,7 @@ setInterval(function() {
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -1011,4 +1011,4 @@ setInterval(function() { - + \ No newline at end of file diff --git a/docs/general.html b/docs/general.html index b54c83e..57dd940 100644 --- a/docs/general.html +++ b/docs/general.html @@ -402,7 +402,7 @@ si.get(valueObject).then(data => console.log(data));Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -417,4 +417,4 @@ si.get(valueObject).then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index 7b20031..73065f5 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -168,7 +168,7 @@ async function cpuData() {
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -183,4 +183,4 @@ async function cpuData() { - + \ No newline at end of file diff --git a/docs/graphics.html b/docs/graphics.html index 0ba1309..7307d57 100644 --- a/docs/graphics.html +++ b/docs/graphics.html @@ -634,7 +634,7 @@ si.graphics().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -649,4 +649,4 @@ si.graphics().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/history.html b/docs/history.html index 8d900ce..f439996 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,16 @@ + + 5.17.0 + 2023-01-06 + graphics() added positionX, positionY (max OS) + + + 5.16.9 + 2022-12-27 + updated docs + 5.16.8 2022-12-22 @@ -2898,7 +2908,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • diff --git a/docs/index.html b/docs/index.html index 51c3af8..a70622f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -384,7 +384,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -401,4 +401,4 @@ - + \ No newline at end of file diff --git a/docs/issues.html b/docs/issues.html index 8b2efdb..683f9be 100644 --- a/docs/issues.html +++ b/docs/issues.html @@ -127,7 +127,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -142,4 +142,4 @@ - + \ No newline at end of file diff --git a/docs/memory.html b/docs/memory.html index 8cba8c8..455cecb 100644 --- a/docs/memory.html +++ b/docs/memory.html @@ -428,7 +428,7 @@ si.memLayout().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -443,4 +443,4 @@ si.memLayout().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/network.html b/docs/network.html index 40bd14f..cf247ab 100644 --- a/docs/network.html +++ b/docs/network.html @@ -842,7 +842,7 @@ setInterval(function() {
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -857,4 +857,4 @@ setInterval(function() { - + \ No newline at end of file diff --git a/docs/os.html b/docs/os.html index 12f443e..9841200 100644 --- a/docs/os.html +++ b/docs/os.html @@ -800,7 +800,7 @@ si.users().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -815,4 +815,4 @@ si.users().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/printer.html b/docs/printer.html index f710525..c04e790 100644 --- a/docs/printer.html +++ b/docs/printer.html @@ -239,7 +239,7 @@ si.printer().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -254,4 +254,4 @@ si.printer().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/processes.html b/docs/processes.html index a0a8004..5f1c511 100644 --- a/docs/processes.html +++ b/docs/processes.html @@ -754,7 +754,7 @@ si.services('mysql, postgres').then(data => console.log(data));Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -769,4 +769,4 @@ si.services('mysql, postgres').then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/security.html b/docs/security.html index c541423..f83404b 100644 --- a/docs/security.html +++ b/docs/security.html @@ -240,7 +240,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -255,4 +255,4 @@ - + \ No newline at end of file diff --git a/docs/statsfunctions.html b/docs/statsfunctions.html index ea80da3..6c69132 100644 --- a/docs/statsfunctions.html +++ b/docs/statsfunctions.html @@ -157,7 +157,7 @@ setTimeout(() => {
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -172,4 +172,4 @@ setTimeout(() => { - + \ No newline at end of file diff --git a/docs/system.html b/docs/system.html index 3c707f9..28bc2bf 100644 --- a/docs/system.html +++ b/docs/system.html @@ -583,7 +583,7 @@ si.chassis().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -598,4 +598,4 @@ si.chassis().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/tests.html b/docs/tests.html index 20e48d2..342d8bb 100644 --- a/docs/tests.html +++ b/docs/tests.html @@ -143,7 +143,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -158,4 +158,4 @@ - + \ No newline at end of file diff --git a/docs/trademarks.html b/docs/trademarks.html index 0ee4723..7d3fc0d 100644 --- a/docs/trademarks.html +++ b/docs/trademarks.html @@ -116,7 +116,7 @@
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -131,4 +131,4 @@ - + \ No newline at end of file diff --git a/docs/usb.html b/docs/usb.html index f2ce20f..b3c5690 100644 --- a/docs/usb.html +++ b/docs/usb.html @@ -274,7 +274,7 @@ si.usb().then(data => console.log(data));
  • Trademarks
  •  
  • Copyright & License  MIT license
  • -
  • © 2022 Sebastian Hildebrandt
  • +
  • © 2023 Sebastian Hildebrandt
  • +innovations GmbH
  • @@ -289,4 +289,4 @@ si.usb().then(data => console.log(data)); - + \ No newline at end of file diff --git a/docs/v4/battery.html b/docs/v4/battery.html index 0808a01..43d346a 100644 --- a/docs/v4/battery.html +++ b/docs/v4/battery.html @@ -291,7 +291,7 @@ si.battery().then(data => console.log(data));