diff --git a/CHANGELOG.md b/CHANGELOG.md index fb90a05..d19d276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.21.23 | 2024-01-20 | `cpu()` improved CPU speed parsing | | 5.21.22 | 2023-12-22 | `README.md` updated docs and HTML | | 5.21.21 | 2023-12-21 | added end of year message | | 5.21.20 | 2023-12-03 | `powerShell()` fix invalid pattern (windows) | diff --git a/LICENSE b/LICENSE index 7477998..bcffe57 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2023 Sebastian Hildebrandt +Copyright (c) 2014-2024 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 7315610..372565c 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 2024. - ## The Systeminformation Project This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 8 mio downloads per month, > 220 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project! @@ -1077,7 +1055,7 @@ All other trademarks are the property of their respective owners. >The [`MIT`][license-url] License (MIT) > ->Copyright © 2014-2023 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com). +>Copyright © 2014-2024 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 ec84b89..cd02625 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -262,7 +262,7 @@ si.audio().then(data => console.log(data));