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));