systeminformation/docs/history.html
2025-01-04 11:08:49 +01:00

3478 lines
160 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-9ZfPnbegQSumzaE7mks2IYgHoayLtuto3AS6ieArECeaR8nCfliJVuLh/GaQ1gyM" crossorigin="anonymous">
<link rel="stylesheet" href="roboto/css/roboto.css">
<link rel="stylesheet" href="styles.css">
<script src="main.js"></script>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="192x192" href="/assets/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<title>systeminformation</title>
</head>
<body>
<nav class="nav">
<div class="container">
<a href="."><img class="logo float-left" src="assets/logo.png" alt="logo">
<div class="title float-left">systeminformation</div>
</a>
<div class="text float-right github"><a href="https://github.com/sebhildebrandt/systeminformation">View on Github <i class="fab fa-github"></i></a></div>
<div class="text float-right todocs"><a href="./#docs">Docs Overview</a></div>
</div>
</nav>
<div class="container-fluid">
<section class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-3 col-xl-2 menu" id="menu">
</div>
<div class="col-12 col-md-8 col-lg-9 col-xl-10 content">
<div class="row">
<div class="col-12 sectionheader">
<div class="title">Version History</div>
<div class="text">
<h3>Major and Breaking Changes</h3>
<p>To see detaild information on major und breaking changes for version 5.x, refer to the <a href="changes.html">Version 5 - Changes</a> page.<br>Be aware version 5 is <strong>NOT fully backward compatible</strong> to version 4.x ...</p>
<h3>Full version history</h3>
<table class="table table-sm table-bordered table-striped">
<thead>
<tr>
<th scope="col">Version</th>
<th scope="col" width="12%">Date</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.24.9</th>
<td>2025-01-04</td>
<td><span class="code">checkWebsite()</span> reestablished certificate validation</td>
</tr>
<tr>
<th scope="row">5.24.8</th>
<td>2025-01-03</td>
<td><span class="code">powerShell()</span> detect default ppowerShell path (windows)</td>
</tr>
<tr>
<th scope="row">5.24.7</th>
<td>2025-01-03</td>
<td><span class="code">system()</span> chassis type detection improved (macOS)</td>
</tr>
<tr>
<th scope="row">5.24.6</th>
<td>2025-01-02</td>
<td><span class="code">cpu()</span> clean brand string (linux)</td>
</tr>
<tr>
<th scope="row">5.24.5</th>
<td>2025-01-02</td>
<td><span class="code">users()</span> improved date parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.24.4</th>
<td>2025-01-02</td>
<td><span class="code">prototype pollution()</span> added prototypes</td>
</tr>
<tr>
<th scope="row">5.24.3</th>
<td>2025-01-01</td>
<td><span class="code">prototype pollution()</span> deno compatibility</td>
</tr>
<tr>
<th scope="row">5.24.2</th>
<td>2025-01-01</td>
<td><span class="code">versions()</span> fixed node version</td>
</tr>
<tr>
<th scope="row">5.24.1</th>
<td>2024-12-31</td>
<td><span class="code">versions()</span> fixed deno and bun</td>
</tr>
<tr>
<th scope="row">5.24.0</th>
<td>2024-12-31</td>
<td><span class="code">versions()</span> added deno and bun</td>
</tr>
<tr>
<th scope="row">5.23.25</th>
<td>2024-12-30</td>
<td><span class="code">system()</span> adapted model and version (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.24</th>
<td>2024-12-29</td>
<td><span class="code">osInfo()</span> improved logo file detection</td>
</tr>
<tr>
<th scope="row">5.23.23</th>
<td>2024-12-25</td>
<td><span class="code">bluetoothDevices()</span> added parsing vendor ID (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.22</th>
<td>2024-12-25</td>
<td><span class="code">memLayout()</span> fix manufacturer Apple Silicon (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.21</th>
<td>2024-12-24</td>
<td><span class="code">osInfo()</span> fix fqdn (linux)</td>
</tr>
<tr>
<th scope="row">5.23.20</th>
<td>2024-12-24</td>
<td><span class="code">inetChecksite()</span> fix timeout</td>
</tr>
<tr>
<th scope="row">5.23.19</th>
<td>2024-12-24</td>
<td><span class="code">inetChecksite()</span> refactored using internal node functions</td>
</tr>
<tr>
<th scope="row">5.23.18</th>
<td>2024-12-24</td>
<td><span class="code">cpu()</span> Handle RISC-V CPU Manufacturer and Brand</td>
</tr>
<tr>
<th scope="row">5.23.17</th>
<td>2024-12-23</td>
<td><span class="code">wifiConnections()</span> refactored - Sequoia compatibel (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.16</th>
<td>2024-12-22</td>
<td><span class="code">networkConnections()</span> refactored PID parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.15</th>
<td>2024-12-21</td>
<td><span class="code">users()</span>, <span class="code">wifiNetworks()</span> fixed parsing (macOS Seguoia)</td>
</tr>
<tr>
<th scope="row">5.23.14</th>
<td>2024-12-18</td>
<td><span class="code">chassis()</span> new chassis detection (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.13</th>
<td>2024-12-14</td>
<td><span class="code">wifiConnections()</span> improved BSSID parsing (windows)</td>
</tr>
<tr>
<th scope="row">5.23.12</th>
<td>2024-12-13</td>
<td><span class="code">networkConnections()</span> fixed PID parsing macOS >= version 15 (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.11</th>
<td>2024-12-13</td>
<td><span class="code">networkConnections()</span> fixed wrong PID parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.23.10</th>
<td>2024-12-12</td>
<td><span class="code">time()</span> changes retrieval of timezones (linux, macOS)</td>
</tr>
<tr>
<th scope="row">5.23.9</th>
<td>2024-12-11</td>
<td><span class="code">typings</span> added definitions with overload</td>
</tr>
<tr>
<th scope="row">5.23.8</th>
<td>2024-12-10</td>
<td><span class="code">system()</span> added Raspberry 500 detection</td>
</tr>
<tr>
<th scope="row">5.23.7</th>
<td>2024-12-09</td>
<td><span class="code">networkInterfaces()</span> sanitizing SSID names (windows)</td>
</tr>
<tr>
<th scope="row">5.23.6</th>
<td>2024-12-08</td>
<td><span class="code">system()</span> added Raspberry CM5 detection</td>
</tr>
<tr>
<th scope="row">5.23.5</th>
<td>2024-08-21</td>
<td><span class="code">processLoad()</span> fixed * process list (linux)</td>
</tr>
<tr>
<th scope="row">5.23.4</th>
<td>2024-08-06</td>
<td><span class="code">baseboard()</span> <span class="code">chassis()</span>cleaned defaults (linux)</td>
</tr>
<tr>
<th scope="row">5.23.3</th>
<td>2024-08-02</td>
<td><span class="code">usb()</span> fixed dublicate etries (windows)</td>
</tr>
<tr>
<th scope="row">5.23.2</th>
<td>2024-08-01</td>
<td><span class="code">execSync()</span> fixed EFAULT (linux)</td>
</tr>
<tr>
<th scope="row">5.23.1</th>
<td>2024-07-31</td>
<td><span class="code">disklayout()</span> updated docs</td>
</tr>
<tr>
<th scope="row">5.23.0</th>
<td>2024-07-31</td>
<td><span class="code">usb()</span> added serialNumber linux</td>
</tr>
<tr>
<th scope="row">5.22.11</th>
<td>2024-06-10</td>
<td><span class="code">osInfo()</span> added macOS Sequoia</td>
</tr>
<tr>
<th scope="row">5.22.10</th>
<td>2024-05-31</td>
<td><span class="code">powerShellStart()</span> fixed kill issue</td>
</tr>
<tr>
<th scope="row">5.22.9</th>
<td>2024-05-13</td>
<td><span class="code">memLayout()</span> fixed typo manufacturer</td>
</tr>
<tr>
<th scope="row">5.22.8</th>
<td>2024-05-05</td>
<td><span class="code">utils()</span> replaced deprecated util._extend</td>
</tr>
<tr>
<th scope="row">5.22.7</th>
<td>2024-04-02</td>
<td><span class="code">battery()</span> fixed designed capacity issue (windows)</td>
</tr>
<tr>
<th scope="row">5.22.6</th>
<td>2024-03-20</td>
<td><span class="code">networkInterfaces()</span> fixed speed of not connected interfaces (windows)</td>
</tr>
<tr>
<th scope="row">5.22.5</th>
<td>2024-03-19</td>
<td><span class="code">wifiConnections()</span> fixed formatting bssid (macOS)</td>
</tr>
<tr>
<th scope="row">5.22.4</th>
<td>2024-03-16</td>
<td><span class="code">uuid()</span> improved parsing machine id (linux)</td>
</tr>
<tr>
<th scope="row">5.22.3</th>
<td>2024-03-15</td>
<td><span class="code">memLayout()</span> improved parsing memory bank (windows)</td>
</tr>
<tr>
<th scope="row">5.22.2</th>
<td>2024-03-14</td>
<td><span class="code">chassis()</span> type, assetTag, sku improved parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.22.1</th>
<td>2024-03-12</td>
<td><span class="code">wifiConnections()</span> patch for mac OS Sonome 14.4 (macOS)</td>
</tr>
<tr>
<th scope="row">5.22.0</th>
<td>2024-02-18</td>
<td><span class="code">wifiConnections()</span> added quality attribute</td>
</tr>
<tr>
<th scope="row">5.21.25</th>
<td>2024-02-17</td>
<td><span class="code">wifiConnections()</span> fixed signal strength (windows)</td>
</tr>
<tr>
<th scope="row">5.21.24</th>
<td>2024-01-21</td>
<td><span class="code">osInfo()</span> improved release version parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.21.23</th>
<td>2024-01-20</td>
<td><span class="code">cpu()</span> improved cpu speed parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.21.22</th>
<td>2023-12-22</td>
<td><span class="code">README.md</span> updated docs and HTML</td>
</tr>
<tr>
<th scope="row">5.21.21</th>
<td>2023-12-21</td>
<td><span class="code">Thank you</span> added end of year message</td>
</tr>
<tr>
<th scope="row">5.21.20</th>
<td>2023-12-03</td>
<td><span class="code">powerShell()</span> fix invalid pattern (windows)</td>
</tr>
<tr>
<th scope="row">5.21.19</th>
<td>2023-12-03</td>
<td><span class="code">typings</span> fix typings OsData</td>
</tr>
<tr>
<th scope="row">5.21.18</th>
<td>2023-11-24</td>
<td><span class="code">networkConnections()</span> fix truncated ip6 addr (macOS)</td>
</tr>
<tr>
<th scope="row">5.21.17</th>
<td>2023-11-11</td>
<td><span class="code">system()</span> Raspberry Pi 5 name fix</td>
</tr>
<tr>
<th scope="row">5.21.16</th>
<td>2023-11-09</td>
<td><span class="code">currentLoad()</span> improved parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.21.15</th>
<td>2023-10-27</td>
<td><span class="code">wifiConnections()</span> improved parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.21.14</th>
<td>2023-10-26</td>
<td><span class="code">execSync()</span> added explicit encoding (linux)</td>
</tr>
<tr>
<th scope="row">5.21.13</th>
<td>2023-10-21</td>
<td><span class="code">system()</span> Raspberry Pi 5 detection</td>
</tr>
<tr>
<th scope="row">5.21.12</th>
<td>2023-10-17</td>
<td><span class="code">system()</span> Raspberry CM4S detection</td>
</tr>
<tr>
<th scope="row">5.21.11</th>
<td>2023-10-05</td>
<td><span class="code">osInfo()</span> fix getLogoFile (BSD)</td>
</tr>
<tr>
<th scope="row">5.21.10</th>
<td>2023-10-04</td>
<td><span class="code">wifiNetworks()</span> improved parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.21.9</th>
<td>2023-09-25</td>
<td><span class="code">general</span> code cleanup</td>
</tr>
<tr>
<th scope="row">5.21.8</th>
<td>2023-09-20</td>
<td><span class="code">battery()</span> fixed parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.21.7</th>
<td>2023-09-19</td>
<td><span class="code">wifiConnections()</span> <span class="code">wifiNetworks()</span>fixed security issue (linux)</td>
</tr>
<tr>
<th scope="row">5.21.6</th>
<td>2023-09-18</td>
<td><span class="code">baseboard()</span> improved parsing (windows)</td>
</tr>
<tr>
<th scope="row">5.21.5</th>
<td>2023-09-15</td>
<td><span class="code">chassis()</span>, <span class="code">baseboard()</span> improved parsing (windows)</td>
</tr>
<tr>
<th scope="row">5.21.4</th>
<td>2023-09-02</td>
<td><span class="code">wifiConnections()</span> fixed when no wifi chip (macOS)</td>
</tr>
<tr>
<th scope="row">5.21.3</th>
<td>2023-08-31</td>
<td><span class="code">cpuTemperature()</span> improved parsing for AMD (linux)</td>
</tr>
<tr>
<th scope="row">5.21.2</th>
<td>2023-08-30</td>
<td><span class="code">cpuTemperature()</span> improved parsing for AMD (linux)</td>
</tr>
<tr>
<th scope="row">5.21.1</th>
<td>2023-08-28</td>
<td><span class="code">graphics()</span> subVendor fix (linux)</td>
</tr>
<tr>
<th scope="row">5.21.0</th>
<td>2023-08-28</td>
<td><span class="code">graphics()</span> added subVendor (linux) <span class="code">mamLayout()</span> DDR5 detection (windows)</td>
</tr>
<tr>
<th scope="row">5.20.0</th>
<td>2023-08-25</td>
<td><span class="code">mem()</span> new properties writeback and dirty (linux)</td>
</tr>
<tr>
<th scope="row">5.19.1</th>
<td>2023-08-23</td>
<td><span class="code">wifiNetworks()</span> improved parsing SSID (macOS)</td>
</tr>
<tr>
<th scope="row">5.19.0</th>
<td>2023-08-22</td>
<td><span class="code">currentLoad()</span> new properties steal and guest time (linux)</td>
</tr>
<tr>
<th scope="row">5.18.15</th>
<td>2023-08-10</td>
<td><span class="code">npx()</span> command extended</td>
</tr>
<tr>
<th scope="row">5.18.14</th>
<td>2023-08-09</td>
<td><span class="code">fsSize()</span> fixed syntax error</td>
</tr>
<tr>
<th scope="row">5.18.13</th>
<td>2023-08-08</td>
<td><span class="code">mem()</span> fixed error handling</td>
</tr>
<tr>
<th scope="row">5.18.12</th>
<td>2023-08-05</td>
<td><span class="code">fsSize()</span> rw /snap/ issue fixed (linux)</td>
</tr>
<tr>
<th scope="row">5.18.11</th>
<td>2023-08-04</td>
<td><span class="code">bluetooth()</span> improved parsing</td>
</tr>
<tr>
<th scope="row">5.18.10</th>
<td>2023-07-28</td>
<td><span class="code">cpu()</span> fixed chach sizes, extended sockets (windows)</td>
</tr>
<tr>
<th scope="row">5.18.9</th>
<td>2023-07-26</td>
<td><span class="code">fsSize()</span> fixed missing rw property (windows)</td>
</tr>
<tr>
<th scope="row">5.18.8</th>
<td>2023-07-25</td>
<td><span class="code">cpu()</span> added AMD ZEN 4 base frequencies</td>
</tr>
<tr>
<th scope="row">5.18.7</th>
<td>2023-07-12</td>
<td><span class="code">osInfo()</span> added macOS Sonoma code name (macOS)</td>
</tr>
<tr>
<th scope="row">5.18.6</th>
<td>2023-06-28</td>
<td><span class="code">graphics()</span> fixed catch errors (macOS)</td>
</tr>
<tr>
<th scope="row">5.18.5</th>
<td>2023-06-26</td>
<td><span class="code">cpu()</span> fix parsing amd (macOS)</td>
</tr>
<tr>
<th scope="row">5.18.4</th>
<td>2023-06-22</td>
<td><span class="code">graphics()</span> fixed parsing (macOS)</td>
</tr>
<tr>
<th scope="row">5.18.3</th>
<td>2023-06-09</td>
<td><span class="code">tests</span> improved key handling, updated docs</td>
</tr>
<tr>
<th scope="row">5.18.2</th>
<td>2023-06-08</td>
<td><span class="code">fsSize()</span> improved error handling (alpine linux)</td>
</tr>
<tr>
<th scope="row">5.18.1</th>
<td>2023-06-07</td>
<td><span class="code">networkInterfaces()</span> cleaned up testVirtualNic</td>
</tr>
<tr>
<th scope="row">5.18.0</th>
<td>2023-06-06</td>
<td><span class="code">fssize()</span> added optional drive parameter</td>
</tr>
<tr>
<th scope="row">5.17.17</th>
<td>2023-06-03</td>
<td><span class="code">osInfo()</span> improved fqdn (linux)</td>
</tr>
<tr>
<th scope="row">5.17.16</th>
<td>2023-05-30</td>
<td><span class="code">usb()</span> fix parsing JSON (macOS)</td>
</tr>
<tr>
<th scope="row">5.17.15</th>
<td>2023-05-29</td>
<td><span class="code">powerShell()</span> added NoProfile attribute (windows)</td>
</tr>
<tr>
<th scope="row">5.17.14</th>
<td>2023-05-29</td>
<td><span class="code">diskLayout()</span> <span class="code">osInfo()</span>fix parsing issue (macOS)</td>
</tr>
<tr>
<th scope="row">5.17.13</th>
<td>2023-05-24</td>
<td><span class="code">typings</span> fix typings dynamicData, networkInterfaceData</td>
</tr>
<tr>
<th scope="row">5.17.12</th>
<td>2023-02-28</td>
<td><span class="code">uuid()</span> fix unique mac address issue (Android)</td>
</tr>
<tr>
<th scope="row">5.17.11</th>
<td>2023-02-27</td>
<td><span class="code">blockDevices()</span> raid added label, uuid (linux)</td>
</tr>
<tr>
<th scope="row">5.17.10</th>
<td>2023-02-23</td>
<td><span class="code">blockDevices()</span> fixed parsing raids (linux)</td>
</tr>
<tr>
<th scope="row">5.17.9</th>
<td>2023-02-11</td>
<td><span class="code">system()</span> fix model Apple Silicon</td>
</tr>
<tr>
<th scope="row">5.17.8</th>
<td>2023-01-30</td>
<td><span class="code">system()</span> improved virtual host detection for Parallels</td>
</tr>
<tr>
<th scope="row">5.17.7</th>
<td>2023-01-29</td>
<td><span class="code">processes()</span> fixed CPU usage info (windows)</td>
</tr>
<tr>
<th scope="row">5.17.6</th>
<td>2023-01-29</td>
<td><span class="code">processes()</span> fixed Node Version 8 compatibility issues</td>
</tr>
<tr>
<th scope="row">5.17.5</th>
<td>2023-01-29</td>
<td><span class="code">processes()</span> improved parsing of all services (linux)</td>
</tr>
<tr>
<th scope="row">5.17.4</th>
<td>2023-01-24</td>
<td><span class="code">networkInterfaces()</span> sanitizing interface names</td>
</tr>
<tr>
<th scope="row">5.17.3</th>
<td>2023-01-10</td>
<td><span class="code">processes()</span> fix elapsed time parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.17.2</th>
<td>2023-01-10</td>
<td><span class="code">utils</span> fix killing powershell (windows)</td>
</tr>
<tr>
<th scope="row">5.17.1</th>
<td>2023-01-06</td>
<td><span class="code">graphics()</span> positionX, positionY Ventura fix (macOS)</td>
</tr>
<tr>
<th scope="row">5.17.0</th>
<td>2023-01-06</td>
<td><span class="code">graphics()</span> added positionX, positionY (macOS)</td>
</tr>
<tr>
<th scope="row">5.16.9</th>
<td>2022-12-27</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">5.16.8</th>
<td>2022-12-22</td>
<td><span class="code">processes()</span> params truncated fix (macOS)</td>
</tr>
<tr>
<th scope="row">5.16.7</th>
<td>2022-12-22</td>
<td><span class="code">processes()</span> commandLine missing spaces fix (windows)</td>
</tr>
<tr>
<th scope="row">5.16.6</th>
<td>2022-12-12</td>
<td><span class="code">processes()</span> time format fix (linux)</td>
</tr>
<tr>
<th scope="row">5.16.5</th>
<td>2022-12-09</td>
<td><span class="code">inetLatency()</span> fix for alpine (linux)</td>
</tr>
<tr>
<th scope="row">5.16.4</th>
<td>2022-12-09</td>
<td><span class="code">processes()</span> fix started (linux alpine)</td>
</tr>
<tr>
<th scope="row">5.16.3</th>
<td>2022-12-08</td>
<td><span class="code">users()</span> fix when multiple exporer.exe opened (windows)</td>
</tr>
<tr>
<th scope="row">5.16.2</th>
<td>2022-12-08</td>
<td><span class="code">dockerContainerStats()</span> improved calculation cpuPercent</td>
</tr>
<tr>
<th scope="row">5.16.1</th>
<td>2022-12-04</td>
<td>code cleanup, moved from lgtm to GitHub Code Scan</td>
</tr>
<tr>
<th scope="row">5.16.0</th>
<td>2022-12-01</td>
<td><span class="code">fsSize()</span> added rw attribute (win, linux, macOS, BSD)</td>
</tr>
<tr>
<th scope="row">5.15.1</th>
<td>2022-11-29</td>
<td><span class="code">typings</span> fixed typo</td>
</tr>
<tr>
<th scope="row">5.15.0</th>
<td>2022-11-29</td>
<td><span class="code">blockDevices()</span> added device (win, linux, macOS)</td>
</tr>
<tr>
<th scope="row">5.14.4</th>
<td>2022-11-21</td>
<td><span class="code">osInfo()</span> improved uefi parsing (FreeBSD)</td>
</tr>
<tr>
<th scope="row">5.14.3</th>
<td>2022-11-20</td>
<td><span class="code">graphics()</span> multi monitor current refresh rate (windows)</td>
</tr>
<tr>
<th scope="row">5.14.2</th>
<td>2022-11-20</td>
<td><span class="code">osInfo()</span> improved parsing (FreeBSD)</td>
</tr>
<tr>
<th scope="row">5.14.1</th>
<td>2022-11-20</td>
<td><span class="code">mamLayout()</span> bank descriptor cleanup (linux)</td>
</tr>
<tr>
<th scope="row">5.14.0</th>
<td>2022-11-19</td>
<td><span class="code">blockDevices()</span> added raid group (linux)</td>
</tr>
<tr>
<th scope="row">5.13.5</th>
<td>2022-11-18</td>
<td><span class="code">users()</span> fix pasring issue (windows)</td>
</tr>
<tr>
<th scope="row">5.13.4</th>
<td>2022-11-18</td>
<td><span class="code">users()</span> fix issue (windows)</td>
</tr>
<tr>
<th scope="row">5.13.3</th>
<td>2022-11-18</td>
<td><span class="code">cpuTemperature()</span> fix main temp (linux)</td>
</tr>
<tr>
<th scope="row">5.13.2</th>
<td>2022-11-18</td>
<td><span class="code">cpuTemperature()</span> fix main temp (linux)</td>
</tr>
<tr>
<th scope="row">5.13.1</th>
<td>2022-11-18</td>
<td><span class="code">processLoad()</span> fix main pid (linux)</td>
</tr>
<tr>
<th scope="row">5.13.0</th>
<td>2022-11-17</td>
<td><span class="code">networkConnections()</span> added process name (macOS)</td>
</tr>
<tr>
<th scope="row">5.12.15</th>
<td>2022-11-16</td>
<td><span class="code">networkConnections()</span> adapted parsing to reflect also UDP (macOS)</td>
</tr>
<tr>
<th scope="row">5.12.14</th>
<td>2022-11-11</td>
<td>Restored <span class="code">powershell</span> compatibility for version 7.3 (windows)</td>
</tr>
<tr>
<th scope="row">5.12.13</th>
<td>2022-11-06</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">5.12.12</th>
<td>2022-11-03</td>
<td>fix typescript typings</td>
</tr>
<tr>
<th scope="row">5.12.11</th>
<td>2022-10-27</td>
<td><span class="code">wifiInterfaces()</span>, <span class="code">wifiConnections()</span> improved parsing (linux)</td>
</tr>
<tr>
<th scope="row">5.12.10</th>
<td>2022-10-25</td>
<td><span class="code">bluetoothDevices()</span> adapted to new profile (macOS)</td>
</tr>
<tr>
<th scope="row">5.12.9</th>
<td>2022-10-24</td>
<td>fix typescript typings, code cleanup, docs updated</td>
</tr>
<tr>
<th scope="row">5.12.8</th>
<td>2022-10-23</td>
<td><span class="code">processes()</span> fix truncated command (windows)</td>
</tr>
<tr>
<th scope="row">5.12.7</th>
<td>2022-10-15</td>
<td><span class="code">versions()</span> fix postgres</td>
</tr>
<tr>
<th scope="row">5.12.6</th>
<td>2022-08-18</td>
<td><span class="code">networkConnections()</span> udp fix (windows)</td>
</tr>
<tr>
<th scope="row">5.12.5</th>
<td>2022-08-11</td>
<td><span class="code">cpu()</span> virtualization fix (macOS)</td>
</tr>
<tr>
<th scope="row">5.12.4</th>
<td>2022-08-09</td>
<td><span class="code">cpuTemperture()</span> fix main (linux)</td>
</tr>
<tr>
<th scope="row">5.12.3</th>
<td>2022-08-04</td>
<td><span class="code">networkInterfaces()</span> operstate fix (macOS)</td>
</tr>
<tr>
<th scope="row">5.12.2</th>
<td>2022-08-01</td>
<td><span class="code">services()</span> Ubuntu 22.04 fix</td>
</tr>
<tr>
<th scope="row">5.12.1</th>
<td>2022-07-14</td>
<td><span class="code">cpuTemperature()</span> Apple Silicon support (see docs)</td>
</tr>
<tr>
<th scope="row">5.12.0</th>
<td>2022-07-12</td>
<td><span class="code">cpu()</span> added performance and efficiency cores</td>
</tr>
<tr>
<th scope="row">5.11.26</th>
<td>2022-07-12</td>
<td><span class="code">cpu()</span> fix issue parsing physical cores (linux)</td>
</tr>
<tr>
<th scope="row">5.11.25</th>
<td>2022-07-11</td>
<td><span class="code">fsSize()</span> fix issue filtering (df)</td>
</tr>
<tr>
<th scope="row">5.11.24</th>
<td>2022-07-10</td>
<td><span class="code">fsSize()</span> fix parsing linux (df)</td>
</tr>
<tr>
<th scope="row">5.11.23</th>
<td>2022-07-09</td>
<td><span class="code">fsSize()</span>,<span class="code">basebard()</span>,<span class="code">cpuTemeratur()</span> fixes</td>
</tr>
<tr>
<th scope="row">5.11.22</th>
<td>2022-06-24</td>
<td><span class="code">processes()</span> improved parsing (linux, macOS)</td>
</tr>
<tr>
<th scope="row">5.11.21</th>
<td>2022-06-17</td>
<td><span class="code">fsSize()</span> fix parsing linux (df)</td>
</tr>
<tr>
<th scope="row">5.11.20</th>
<td>2022-06-13</td>
<td><span class="code">diskLayout()</span> fix parsing linux (JSON)</td>
</tr>
<tr>
<th scope="row">5.11.19</th>
<td>2022-06-13</td>
<td><span class="code">diskLayout()</span> optimized parsing linux (JSON)</td>
</tr>
<tr>
<th scope="row">5.11.18</th>
<td>2022-06-13</td>
<td><span class="code">diskLayout()</span> fix parsing linux (JSON)</td>
</tr>
<tr>
<th scope="row">5.11.17</th>
<td>2022-06-13</td>
<td><span class="code">diskLayout()</span> fix parsing linux (JSON)</td>
</tr>
<tr>
<th scope="row">5.11.16</th>
<td>2022-05-30</td>
<td><span class="code">docs</span> updated <span class="code">tests</span> added node 18</td>
</tr>
<tr>
<th scope="row">5.11.15</th>
<td>2022-05-11</td>
<td><span class="code">audio()</span> fix typescript typings</td>
</tr>
<tr>
<th scope="row">5.11.14</th>
<td>2022-04-22</td>
<td><span class="code">networkInterfaces()</span> node 18 compatibility</td>
</tr>
<tr>
<th scope="row">5.11.13</th>
<td>2022-04-21</td>
<td><span class="code">networkStats()</span> improved scanning (macOS)</td>
</tr>
<tr>
<th scope="row">5.11.12</th>
<td>2022-04-19</td>
<td><span class="code">battery()</span> improved M1 support (macOS)</td>
</tr>
<tr>
<th scope="row">5.11.11</th>
<td>2022-04-19</td>
<td><span class="code">networkInterfaces()</span> improved parsing (windows)</td>
</tr>
<tr>
<th scope="row">5.11.10</th>
<td>2022-04-18</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">5.11.9</th>
<td>2022-03-20</td>
<td><span class="code">diskLayout()</span> fixed issue smartStatus (linux)</td>
</tr>
<tr>
<th scope="row">5.11.8</th>
<td>2022-03-11</td>
<td><span class="code">cpu()</span> improved socket detection by name (windows)</td>
</tr>
<tr>
<th scope="row">5.11.7</th>
<td>2022-03-10</td>
<td><span class="code">cpuTemperature()</span> fix NaN issue (windows)</td>
</tr>
<tr>
<th scope="row">5.11.6</th>
<td>2022-03-01</td>
<td>typescript typings fix <span class="code">diskLayout()</span></td>
</tr>
<tr>
<th scope="row">5.11.5</th>
<td>2022-02-26</td>
<td>fixed parsing issues (windows)</td>
</tr>
<tr>
<th scope="row">5.11.4</th>
<td>2022-02-20</td>
<td><span class="code">powerShell</span> execution policy fix</td>
</tr>
<tr>
<th scope="row">5.11.3</th>
<td>2022-02-14</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">5.11.2</th>
<td>2022-02-05</td>
<td><span class="code">powerShell</span> speed improvements (windows)</td>
</tr>
<tr>
<th scope="row">5.11.1</th>
<td>2022-02-03</td>
<td><span class="code">osInfo()</span> fixed issue fqdn (openBSD)</td>
</tr>
<tr>
<th scope="row">5.11.0</th>
<td>2022-01-26</td>
<td><span class="code">networkInterfaces()</span> added default property and parameter</td>
</tr>
<tr>
<th scope="row">5.10.7</th>
<td>2022-01-21</td>
<td><span class="code">processes()</span> reverted PR #56ß (windows)</td>
</tr>
<tr>
<th scope="row">5.10.6</th>
<td>2022-01-21</td>
<td><span class="code">usb()</span> fix, <span class="code">users()</span> fix tty (windows)</td>
</tr>
<tr>
<th scope="row">5.10.5</th>
<td>2022-01-19</td>
<td><span class="code">processes()</span> fix calculation (windows)</td>
</tr>
<tr>
<th scope="row">5.10.4</th>
<td>2022-01-18</td>
<td><span class="code">battery()</span> fix detection (windows)</td>
</tr>
<tr>
<th scope="row">5.10.3</th>
<td>2022-01-17</td>
<td><span class="code">system()</span> improved virtual detection (windows)</td>
</tr>
<tr>
<th scope="row">5.10.2</th>
<td>2022-01-17</td>
<td><span class="code">uuid()</span> fix return values (windows)</td>
</tr>
<tr>
<th scope="row">5.10.1</th>
<td>2022-01-17</td>
<td><span class="code">cpu()</span> fix manufacturer</td>
</tr>
<tr>
<th scope="row">5.10.0</th>
<td>2022-01-09</td>
<td>Basic <span class="code">Android</span> support</td>
</tr>
<tr>
<th scope="row">5.9.18</th>
<td>2022-01-08</td>
<td><span class="code">wifiConnections()</span> fix empty issue (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.17</th>
<td>2021-12-07</td>
<td><span class="code">wifiNetworks()</span> fix empty issue (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.16</th>
<td>2021-12-05</td>
<td><span class="code">wifiNetworks()</span> adaption for Apple silicon (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.15</th>
<td>2021-11-19</td>
<td><span class="code">cpuCache()</span> fix (windows)</td>
</tr>
<tr>
<th scope="row">5.9.14</th>
<td>2021-11-17</td>
<td><span class="code">versions()</span> python 2 monterey (deprecated warning) fix (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.13</th>
<td>2021-11-14</td>
<td><span class="code">time()</span> timezone name, <span class="code">cpu()</span> l1 cache improvement</td>
</tr>
<tr>
<th scope="row">5.9.12</th>
<td>2021-11-13</td>
<td><span class="code">users()</span> fix data check (windows)</td>
</tr>
<tr>
<th scope="row">5.9.11</th>
<td>2021-11-12</td>
<td><span class="code">fsStats()</span> fix null result (bsd)</td>
</tr>
<tr>
<th scope="row">5.9.10</th>
<td>2021-11-11</td>
<td><span class="code">powerShell</span> transition, replacing wmic (windows)</td>
</tr>
<tr>
<th scope="row">5.9.9</th>
<td>2021-10-27</td>
<td><span class="code">graphics</span> fixed screen resolution issue (windows)</td>
</tr>
<tr>
<th scope="row">5.9.8</th>
<td>2021-10-22</td>
<td><span class="code">wmic</span> fixed code page issues (windows)</td>
</tr>
<tr>
<th scope="row">5.9.7</th>
<td>2021-10-09</td>
<td><span class="code">battery()</span> fixed typo seperator (windows)</td>
</tr>
<tr>
<th scope="row">5.9.6</th>
<td>2021-10-08</td>
<td><span class="code">system()</span> fixed virtual on WSL2</td>
</tr>
<tr>
<th scope="row">5.9.5</th>
<td>2021-10-08</td>
<td><span class="code">battery()</span> fixed isCharging (windows)</td>
</tr>
<tr>
<th scope="row">5.9.4</th>
<td>2021-09-23</td>
<td><span class="code">processes()</span> fix memVsz, memRss (macOS M1)</td>
</tr>
<tr>
<th scope="row">5.9.3</th>
<td>2021-09-17</td>
<td><span class="code">cpuTemperature()</span> improvement tdie detection (linux)</td>
</tr>
<tr>
<th scope="row">5.9.2</th>
<td>2021-09-16</td>
<td><span class="code">memLayout()</span> type fix (win), <span class="code">graphics()</span> improvement (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.1</th>
<td>2021-09-15</td>
<td><span class="code">disklayout()</span> fix size (macOS)</td>
</tr>
<tr>
<th scope="row">5.9.0</th>
<td>2021-09-15</td>
<td><span class="code">graphics()</span> macOS new XML parser, extended properties</td>
</tr>
<tr>
<th scope="row">5.8.9</th>
<td>2021-09-13</td>
<td><span class="code">battery()</span> fix (linux)</td>
</tr>
<tr>
<th scope="row">5.8.8</th>
<td>2021-09-11</td>
<td><span class="code">wifiConnections(), wifiInterfaces(), wifiNetworks()</span> fix (windows)</td>
</tr>
<tr>
<th scope="row">5.8.7</th>
<td>2021-09-01</td>
<td><span class="code">processes()</span> fix alpine linux</td>
</tr>
<tr>
<th scope="row">5.8.6</th>
<td>2021-08-26</td>
<td><span class="code">cpu()</span> improved detection (win)</td>
</tr>
<tr>
<th scope="row">5.8.5</th>
<td>2021-08-26</td>
<td><span class="code">osInfo()</span> hyper-v detection fix (win VM)</td>
</tr>
<tr>
<th scope="row">5.8.4</th>
<td>2021-08-26</td>
<td><span class="code">graphics()</span> added vendor (macOS)</td>
</tr>
<tr>
<th scope="row">5.8.3</th>
<td>2021-08-26</td>
<td><span class="code">graphics()</span> fix empty controller (macOS)</td>
</tr>
<tr>
<th scope="row">5.8.2</th>
<td>2021-08-24</td>
<td><span class="code">baseboard(), getDefaultNetworkInterface()</span> fix catch error</td>
</tr>
<tr>
<th scope="row">5.8.1</th>
<td>2021-08-24</td>
<td><span class="code">battery()</span> battery fix capacity</td>
</tr>
<tr>
<th scope="row">5.8.0</th>
<td>2021-08-02</td>
<td><span class="code">disksIO()</span> added wait time (linux)</td>
</tr>
<tr>
<th scope="row">5.7.14</th>
<td>2021-08-01</td>
<td><span class="code">cpu()</span> cache calculation fix (linux)</td>
</tr>
<tr>
<th scope="row">5.7.13</th>
<td>2021-07-28</td>
<td><span class="code">osInfo()</span> fix uefi detection (win)</td>
</tr>
<tr>
<th scope="row">5.7.12</th>
<td>2021-07-27</td>
<td><span class="code">osInfo()</span> fix uefi detection (win)</td>
</tr>
<tr>
<th scope="row">5.7.11</th>
<td>2021-07-27</td>
<td>typescript typings fix bluetoothDevices()</td>
</tr>
<tr>
<th scope="row">5.7.10</th>
<td>2021-07-26</td>
<td>typescript typings fix processLoad()</td>
</tr>
<tr>
<th scope="row">5.7.9</th>
<td>2021-07-25</td>
<td><span class="code">uuid()</span> better regedit path detection (win)</td>
</tr>
<tr>
<th scope="row">5.7.8</th>
<td>2021-07-16</td>
<td><span class="code">battery()</span> fix designedCapacity (win, linux), fix catch error</td>
</tr>
<tr>
<th scope="row">5.7.7</th>
<td>2021-06-15</td>
<td><span class="code">graphics()</span> improved detection screen resolution (macOS)</td>
</tr>
<tr>
<th scope="row">5.7.6</th>
<td>2021-06-09</td>
<td><span class="code">battery()</span> improved detection (additional batteries windows)</td>
</tr>
<tr>
<th scope="row">5.7.5</th>
<td>2021-06-08</td>
<td><span class="code">memLayout()</span> improved clock speed detection (windows)</td>
</tr>
<tr>
<th scope="row">5.7.4</th>
<td>2021-05-27</td>
<td><span class="code">osInfo(), cpu()</span> improved hypervisor, virtualization detection (windows)</td>
</tr>
<tr>
<th scope="row">5.7.3</th>
<td>2021-05-26</td>
<td><span class="code">osInfo()</span> improved UEFI detection (windows)</td>
</tr>
<tr>
<th scope="row">5.7.2</th>
<td>2021-05-24</td>
<td><span class="code">system()</span> virtual detection improvement</td>
</tr>
<tr>
<th scope="row">5.7.1</th>
<td>2021-05-20</td>
<td><span class="code">grahics()</span> Check for qwMemorySize on Windows</td>
</tr>
<tr>
<th scope="row">5.7.0</th>
<td>2021-05-20</td>
<td><span class="code">diskLayout()</span> added smartdata for Windows (if installed)</td>
</tr>
<tr>
<th scope="row">5.6.22</th>
<td>2021-05-18</td>
<td><span class="code">diskLayout()</span> fixed to small buffer smartdata (linux)</td>
</tr>
<tr>
<th scope="row">5.6.21</th>
<td>2021-05-14</td>
<td><span class="code">graphics()</span> fixed dual gpu issue (macOS)</td>
</tr>
<tr>
<th scope="row">5.6.20</th>
<td>2021-05-07</td>
<td><span class="code">system()</span> fixed vm detection (linux)</td>
</tr>
<tr>
<th scope="row">5.6.19</th>
<td>2021-05-06</td>
<td><span class="code">services()</span> modified service listing (linux)</td>
</tr>
<tr>
<th scope="row">5.6.18</th>
<td>2021-05-06</td>
<td><span class="code">processes()</span> fixed Windows mem bug (naming conform to all platforms)</td>
</tr>
<tr>
<th scope="row">5.6.17</th>
<td>2021-05-05</td>
<td><span class="code">networkInterfaces()</span> fixed Windows XP bug (WMIC NetEnabled)</td>
</tr>
<tr>
<th scope="row">5.6.16</th>
<td>2021-05-05</td>
<td><span class="code">graphics()</span> fixed compare bug</td>
</tr>
<tr>
<th scope="row">5.6.15</th>
<td>2021-05-05</td>
<td>restored Node 4.x compatibility</td>
</tr>
<tr>
<th scope="row">5.6.14</th>
<td>2021-05-04</td>
<td><span class="code">networkGatewayDefault()</span> macOS improvement for active VPN</td>
</tr>
<tr>
<th scope="row">5.6.13</th>
<td>2021-05-04</td>
<td><span class="code">dockerImagesInspect()</span> <span class="code">dockerContainerInspect()</span> <span class="code">dockerContainerProcesses()</span> parameter sanitation</td>
</tr>
<tr>
<th scope="row">5.6.12</th>
<td>2021-04-09</td>
<td><span class="code">networkInterfaces()</span> windows detection fix</td>
</tr>
<tr>
<th scope="row">5.6.11</th>
<td>2021-04-08</td>
<td><span class="code">versions()</span> parameter sanitation</td>
</tr>
<tr>
<th scope="row">5.6.10</th>
<td>2021-03-29</td>
<td><span class="code">vboxInfo()</span> fixed windows bug</td>
</tr>
<tr>
<th scope="row">5.6.9</th>
<td>2021-03-28</td>
<td><span class="code">graphics()</span> fixed nvidia-smi compare bug</td>
</tr>
<tr>
<th scope="row">5.6.8</th>
<td>2021-03-23</td>
<td>typescript definitions fix wifiInterfces, wifiConnections</td>
</tr>
<tr>
<th scope="row">5.6.7</th>
<td>2021-03-16</td>
<td><span class="code">inetLatency()</span> <span class="code">inetChecksite()</span> schema avlidation</td>
</tr>
<tr>
<th scope="row">5.6.6</th>
<td>2021-03-16</td>
<td>code refactoring</td>
</tr>
<tr>
<th scope="row">5.6.5</th>
<td>2021-03-15</td>
<td><span class="code">cpuTemperature()</span> fix linux</td>
</tr>
<tr>
<th scope="row">5.6.4</th>
<td>2021-03-15</td>
<td><span class="code">sanitizeShellString()</span> and other security improvements</td>
</tr>
<tr>
<th scope="row">5.6.3</th>
<td>2021-03-14</td>
<td><span class="code">sanitizeShellString()</span> improvements</td>
</tr>
<tr>
<th scope="row">5.6.2</th>
<td>2021-03-10</td>
<td><span class="code">networkInterfaces(), cpu()</span> improvements (win)</td>
</tr>
<tr>
<th scope="row">5.6.1</th>
<td>2021-03-03</td>
<td><span class="code">get()</span> fixed issue boolean parameters</td>
</tr>
<tr>
<th scope="row">5.6.0</th>
<td>2021-03-03</td>
<td><span class="code">cpuTemperature()</span> added socket and chipset temp (linux)</td>
</tr>
<tr>
<th scope="row">5.5.0</th>
<td>2021-02-25</td>
<td><span class="code">dockerVolumes()</span> added</td>
</tr>
<tr>
<th scope="row">5.4.0</th>
<td>2021-02-24</td>
<td><span class="code">dockerImages()</span> added</td>
</tr>
<tr>
<th scope="row">5.3.5</th>
<td>2021-02-23</td>
<td><span class="code">dockerContainerStats()</span> fixed issue parameter *</td>
</tr>
<tr>
<th scope="row">5.3.4</th>
<td>2021-02-20</td>
<td><span class="code">sanitizeShellString()</span> optimized strict sanitation</td>
</tr>
<tr>
<th scope="row">5.3.3</th>
<td>2021-02-15</td>
<td><span class="code">dockerContainerStats()</span> fix correct ID splitting</td>
</tr>
<tr>
<th scope="row">5.3.2</th>
<td>2021-02-15</td>
<td><span class="code">inetLatency()</span> <span class="code">inetChecksite()</span> fix possible security issue (file://)</td>
</tr>
<tr>
<th scope="row">5.3.1</th>
<td>2021-02-14</td>
<td><span class="code">inetLatency()</span> <span class="code">inetChecksite()</span> <span class="code">services()</span> <span class="code">processLoad()</span> fix possible security issue</td>
</tr>
<tr>
<th scope="row">5.3.0</th>
<td>2021-02-12</td>
<td><span class="code">osInfo()</span> added remoteSession (windows)</td>
</tr>
<tr>
<th scope="row">5.2.7</th>
<td>2021-02-12</td>
<td><span class="code">fsStats()</span> and <span class="code">blockdevices()</span> improvements (linux)</td>
</tr>
<tr>
<th scope="row">5.2.6</th>
<td>2021-02-12</td>
<td><span class="code">inetLatency()</span> fix DOS vulnerability</td>
</tr>
<tr>
<th scope="row">5.2.5</th>
<td>2021-02-11</td>
<td><span class="code">processes()</span> fix truncated params (linux)</td>
</tr>
<tr>
<th scope="row">5.2.4</th>
<td>2021-02-11</td>
<td><span class="code">currentLoad()</span> fix issue</td>
</tr>
<tr>
<th scope="row">5.2.3</th>
<td>2021-02-11</td>
<td><span class="code">diskLayout()</span> added USB drives (macOS)</td>
</tr>
<tr>
<th scope="row">5.2.2</th>
<td>2021-02-11</td>
<td>code cleanup, updated docs</td>
</tr>
<tr>
<th scope="row">5.2.1</th>
<td>2021-02-10</td>
<td><span class="code">system()</span> fixed issue virtual detect (linux)</td>
</tr>
<tr>
<th scope="row">5.2.0</th>
<td>2021-02-10</td>
<td><span class="code">wifiInterfces()</span> and <span class="code">wifiConnections()</span> added</td>
</tr>
<tr>
<th scope="row">5.1.2</th>
<td>2021-02-08</td>
<td>fixed node 4 compatibility issue</td>
</tr>
<tr>
<th scope="row">5.1.1</th>
<td>2021-02-08</td>
<td><span class="code">baseboard()</span> added memMax, memSlots</td>
</tr>
<tr>
<th scope="row">5.1.0</th>
<td>2021-02-08</td>
<td><span class="code">memLayout()</span> added ECC flag, <span class="code">bios()</span> added language, features (linux)</td>
</tr>
<tr>
<th scope="row">5.0.11</th>
<td>2021-02-07</td>
<td><span class="code">fsSize()</span> windows WSL fix</td>
</tr>
<tr>
<th scope="row">5.0.10</th>
<td>2021-02-06</td>
<td><span class="code">getDynamicData()</span> windows WSL fix</td>
</tr>
<tr>
<th scope="row">5.0.9</th>
<td>2021-02-02</td>
<td><span class="code">fsSize()</span> fixed parsing edge case issue macOS</td>
</tr>
<tr>
<th scope="row">5.0.8</th>
<td>2021-01-30</td>
<td>typescript typings fix cpuCurrentSpeed</td>
</tr>
<tr>
<th scope="row">5.0.7</th>
<td>2021-01-29</td>
<td><span class="code">fsSize()</span> available fixed windows and typescript typings</td>
</tr>
<tr>
<th scope="row">5.0.6</th>
<td>2021-01-28</td>
<td><span class="code">osInfo()</span> added hypervisor (win only)</td>
</tr>
<tr>
<th scope="row">5.0.5</th>
<td>2021-01-27</td>
<td><span class="code">networkInterfaces()</span> type detection improved (win)</td>
</tr>
<tr>
<th scope="row">5.0.4</th>
<td>2021-01-27</td>
<td><span class="code">memLayout()</span> improved manufacturer decoding (linux)</td>
</tr>
<tr>
<th scope="row">5.0.3</th>
<td>2021-01-27</td>
<td><span class="code">cpu()</span> fix virtualization, <span class="code">wifi()</span> fix raspberry</td>
</tr>
<tr>
<th scope="row">5.0.2</th>
<td>2021-01-26</td>
<td>updated typescript typings</td>
</tr>
<tr>
<th scope="row">5.0.1</th>
<td>2021-01-26</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">5.0.0</th>
<td>2021-01-26</td>
<td>new major version 5 release</td>
</tr>
<tr>
<th scope="row">4.34.9</th>
<td>2021-01-25</td>
<td><span class="code">graphics()</span> virtual controller vram value fix (win)</td>
</tr>
<tr>
<th scope="row">4.34.8</th>
<td>2021-01-25</td>
<td><span class="code">graphics()</span> controller subDeviceId fix (win)</td>
</tr>
<tr>
<th scope="row">4.34.7</th>
<td>2021-01-13</td>
<td><span class="code">services()</span> improved service discovery linux</td>
</tr>
<tr>
<th scope="row">4.34.6</th>
<td>2021-01-12</td>
<td><span class="code">networkInterfaces()</span> catch errors</td>
</tr>
<tr>
<th scope="row">4.34.5</th>
<td>2021-01-07</td>
<td><span class="code">networkInterfaceDefault()</span> fixed CMD popup (windows)</td>
</tr>
<tr>
<th scope="row">4.34.4</th>
<td>2021-01-06</td>
<td><span class="code">system()</span> fixed vitrual catch error</td>
</tr>
<tr>
<th scope="row">4.34.3</th>
<td>2021-01-06</td>
<td><span class="code">graphics()</span> issue non nvidia-smi controllers fixed (win)</td>
</tr>
<tr>
<th scope="row">4.34.2</th>
<td>2021-01-05</td>
<td><span class="code">system()</span> uuid now lowercase - as in uuid()</td>
</tr>
<tr>
<th scope="row">4.34.1</th>
<td>2021-01-05</td>
<td><span class="code">graphics()</span> nvidia-smi detection improved</td>
</tr>
<tr>
<th scope="row">4.34.0</th>
<td>2021-01-05</td>
<td><span class="code">system()</span> added flag virtual</td>
</tr>
<tr>
<th scope="row">4.33.8</th>
<td>2021-01-04</td>
<td><span class="code">virtualBox()</span> fix issue windows host</td>
</tr>
<tr>
<th scope="row">4.33.7</th>
<td>2021-01-04</td>
<td><span class="code">graphics()</span> nvidia-smi detection improved</td>
</tr>
<tr>
<th scope="row">4.33.6</th>
<td>2021-01-02</td>
<td><span class="code">dockerContainerStats()</span> fix 'tx' changed to 'wx' as documented</td>
</tr>
<tr>
<th scope="row">4.33.5</th>
<td>2020-12-30</td>
<td><span class="code">graphics()</span> vram (nvidia-smi)</td>
</tr>
<tr>
<th scope="row">4.33.4</th>
<td>2020-12-28</td>
<td><span class="code">typescript</span> typings fix</td>
</tr>
<tr>
<th scope="row">4.33.3</th>
<td>2020-12-27</td>
<td><span class="code">graphics()</span> updated docs, typescript typings</td>
</tr>
<tr>
<th scope="row">4.33.2</th>
<td>2020-12-27</td>
<td><span class="code">graphics()</span> fixed issue nvidia-smi</td>
</tr>
<tr>
<th scope="row">4.33.1</th>
<td>2020-12-22</td>
<td><span class="code">versions()</span> fixed issue (macOS)</td>
</tr>
<tr>
<th scope="row">4.33.0</th>
<td>2020-12-21</td>
<td><span class="code">graphics()</span> nvidia-smi support (linux, windows)</td>
</tr>
<tr>
<th scope="row">4.32.0</th>
<td>2020-12-14</td>
<td><span class="code">graphics()</span> clinfo support (linux)</td>
</tr>
<tr>
<th scope="row">4.31.2</th>
<td>2020-12-14</td>
<td><span class="code">graphics()</span> Windows 7 Graphics Fix (Multi Monitor)</td>
</tr>
<tr>
<th scope="row">4.31.1</th>
<td>2020-12-11</td>
<td><span class="code">inetLatency()</span> command injection vulnaribility fix</td>
</tr>
<tr>
<th scope="row">4.31.0</th>
<td>2020-12-06</td>
<td><span class="code">osInfo()</span> added FQDN</td>
</tr>
<tr>
<th scope="row">4.30.11</th>
<td>2020-12-02</td>
<td><span class="code">cpu()</span> bugfix speed parsing</td>
</tr>
<tr>
<th scope="row">4.30.10</th>
<td>2020-12-01</td>
<td><span class="code">cpu()</span> handled speed parsing error (Apple Silicon)</td>
</tr>
<tr>
<th scope="row">4.30.9</th>
<td>2020-12-01</td>
<td><span class="code">cpu()</span> corrected processor names (Raspberry Pi)</td>
</tr>
<tr>
<th scope="row">4.30.8</th>
<td>2020-11-30</td>
<td><span class="code">fsSize()</span> catch error (macOS)</td>
</tr>
<tr>
<th scope="row">4.30.7</th>
<td>2020-11-29</td>
<td><span class="code">cpuTemperature()</span> rewrite hwmon parsing (linux)</td>
</tr>
<tr>
<th scope="row">4.30.6</th>
<td>2020-11-27</td>
<td><span class="code">wmic</span> added default windows path</td>
</tr>
<tr>
<th scope="row">4.30.5</th>
<td>2020-11-26</td>
<td>adapted security update (prototype pollution prevention)</td>
</tr>
<tr>
<th scope="row">4.30.4</th>
<td>2020-11-25</td>
<td>reverted Object.freeze because it broke some projects</td>
</tr>
<tr>
<th scope="row">4.30.3</th>
<td>2020-11-25</td>
<td>security update (prototype pollution prevention) Object.freeze</td>
</tr>
<tr>
<th scope="row">4.30.2</th>
<td>2020-11-25</td>
<td>security update (prototype pollution prevention)</td>
</tr>
<tr>
<th scope="row">4.30.1</th>
<td>2020-11-12</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.30.0</th>
<td>2020-11-11</td>
<td><span class="code">get()</span> added possibility to provide parameters</td>
</tr>
<tr>
<th scope="row">4.29.3</th>
<td>2020-11-09</td>
<td><span class="code">blockdevices()</span> catch error adapted</td>
</tr>
<tr>
<th scope="row">4.29.2</th>
<td>2020-11-09</td>
<td><span class="code">blockdevices()</span> catch error</td>
</tr>
<tr>
<th scope="row">4.29.1</th>
<td>2020-11-08</td>
<td><span class="code">system()</span> better parsing Raspberry Pi revision codes</td>
</tr>
<tr>
<th scope="row">4.29.0</th>
<td>2020-11-08</td>
<td><span class="code">fsSize()</span> correct fs type detection macOS (HFS, APFS, NFS)</td>
</tr>
<tr>
<th scope="row">4.28.1</th>
<td>2020-11-05</td>
<td>code cleanup, removing debug console.log()</td>
</tr>
<tr>
<th scope="row">4.28.0</th>
<td>2020-11-04</td>
<td><span class="code">graphics()</span> added deviceName (windows)</td>
</tr>
<tr>
<th scope="row">4.27.11</th>
<td>2020-10-26</td>
<td><span class="code">inetChecksite()</span> fixed vulnerability: command injection</td>
</tr>
<tr>
<th scope="row">4.27.10</th>
<td>2020-10-16</td>
<td><span class="code">dockerContainers()</span> resolved hanging issue</td>
</tr>
<tr>
<th scope="row">4.27.9</th>
<td>2020-10-13</td>
<td><span class="code">networkInterfaces()</span> loopback internal detection (windows)</td>
</tr>
<tr>
<th scope="row">4.27.8</th>
<td>2020-10-08</td>
<td>windows codepages partial fix</td>
</tr>
<tr>
<th scope="row">4.27.7</th>
<td>2020-10-05</td>
<td>updated typescript typings, minor fixes</td>
</tr>
<tr>
<th scope="row">4.27.6</th>
<td>2020-10-02</td>
<td><span class="code">get()</span> fixed when results are in arrays</td>
</tr>
<tr>
<th scope="row">4.27.5</th>
<td>2020-09-18</td>
<td><span class="code">cpuTemperature()</span> fixed try catch (linux)</td>
</tr>
<tr>
<th scope="row">4.27.4</th>
<td>2020-09-16</td>
<td><span class="code">networkInterfaceDefault()</span> optimization (macOS)</td>
</tr>
<tr>
<th scope="row">4.27.3</th>
<td>2020-08-26</td>
<td>updated typescript typings</td>
</tr>
<tr>
<th scope="row">4.27.2</th>
<td>2020-08-26</td>
<td>fixed issue breaking node v4 compatibility</td>
</tr>
<tr>
<th scope="row">4.27.1</th>
<td>2020-08-25</td>
<td><span class="code">networkStats()</span> fixed packages dropped (linux)</td>
</tr>
<tr>
<th scope="row">4.27.0</th>
<td>2020-08-24</td>
<td><span class="code">observe()</span> added function to observe/watch system parameters</td>
</tr>
<tr>
<th scope="row">4.26.12</th>
<td>2020-08-21</td>
<td><span class="code">versions()</span> fixed issue windows</td>
</tr>
<tr>
<th scope="row">4.26.11</th>
<td>2020-08-20</td>
<td><span class="code">cpuTemperature()</span> fixed issue windows</td>
</tr>
<tr>
<th scope="row">4.26.10</th>
<td>2020-07-16</td>
<td><span class="code">networkStats()</span> fixed issue blocking windows</td>
</tr>
<tr>
<th scope="row">4.26.9</th>
<td>2020-06-06</td>
<td><span class="code">networkStats()</span> fixed comparison issue windows</td>
</tr>
<tr>
<th scope="row">4.26.8</th>
<td>2020-06-06</td>
<td><span class="code">networkInterfaces()</span> fixed caching</td>
</tr>
<tr>
<th scope="row">4.26.7</th>
<td>2020-06-06</td>
<td><span class="code">cpuTemperature()</span> fixed raspberry pi sensors issue</td>
</tr>
<tr>
<th scope="row">4.26.6</th>
<td>2020-06-03</td>
<td><span class="code">diskLayout()</span> fixed issue</td>
</tr>
<tr>
<th scope="row">4.26.5</th>
<td>2020-05-27</td>
<td><span class="code">cpuTemperature()</span> optimizes scanning AMD linux sensors</td>
</tr>
<tr>
<th scope="row">4.26.4</th>
<td>2020-05-21</td>
<td><span class="code">cpuTemperature()</span> fix (BSD), code cleanup</td>
</tr>
<tr>
<th scope="row">4.26.3</th>
<td>2020-05-20</td>
<td>Updated documentation</td>
</tr>
<tr>
<th scope="row">4.26.2</th>
<td>2020-05-19</td>
<td><span class="code">processes()</span> memory leak fix, security issue fix</td>
</tr>
<tr>
<th scope="row">4.26.1</th>
<td>2020-05-13</td>
<td>code cleanup </td>
</tr>
<tr>
<th scope="row">4.26.0</th>
<td>2020-05-12</td>
<td><span class="code">diskLayout()</span> added full smart data (where supported) </td>
</tr>
<tr>
<th scope="row">4.25.2</th>
<td>2020-05-12</td>
<td><span class="code">getDynamicData()</span> added wifiNetworks() </td>
</tr>
<tr>
<th scope="row">4.25.1</th>
<td>2020-05-07</td>
<td><span class="code">get()</span> minor bounds test fix, updated docs </td>
</tr>
<tr>
<th scope="row">4.25.0</th>
<td>2020-05-07</td>
<td><span class="code">get()</span> added function to get partial system info </td>
</tr>
<tr>
<th scope="row">4.24.2</th>
<td>2020-05-06</td>
<td><span class="code">cpu()</span> fix BSD, <span class="code">networkStats()</span> fix BSD </td>
</tr>
<tr>
<th scope="row">4.24.1</th>
<td>2020-05-03</td>
<td><span class="code">processes()</span> fix parsing command and params (linux, macOS) </td>
</tr>
<tr>
<th scope="row">4.24.0</th>
<td>2020-05-01</td>
<td><span class="code">networkInterfaces()</span> added netmask ip4 and ip6</td>
</tr>
<tr>
<th scope="row">4.23.10</th>
<td>2020-05-01</td>
<td><span class="code">cpuTemperature()</span> optimized parsing linux</td>
</tr>
<tr>
<th scope="row">4.23.9</th>
<td>2020-04-29</td>
<td><span class="code">currentLoad()</span> workaround for no os.cpus info</td>
</tr>
<tr>
<th scope="row">4.23.8</th>
<td>2020-04-26</td>
<td><span class="code">getMacAddresses()</span> fix added try catch</td>
</tr>
<tr>
<th scope="row">4.23.7</th>
<td>2020-04-26</td>
<td><span class="code">getCpuCurrentSpeedSync()</span> workaround fix</td>
</tr>
<tr>
<th scope="row">4.23.6</th>
<td>2020-04-25</td>
<td><span class="code">networkGatewayDefault()</span> bugfix no interfaces</td>
</tr>
<tr>
<th scope="row">4.23.5</th>
<td>2020-20-04</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.23.4</th>
<td>2020-04-20</td>
<td><span class="code">users()</span> optimized parseDateTime function</td>
</tr>
<tr>
<th scope="row">4.23.3</th>
<td>2020-04-09</td>
<td>refactored to avoid <span class="code">cat</span></td>
</tr>
<tr>
<th scope="row">4.23.2</th>
<td>2020-04-08</td>
<td><span class="code">cpu()</span> fixed getting base speed Ryzen CPUs</td>
</tr>
<tr>
<th scope="row">4.23.1</th>
<td>2020-03-11</td>
<td><span class="code">diskLayout()</span> optimized detection (linux)</td>
</tr>
<tr>
<th scope="row">4.23.0</th>
<td>2020-03-08</td>
<td><span class="code">versions()</span> added param to specify which program/lib versions to detect</td>
</tr>
<tr>
<th scope="row">4.22.7</th>
<td>2020-03-08</td>
<td><span class="code">diskLayout()</span> fixed detection (linux)</td>
</tr>
<tr>
<th scope="row">4.22.6</th>
<td>2020-03-08</td>
<td><span class="code">network()</span> fixed DHCP detection (linux)</td>
</tr>
<tr>
<th scope="row">4.22.5</th>
<td>2020-03-04</td>
<td><span class="code">graphics()</span> fixed vram (macOS)</td>
</tr>
<tr>
<th scope="row">4.22.4</th>
<td>2020-03-01</td>
<td><span class="code">versions()</span> added dotnet, fix typings</td>
</tr>
<tr>
<th scope="row">4.22.3</th>
<td>2020-02-20</td>
<td><span class="code">memLayout()</span> code cleanup</td>
</tr>
<tr>
<th scope="row">4.22.2</th>
<td>2020-02-19</td>
<td><span class="code">memLayout()</span> raspberry PI mem voltage fix</td>
</tr>
<tr>
<th scope="row">4.22.1</th>
<td>2020-02-17</td>
<td><span class="code">memLayout()</span> raspberry PI support</td>
</tr>
<tr>
<th scope="row">4.22.0</th>
<td>2020-02-17</td>
<td><span class="code">services()</span> added pids (windows)</td>
</tr>
<tr>
<th scope="row">4.21.3</th>
<td>2020-02-16</td>
<td><span class="code">versions()</span> fixed versions mysql (macOS)</td>
</tr>
<tr>
<th scope="row">4.21.2</th>
<td>2020-02-11</td>
<td><span class="code">networkConnections()</span> fixed linux (debian) issue</td>
</tr>
<tr>
<th scope="row">4.21.1</th>
<td>2020-01-31</td>
<td><span class="code">networkGatewayDefault()</span> fixed windows 7 issue</td>
</tr>
<tr>
<th scope="row">4.21.0</th>
<td>2020-01-27</td>
<td>added <span class="code">npx</span> compatibility</td>
</tr>
<tr>
<th scope="row">4.20.1</th>
<td>2020-01-26</td>
<td><span class="code">battery()</span> code refactoring, cleanup, updated docs</td>
</tr>
<tr>
<th scope="row">4.20.0</th>
<td>2020-01-25</td>
<td><span class="code">battery()</span> added designcapacity, voltage, unit</td>
</tr>
<tr>
<th scope="row">4.19.4</th>
<td>2020-01-24</td>
<td><span class="code">mem()</span> prevent log messages</td>
</tr>
<tr>
<th scope="row">4.19.3</th>
<td>2020-01-24</td>
<td><span class="code">memLayout()</span> bank info fix macOS</td>
</tr>
<tr>
<th scope="row">4.19.2</th>
<td>2020-01-19</td>
<td><span class="code">cpu()</span> multi-processor fix windows</td>
</tr>
<tr>
<th scope="row">4.19.1</th>
<td>2020-01-14</td>
<td><span class="code">osInfo()</span> uefi fix windows</td>
</tr>
<tr>
<th scope="row">4.19.0</th>
<td>2020-01-12</td>
<td><span class="code">osInfo()</span> uefi (OS uses UEFI on startup)</td>
</tr>
<tr>
<th scope="row">4.18.3</th>
<td>2020-01-10</td>
<td><span class="code">fsSize()</span> fix excluding loop/snap devices</td>
</tr>
<tr>
<th scope="row">4.18.2</th>
<td>2020-01-10</td>
<td><span class="code">memLayout()</span> fix memsize linux (modules >= 32 GB)</td>
</tr>
<tr>
<th scope="row">4.18.1</th>
<td>2020-01-07</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.18.0</th>
<td>2020-01-07</td>
<td><span class="code">networkInterfaces()</span> added dhcp for macOS, added dhcp linux fallback</td>
</tr>
<tr>
<th scope="row">4.17.3</th>
<td>2020-01-05</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">4.17.2</th>
<td>2020-01-05</td>
<td><span class="code">cpu().speed</span> AMD base frequency and fix (0.00)</td>
</tr>
<tr>
<th scope="row">4.17.1</th>
<td>2020-01-04</td>
<td><span class="code">fsSize()</span> alpine linux support</td>
</tr>
<tr>
<th scope="row">4.17.0</th>
<td>2020-01-04</td>
<td><span class="code">networkInterfaces()</span> added dhcp, dnsSuffix, ieee8021xAuth, ieee8021xState</td>
</tr>
<tr>
<th scope="row">4.16.1</th>
<td>2020-01-01</td>
<td><span class="code">networkInterfaces()</span> bug fix (macOS)</td>
</tr>
<tr>
<th scope="row">4.16.0</th>
<td>2019-11-27</td>
<td><span class="code">networkGatewayDefault()</span> added</td>
</tr>
<tr>
<th scope="row">4.15.3</th>
<td>2019-11-10</td>
<td><span class="code">type definitions</span> and docs update</td>
</tr>
<tr>
<th scope="row">4.15.2</th>
<td>2019-11-10</td>
<td><span class="code">mem()</span> improved calculation linux</td>
</tr>
<tr>
<th scope="row">4.15.1</th>
<td>2019-11-10</td>
<td><span class="code">diskLayout()</span> added support for older lsblk versions (linux)</td>
</tr>
<tr>
<th scope="row">4.15.0</th>
<td>2019-11-10</td>
<td><span class="code">cpu()</span> added governor (linux)</td>
</tr>
<tr>
<th scope="row">4.14.17</th>
<td>2019-10-22</td>
<td><span class="code">graphics()</span> improved display detection (windows)</td>
</tr>
<tr>
<th scope="row">4.14.16</th>
<td>2019-10-19</td>
<td><span class="code">graphics()</span> improved display detection (windows)</td>
</tr>
<tr>
<th scope="row">4.14.15</th>
<td>2019-10-18</td>
<td><span class="code">graphics()</span> fallback display detection (windows)</td>
</tr>
<tr>
<th scope="row">4.14.14</th>
<td>2019-10-18</td>
<td><span class="code">powershell()</span> fixed error handling (windows)</td>
</tr>
<tr>
<th scope="row">4.14.13</th>
<td>2019-10-15</td>
<td><span class="code">networkConnections()</span> fixed parsing (linux)</td>
</tr>
<tr>
<th scope="row">4.14.12</th>
<td>2019-10-14</td>
<td><span class="code">getCpu()</span> fixed multi socket detection (linux)</td>
</tr>
<tr>
<th scope="row">4.14.11</th>
<td>2019-10-01</td>
<td><span class="code">type definitions</span> bug dockerInfo</td>
</tr>
<tr>
<th scope="row">4.14.10</th>
<td>2019-10-01</td>
<td><span class="code">type definitions</span> bug fix memLayout</td>
</tr>
<tr>
<th scope="row">4.14.9</th>
<td>2019-10-01</td>
<td><span class="code">processLoad()</span> fix windows</td>
</tr>
<tr>
<th scope="row">4.14.8</th>
<td>2019-08-23</td>
<td><span class="code">parseDateTime()</span> fix coding error</td>
</tr>
<tr>
<th scope="row">4.14.7</th>
<td>2019-08-22</td>
<td><span class="code">battery()</span> windows acconnected improvement</td>
</tr>
<tr>
<th scope="row">4.14.6</th>
<td>2019-08-22</td>
<td><span class="code">users()</span> improved date time parsing</td>
</tr>
<tr>
<th scope="row">4.14.5</th>
<td>2019-08-22</td>
<td><span class="code">fsSize()</span> fix windows size as number</td>
</tr>
<tr>
<th scope="row">4.14.4</th>
<td>2019-07-20</td>
<td><span class="code">versions()</span> fix pip, pip3</td>
</tr>
<tr>
<th scope="row">4.14.3</th>
<td>2019-07-09</td>
<td><span class="code">system()</span> sku fix windows</td>
</tr>
<tr>
<th scope="row">4.14.2</th>
<td>2019-07-07</td>
<td><span class="code">networkConnections()</span> pid linux fix NAN</td>
</tr>
<tr>
<th scope="row">4.14.1</th>
<td>2019-07-04</td>
<td><span class="code">graphics()</span> added display position windows</td>
</tr>
<tr>
<th scope="row">4.14.0</th>
<td>2019-07-03</td>
<td><span class="code">processes()</span> added process params and path</td>
</tr>
<tr>
<th scope="row">4.13.2</th>
<td>2019-07-02</td>
<td><span class="code">versions()</span> fix getting all versions</td>
</tr>
<tr>
<th scope="row">4.13.1</th>
<td>2019-07-01</td>
<td><span class="code">versions()</span> gcc fix macOS</td>
</tr>
<tr>
<th scope="row">4.13.0</th>
<td>2019-07-01</td>
<td><span class="code">networkConnections()</span> added PID, process</td>
</tr>
<tr>
<th scope="row">4.12.2</th>
<td>2019-06-24</td>
<td><span class="code">system()</span> added Raspberry PI 4 detection</td>
</tr>
<tr>
<th scope="row">4.12.1</th>
<td>2019-06-24</td>
<td><span class="code">networkInterface()</span> virtual interfaces macOS<br>
<span class="code">networkInterfaceDefault()</span> optimization windows
</td>
</tr>
<tr>
<th scope="row">4.12.0</th>
<td>2019-06-21</td>
<td><span class="code">networkInterface()</span> added property virtual</td>
</tr>
<tr>
<th scope="row">4.11.6</th>
<td>2019-06-19</td>
<td><span class="code">util</span> bug fix</td>
</tr>
<tr>
<th scope="row">4.11.5</th>
<td>2019-06-19</td>
<td><span class="code">dockerAll()</span> bug fix</td>
</tr>
<tr>
<th scope="row">4.11.4</th>
<td>2019-06-17</td>
<td><span class="code">type definitions</span> bug fix</td>
</tr>
<tr>
<th scope="row">4.11.3</th>
<td>2019-06-16</td>
<td><span class="code">graphics()</span> optimization windows</td>
</tr>
<tr>
<th scope="row">4.11.2</th>
<td>2019-06-16</td>
<td><span class="code">wifiNetworks()</span> bug fixes</td>
</tr>
<tr>
<th scope="row">4.11.1</th>
<td>2019-06-15</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.11.0</th>
<td>2019-06-14</td>
<td><span class="code">wifiNetworks()</span> added available wifi networks</td>
</tr>
<tr>
<th scope="row">4.10.0</th>
<td>2019-06-14</td>
<td><span class="code">graphics()</span> rewrite windows, added featues</td>
</tr>
<tr>
<th scope="row">4.9.2</th>
<td>2019-06-12</td>
<td><span class="code">type definitions</span> bug fix</td>
</tr>
<tr>
<th scope="row">4.9.1</th>
<td>2019-06-11</td>
<td><span class="code">networkStats()</span> bugfix windows</td>
</tr>
<tr>
<th scope="row">4.9.0</th>
<td>2019-06-03</td>
<td><span class="code">graphics()</span> added vendor, refresh rate, current resolution</td>
</tr>
<tr>
<th scope="row">4.8.4</th>
<td>2019-06-03</td>
<td><span class="code">vboxInfo()</span> fixed call parameters</td>
</tr>
<tr>
<th scope="row">4.8.3</th>
<td>2019-05-31</td>
<td><span class="code">vboxInfo()</span> added stoppedSince, started, stopped</td>
</tr>
<tr>
<th scope="row">4.8.2</th>
<td>2019-05-31</td>
<td><span class="code">dockerInfo()</span> changed property naming style</td>
</tr>
<tr>
<th scope="row">4.8.1</th>
<td>2019-05-31</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.8.0</th>
<td>2019-05-31</td>
<td><span class="code">vboxInfo()</span> added virtualbox detailed VM info</td>
</tr>
<tr>
<th scope="row">4.7.3</th>
<td>2019-05-30</td>
<td>updated typescript typings</td>
</tr>
<tr>
<th scope="row">4.7.2</th>
<td>2019-05-30</td>
<td><span class="code">versions()</span> added virtualbox</td>
</tr>
<tr>
<th scope="row">4.7.1</th>
<td>2019-05-29</td>
<td><span class="code">memLayout()</span> fix macOS mojave</td>
</tr>
<tr>
<th scope="row">4.7.0</th>
<td>2019-05-29</td>
<td>partial NetBSD support</td>
</tr>
<tr>
<th scope="row">4.6.1</th>
<td>2019-05-29</td>
<td><span class="code">wmic</span> path fix - windows</td>
</tr>
<tr>
<th scope="row">4.6.0</th>
<td>2019-05-27</td>
<td><span class="code">dockerInfo()</span> added dockerInfo</td>
</tr>
<tr>
<th scope="row">4.5.1</th>
<td>2019-05-17</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.5.0</th>
<td>2019-05-17</td>
<td><span class="code">fsOpenFiles()</span> added open file descriptor count</td>
</tr>
<tr>
<th scope="row">4.4.1</th>
<td>2019-05-11</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.4.0</th>
<td>2019-05-11</td>
<td><span class="code">dockerContainers()</span> added started, finished time</td>
</tr>
<tr>
<th scope="row">4.3.0</th>
<td>2019-05-09</td>
<td><span class="code">dockerContainers() dockerStats()</span> added restartCount</td>
</tr>
<tr>
<th scope="row">4.2.1</th>
<td>2019-05-09</td>
<td><span class="code">networkInterfaceDefault()</span> time delay fix (linux)</td>
</tr>
<tr>
<th scope="row">4.2.0</th>
<td>2019-05-09</td>
<td><span class="code">osInfo()</span> extended service pack version (windows)</td>
</tr>
<tr>
<th scope="row">4.1.8</th>
<td>2019-05-09</td>
<td><span class="code">graphics()</span> resolve on error (windows)</td>
</tr>
<tr>
<th scope="row">4.1.7</th>
<td>2019-05-09</td>
<td><span class="code">users()</span> parsing fix (windows)</td>
</tr>
<tr>
<th scope="row">4.1.6</th>
<td>2019-04-24</td>
<td><span class="code">memory()</span> swap used fix (linux)</td>
</tr>
<tr>
<th scope="row">4.1.5</th>
<td>2019-04-19</td>
<td>refactored <span class="code">wmic</span> calls to work also on Windows XP</td>
</tr>
<tr>
<th scope="row">4.1.4</th>
<td>2019-03-26</td>
<td><span class="code">networkInterfaces()</span> speed bug (windows)</td>
</tr>
<tr>
<th scope="row">4.1.3</th>
<td>2019-03-24</td>
<td>wmic path detection (windows)</td>
</tr>
<tr>
<th scope="row">4.1.2</th>
<td>2019-03-23</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.1.1</th>
<td>2019-03-13</td>
<td>updated typescript typings</td>
</tr>
<tr>
<th scope="row">4.1.0</th>
<td>2019-03-13</td>
<td><span class="code">versions()</span>added pip, pip3</td>
</tr>
<tr>
<th scope="row">4.0.16</th>
<td>2019-03-12</td>
<td>Happy birthday - 5th aniversary</td>
</tr>
<tr>
<th scope="row">4.0.15</th>
<td>2019-03-02</td>
<td><span class="code">versions()</span>added java, python3, optimized gcc</td>
</tr>
<tr>
<th scope="row">4.0.14</th>
<td>2019-03-01</td>
<td>updated typescript typings</td>
</tr>
<tr>
<th scope="row">4.0.13</th>
<td>2019-03-01</td>
<td><span class="code">diskLayout()</span> added device (/dev/sda...) linux, mac</td>
</tr>
<tr>
<th scope="row">4.0.12</th>
<td>2019-03-01</td>
<td><span class="code">diskLayout()</span> linux rewritten - better detection</td>
</tr>
<tr>
<th scope="row">4.0.11</th>
<td>2019-02-23</td>
<td><span class="code">users()</span> fix windows (time), added @ts-check</td>
</tr>
<tr>
<th scope="row">4.0.10</th>
<td>2019-02-10</td>
<td><span class="code">networkInterfaceDefault()</span> fix windows</td>
</tr>
<tr>
<th scope="row">4.0.9</th>
<td>2019-02-08</td>
<td><span class="code">cpu()</span> fix, code clean up</td>
</tr>
<tr>
<th scope="row">4.0.8</th>
<td>2019-02-05</td>
<td><span class="code">inetLatency()</span> latency fix parse chinese output</td>
</tr>
<tr>
<th scope="row">4.0.7</th>
<td>2019-02-05</td>
<td><span class="code">inetLatency()</span> latency Windows fix</td>
</tr>
<tr>
<th scope="row">4.0.6</th>
<td>2019-02-04</td>
<td>powershell catch error</td>
</tr>
<tr>
<th scope="row">4.0.5</th>
<td>2019-02-03</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.0.4</th>
<td>2019-02-03</td>
<td>code cleanup, updated docs</td>
</tr>
<tr>
<th scope="row">4.0.3</th>
<td>2019-02-03</td>
<td><span class="code">networkInterfaces(), chassis()</span> fixed two more issues</td>
</tr>
<tr>
<th scope="row">4.0.2</th>
<td>2019-02-03</td>
<td><span class="code">networkInterfaces(), chassis()</span> fixed smaller issues</td>
</tr>
<tr>
<th scope="row">4.0.1</th>
<td>2019-02-02</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">4.0.0</th>
<td>2019-02-02</td>
<td>new major version 4</td>
</tr>
<tr>
<th scope="row">3.54.0</th>
<td>2018-12-30</td>
<td>added TypeScript type definitions</td>
</tr>
<tr>
<th scope="row">3.53.1</th>
<td>2018-12-29</td>
<td><span class="code">versions()</span> bug fix nginx version</td>
</tr>
<tr>
<th scope="row">3.53.0</th>
<td>2018-12-29</td>
<td><span class="code">versions()</span> added perl, python, gcc</td>
</tr>
<tr>
<th scope="row">3.52.7</th>
<td>2018-12-29</td>
<td><span class="code">versions()</span> bug fix macOS detection</td>
</tr>
<tr>
<th scope="row">3.52.6</th>
<td>2018-12-28</td>
<td><span class="code">versions()</span> bug fix macOS</td>
</tr>
<tr>
<th scope="row">3.52.5</th>
<td>2018-12-28</td>
<td>preparing automated tests, travis-ci integration, added dev-dependencies</td>
</tr>
<tr>
<th scope="row">3.52.4</th>
<td>2018-12-27</td>
<td><span class="code">graphics().controllers</span> bugfix linux</td>
</tr>
<tr>
<th scope="row">3.52.3</th>
<td>2018-12-27</td>
<td><span class="code">os().codepage</span> bugfix</td>
</tr>
<tr>
<th scope="row">3.52.2</th>
<td>2018-12-17</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">3.52.1</th>
<td>2018-12-17</td>
<td><span class="code">inetChecksite()</span> bugfix windows</td>
</tr>
<tr>
<th scope="row">3.52.0</th>
<td>2018-12-15</td>
<td><span class="code">cpu()</span> added physical cores, processors, socket type</td>
</tr>
<tr>
<th scope="row">3.51.4</th>
<td>2018-12-05</td>
<td><span class="code">versions()</span> bugfix, optimization postgres</td>
</tr>
<tr>
<th scope="row">3.51.3</th>
<td>2018-11-27</td>
<td><span class="code">mem()</span> refactoring parsing linux, code cleanup</td>
</tr>
<tr>
<th scope="row">3.51.2</th>
<td>2018-11-26</td>
<td><span class="code">mem()</span> bugfix parsing <span class="code">free</span> output linux</td>
</tr>
<tr>
<th scope="row">3.51.1</th>
<td>2018-11-26</td>
<td><span class="code">processLoad()</span> bugfix windows</td>
</tr>
<tr>
<th scope="row">3.51.0</th>
<td>2018-11-25</td>
<td><span class="code">processLoad()</span> added for windows</td>
</tr>
<tr>
<th scope="row">3.50.3</th>
<td>2018-11-25</td>
<td><span class="code">processLoad()</span>, <span class="code">services()</span> fixed cpu data (linux)</td>
</tr>
<tr>
<th scope="row">3.50.2</th>
<td>2018-11-23</td>
<td>network mac adresses: ip support fix</td>
</tr>
<tr>
<th scope="row">3.50.1</th>
<td>2018-11-23</td>
<td><span class="code">services()</span> added possibility to specify ALL services "*" for win</td>
</tr>
<tr>
<th scope="row">3.50.0</th>
<td>2018-11-23</td>
<td><span class="code">services()</span> added possibility to specify ALL services "*" for linux</td>
</tr>
<tr>
<th scope="row">3.49.4</th>
<td>2018-11-21</td>
<td><span class="code">battery()</span> timeremaining optimization (linux) thanks to Jorai Rijsdijk</td>
</tr>
<tr>
<th scope="row">3.49.3</th>
<td>2018-11-20</td>
<td><span class="code">memLayout()</span> optimized parsing (win)</td>
</tr>
<tr>
<th scope="row">3.49.2</th>
<td>2018-11-19</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">3.49.1</th>
<td>2018-11-19</td>
<td><span class="code">cpu().brand</span> removed extra spaces, tabs</td>
</tr>
<tr>
<th scope="row">3.49.0</th>
<td>2018-11-19</td>
<td>added system <span class="code">uuid()</span> (os specific), <span class="code">versions()</span> added postgresql</td>
</tr>
<tr>
<th scope="row">3.48.4</th>
<td>2018-11-18</td>
<td>windows: garbled output because of codepage</td>
</tr>
<tr>
<th scope="row">3.48.3</th>
<td>2018-11-18</td>
<td><span class="code">dockerContainerStats()</span> fixed issue <span class="code">cpu_percent</span> win</td>
</tr>
<tr>
<th scope="row">3.48.2</th>
<td>2018-11-18</td>
<td><span class="code">dockerContainerStats()</span> fixed issue <span class="code">cpu_percent</span>, win exec</td>
</tr>
<tr>
<th scope="row">3.48.1</th>
<td>2018-11-17</td>
<td><span class="code">docker...()</span> fixed issue parsing docker socket JSON</td>
</tr>
<tr>
<th scope="row">3.48.0</th>
<td>2018-11-17</td>
<td><span class="code">diskLayout()</span> better interface detection (WIN), <span class="code">osInfo()</span> added build, serial</td>
</tr>
<tr>
<th scope="row">3.47.0</th>
<td>2018-11-06</td>
<td><span class="code">versions()</span> added docker, postfix</td>
</tr>
<tr>
<th scope="row">3.46.0</th>
<td>2018-11-05</td>
<td>fixed issue <span class="code">versions()</span>, added system openssl version</td>
</tr>
<tr>
<th scope="row">3.45.10</th>
<td>2018-11-03</td>
<td>fixed issue <span class="code">battery()</span>, modified <span class="code">package.json</span> - files</td>
</tr>
<tr>
<th scope="row">3.45.9</th>
<td>2018-10-22</td>
<td>fixed node 4 incompatibility</td>
</tr>
<tr>
<th scope="row">3.45.8</th>
<td>2018-10-22</td>
<td><span class="code">system()</span> fix Raspberry Pi detection</td>
</tr>
<tr>
<th scope="row">3.45.7</th>
<td>2018-10-05</td>
<td>fixed typos</td>
</tr>
<tr>
<th scope="row">3.45.6</th>
<td>2018-09-12</td>
<td><span class="code">mem()</span> bug parsing linux in other languages</td>
</tr>
<tr>
<th scope="row">3.45.5</th>
<td>2018-09-07</td>
<td><span class="code">diskLayout()</span> tiny bug S.M.A.R.T status windows</td>
</tr>
<tr>
<th scope="row">3.45.4</th>
<td>2018-09-06</td>
<td>added icon to README.md</td>
</tr>
<tr>
<th scope="row">3.45.3</th>
<td>2018-09-06</td>
<td><span class="code">diskLayout()</span> optimized media type detection (HD, SSD) on Windows</td>
</tr>
<tr>
<th scope="row">3.45.2</th>
<td>2018-09-05</td>
<td>updated imags shields icons</td>
</tr>
<tr>
<th scope="row">3.45.1</th>
<td>2018-09-05</td>
<td>updated documentation</td>
</tr>
<tr>
<th scope="row">3.45.0</th>
<td>2018-09-04</td>
<td><span class="code">diskLayout()</span> added smartStatus</td>
</tr>
<tr>
<th scope="row">3.44.2</th>
<td>2018-08-28</td>
<td>added code quality badges</td>
</tr>
<tr>
<th scope="row">3.44.1</th>
<td>2018-08-28</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">3.44.0</th>
<td>2018-08-25</td>
<td><span class="code">battery()</span> bugfix & added type, model, manufacturer, serial</td>
</tr>
<tr>
<th scope="row">3.43.0</th>
<td>2018-08-25</td>
<td><span class="code">cpuCurrentspeed()</span> added cpu speed for all cores</td>
</tr>
<tr>
<th scope="row">3.42.10</th>
<td>2018-08-25</td>
<td><span class="code">processes()</span> optimized start time parsing</td>
</tr>
<tr>
<th scope="row">3.42.9</th>
<td>2018-08-08</td>
<td><span class="code">cpuTemperature()</span> optimized parsing</td>
</tr>
<tr>
<th scope="row">3.42.8</th>
<td>2018-08-03</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.42.7</th>
<td>2018-08-03</td>
<td><span class="code">processes()</span> optimized parsing ps name</td>
</tr>
<tr>
<th scope="row">3.42.6</th>
<td>2018-08-03</td>
<td><span class="code">processes()</span> bugfix parsing ps linux</td>
</tr>
<tr>
<th scope="row">3.42.5</th>
<td>2018-08-03</td>
<td><span class="code">processes()</span> bugfix parsing ps linux</td>
</tr>
<tr>
<th scope="row">3.42.4</th>
<td>2018-07-09</td>
<td><span class="code">cpuTemperature()</span> bugfix parsing negative values</td>
</tr>
<tr>
<th scope="row">3.42.3</th>
<td>2018-07-05</td>
<td><span class="code">services()</span> bugfix not finding services with capital letters</td>
</tr>
<tr>
<th scope="row">3.42.2</th>
<td>2018-07-03</td>
<td><span class="code">users()</span> optimized results if lack of permissions</td>
</tr>
<tr>
<th scope="row">3.42.1</th>
<td>2018-07-03</td>
<td><span class="code">versions()</span> bugfix git version macOS</td>
</tr>
<tr>
<th scope="row">3.42.0</th>
<td>2018-06-01</td>
<td><span class="code">processes()</span> added parent process PID</td>
</tr>
<tr>
<th scope="row">3.41.4</th>
<td>2018-05-28</td>
<td>windows exec WMIC in try catch</td>
</tr>
<tr>
<th scope="row">3.41.3</th>
<td>2018-05-13</td>
<td>improved SunOS support <span class="code">getStaticData()</span>, <span class="code">getDynamicData()</span></td>
</tr>
<tr>
<th scope="row">3.41.2</th>
<td>2018-05-13</td>
<td>bugfix <span class="code">system()</span> and <span class="code">flags()</span> Raspberry Pi</td>
</tr>
<tr>
<th scope="row">3.41.1</th>
<td>2018-05-11</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.41.0</th>
<td>2018-05-11</td>
<td><span class="code">system()</span> Raspberry Pi bugfix and extended detection, added partial <span class="code">SunOS</span> support</td>
</tr>
<tr>
<th scope="row">3.40.1</th>
<td>2018-05-10</td>
<td>bugfix <span class="code">system().sku</span> (windows)</td>
</tr>
<tr>
<th scope="row">3.40.0</th>
<td>2018-04-29</td>
<td>extended <span class="code">versions()</span> (php, redis, mongodb)</td>
</tr>
<tr>
<th scope="row">3.39.0</th>
<td>2018-04-29</td>
<td>added <span class="code">versions().mysql</span> and <span class="code">versions().nginx</span>, starting <span class="code">SunOS</span>> support (untested)</td>
</tr>
<tr>
<th scope="row">3.38.0</th>
<td>2018-04-06</td>
<td>added <span class="code">battery().acconnected</span></td>
</tr>
<tr>
<th scope="row">3.37.12</th>
<td>2018-04-05</td>
<td>another optimization <span class="code">battery().ischarging</span> for macOS</td>
</tr>
<tr>
<th scope="row">3.37.11</th>
<td>2018-04-05</td>
<td>another optimization <span class="code">battery().ischarging</span> for macOS</td>
</tr>
<tr>
<th scope="row">3.37.10</th>
<td>2018-04-05</td>
<td><span class="code">battery().ischarging</span> optimized for macOS</td>
</tr>
<tr>
<th scope="row">3.37.9</th>
<td>2018-04-03</td>
<td>optimized <span class="code">processes()</span>, bugfix <span class="code">networkInterfaceDefault()</span></td>
</tr>
<tr>
<th scope="row">3.37.8</th>
<td>2018-03-25</td>
<td>optimized <span class="code">networkDefaultInterface()</span> detection, fixed network <span class="code">operstate</span>> MacOS</td>
</tr>
<tr>
<th scope="row">3.37.7</th>
<td>2018-03-13</td>
<td>celebrating 4th birthday</td>
</tr>
<tr>
<th scope="row">3.37.6</th>
<td>2018-03-12</td>
<td>updated docs: fixed <span class="code">diskLayout</span>>and <span class="code">mamlayout</span>></td>
</tr>
<tr>
<th scope="row">3.37.5</th>
<td>2018-03-12</td>
<td>added support for <span class="code">ip</span>> instead of <span class="code">ifconfig</span>></td>
</tr>
<tr>
<th scope="row">3.37.4</th>
<td>2018-02-22</td>
<td>bugfix windows <span class="code">processes()</span>, <span class="code">disklayout()</span></td>
</tr>
<tr>
<th scope="row">3.37.3</th>
<td>2018-02-19</td>
<td>added windows exec <span class="code">windowsHide</span> option</td>
</tr>
<tr>
<th scope="row">3.37.2</th>
<td>2018-02-15</td>
<td>fixed bug <span class="code">battery().percent</span> for macOS</td>
</tr>
<tr>
<th scope="row">3.37.1</th>
<td>2018-02-13</td>
<td>fixed bug <span class="code">battery().ischarging</span> for macOS</td>
</tr>
<tr>
<th scope="row">3.37.0</th>
<td>2018-02-11</td>
<td>extended FreeBSD support <span class="code">networkStats()</span></td>
</tr>
<tr>
<th scope="row">3.36.0</th>
<td>2018-02-11</td>
<td>extended FreeBSD support <span class="code">networkConnections()</span></td>
</tr>
<tr>
<th scope="row">3.35.0</th>
<td>2018-02-11</td>
<td>extended FreeBSD support <span class="code">processLoad()</span></td>
</tr>
<tr>
<th scope="row">3.34.1</th>
<td>2018-02-11</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.34.0</th>
<td>2018-02-10</td>
<td>first partial FreeBSD support</td>
</tr>
<tr>
<th scope="row">3.33.15</th>
<td>2018-01-21</td>
<td>optimized OSX battery</td>
</tr>
<tr>
<th scope="row">3.33.14</th>
<td>2018-01-17</td>
<td>bugfix <span class="code">diskLayout()</span> (Windows)</td>
</tr>
<tr>
<th scope="row">3.33.13</th>
<td>2018-01-12</td>
<td>bugfix <span class="code">memLayout()</span> (Windows)</td>
</tr>
<tr>
<th scope="row">3.33.12</th>
<td>2017-12-25</td>
<td>fixed typos</td>
</tr>
<tr>
<th scope="row">3.33.11</th>
<td>2017-12-17</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.33.10</th>
<td>2017-12-14</td>
<td>bugfix WMIC blockDevice parse (Windows 7)</td>
</tr>
<tr>
<th scope="row">3.33.9</th>
<td>2017-12-14</td>
<td>bugfix WMIC not found (Windows)</td>
</tr>
<tr>
<th scope="row">3.33.8</th>
<td>2017-12-02</td>
<td>bugfix diskLayout().size (OSX)</td>
</tr>
<tr>
<th scope="row">3.33.7</th>
<td>2017-11-28</td>
<td>bugfix diskLayout().size</td>
</tr>
<tr>
<th scope="row">3.33.6</th>
<td>2017-11-16</td>
<td>bugfix diskLayout().size</td>
</tr>
<tr>
<th scope="row">3.33.5</th>
<td>2017-11-09</td>
<td>code cleanup</td>
</tr>
<tr>
<th scope="row">3.33.4</th>
<td>2017-11-09</td>
<td>bugfix graphics controller win (bytes)</td>
</tr>
<tr>
<th scope="row">3.33.3</th>
<td>2017-11-08</td>
<td>bugfix cpu speed arm - type</td>
</tr>
<tr>
<th scope="row">3.33.2</th>
<td>2017-11-08</td>
<td>bugfix cpu speed arm</td>
</tr>
<tr>
<th scope="row">3.33.1</th>
<td>2017-11-07</td>
<td>improved bios and main board information</td>
</tr>
<tr>
<th scope="row">3.33.0</th>
<td>2017-11-07</td>
<td>added bios and main board information</td>
</tr>
<tr>
<th scope="row">3.32.4</th>
<td>2017-11-02</td>
<td>AMD cpu base frequencies table also for windows</td>
</tr>
<tr>
<th scope="row">3.32.3</th>
<td>2017-11-02</td>
<td>code cleanup, AMD cpu base frequencies table</td>
</tr>
<tr>
<th scope="row">3.32.2</th>
<td>2017-11-01</td>
<td>bugfix JSON.parse error <span class="code">blockDevices()</span></td>
</tr>
<tr>
<th scope="row">3.32.1</th>
<td>2017-10-23</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.32.0</th>
<td>2017-10-23</td>
<td>extended <span class="code">memLayout()</span> - added manufacturer</td>
</tr>
<tr>
<th scope="row">3.31.4</th>
<td>2017-10-21</td>
<td>updated <span class="code">README.md</span></td>
</tr>
<tr>
<th scope="row">3.31.3</th>
<td>2017-10-21</td>
<td>bugfix <span class="code">graphics()</span>, fixed typo <span class="code">README.md</span></td>
</tr>
<tr>
<th scope="row">3.31.2</th>
<td>2017-10-16</td>
<td>bugfix <span class="code">graphics()</span> vendor and model parsing linux VGA/3D</td>
</tr>
<tr>
<th scope="row">3.31.1</th>
<td>2017-10-16</td>
<td>bugfix <span class="code">graphics()</span> vendor and model parsing linux</td>
</tr>
<tr>
<th scope="row">3.31.0</th>
<td>2017-10-15</td>
<td>extended windows support <span class="code">cpuFlags()</span> (partially)</td>
</tr>
<tr>
<th scope="row">3.30.6</th>
<td>2017-10-05</td>
<td>updated community profile</td>
</tr>
<tr>
<th scope="row">3.30.5</th>
<td>2017-10-05</td>
<td>bugfix <span class="code">users()</span> - parsing values on windows</td>
</tr>
<tr>
<th scope="row">3.30.4</th>
<td>2017-10-03</td>
<td>bugfix <span class="code">cpuTemperature()</span> - parsing values on windows</td>
</tr>
<tr>
<th scope="row">3.30.3</th>
<td>2017-10-03</td>
<td>bugfix <span class="code">cpuTemperature()</span> - max value on windows</td>
</tr>
<tr>
<th scope="row">3.30.2</th>
<td>2017-09-26</td>
<td>bugfix <span class="code">networkInterfaces()</span> - optimized ip6 address selection</td>
</tr>
<tr>
<th scope="row">3.30.1</th>
<td>2017-09-21</td>
<td>bugfix/typo <span class="code">inetChecksite()</span></td>
</tr>
<tr>
<th scope="row">3.30.0</th>
<td>2017-09-21</td>
<td>extended <span class="code">versions()</span> (added <span class="code">yarn</span>, <span class="code">gulp</span>, <span class="code">grunt</span>, <span class="code">tsc</span>, <span class="code">git</span>)</td>
</tr>
<tr>
<th scope="row">3.29.0</th>
<td>2017-09-15</td>
<td>extended windows support <span class="code">services()</span>, optimized <span class="code">diskLayout()</span> (OSX), bugfixes</td>
</tr>
<tr>
<th scope="row">3.28.0</th>
<td>2017-09-14</td>
<td>extended windows support <span class="code">processes()</span></td>
</tr>
<tr>
<th scope="row">3.27.1</th>
<td>2017-09-13</td>
<td>updated Raspberry version detection <span class="code">system()</span> (Pi 3, Zero)</td>
</tr>
<tr>
<th scope="row">3.27.0</th>
<td>2017-09-12</td>
<td>added raw data to <span class="code">currentLoad()</span>, fixed <span class="code">networkInterfaces()</span> MAC problem node 8.x</td>
</tr>
<tr>
<th scope="row">3.26.2</th>
<td>2017-09-01</td>
<td>removed redundant code</td>
</tr>
<tr>
<th scope="row">3.26.1</th>
<td>2017-08-23</td>
<td>fixed <span class="code">cpu().speed</span> windows / AMD, updated docs</td>
</tr>
<tr>
<th scope="row">3.26.0</th>
<td>2017-08-21</td>
<td>extended <span class="code">getDynamicData()</span> (windows), updated docs</td>
</tr>
<tr>
<th scope="row">3.25.1</th>
<td>2017-08-07</td>
<td>updated docs </td>
</tr>
<tr>
<th scope="row">3.25.0</th>
<td>2017-08-07</td>
<td>improved windows support <span class="code">networkStats()</span>, <span class="code">cpuCache()</span>, bug fix <span class="code">getStaticData()</span></td>
</tr>
<tr>
<th scope="row">3.24.0</th>
<td>2017-08-05</td>
<td>extended windows support <span class="code">networkStats()</span>, <span class="code">networkConnections()</span></td>
</tr>
<tr>
<th scope="row">3.23.7</th>
<td>2017-07-11</td>
<td>bug fix <span class="code">diskLayout()</span></td>
</tr>
<tr>
<th scope="row">3.23.6</th>
<td>2017-07-11</td>
<td>added <span class="code">cpuFlags()</span> to <span class="code">getStaticData()</span>, bug fix <span class="code">graphics()</span> (Win)</td>
</tr>
<tr>
<th scope="row">3.23.5</th>
<td>2017-06-29</td>
<td>bug fix <span class="code">inetChecksite()</span></td>
</tr>
<tr>
<th scope="row">3.23.4</th>
<td>2017-06-24</td>
<td>bug fix <span class="code">getDynamicData(), getAllData() - mem</span></td>
</tr>
<tr>
<th scope="row">3.23.3</th>
<td>2017-06-23</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.23.2</th>
<td>2017-06-23</td>
<td>bug fix <span class="code">battery</span> (windows)</td>
</tr>
<tr>
<th scope="row">3.23.1</th>
<td>2017-06-22</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.23.0</th>
<td>2017-06-22</td>
<td>added <span class="code">memLayout</span>, <span class="code">diskLayout</span>, extended windows support (<span class="code">inetChecksite<span class="code"></span></td>
</tr>
<tr>
<th scope="row">3.22.0</th>
<td>2017-06-19</td>
<td>extended windows support (<span class="code">users<span class="code">, <span class="code">inetLatency</span>)</td>
</tr>
<tr>
<th scope="row">3.21.0</th>
<td>2017-06-18</td>
<td>extended time (timezone), extended windows support (battery, getAll...)</td>
</tr>
<tr>
<th scope="row">3.20.1</th>
<td>2017-06-17</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.20.0</th>
<td>2017-06-16</td>
<td>extend WIN support (cpu, cpuCache, cpuCurrentspeed, mem, networkInterfaces, docker)</td>
</tr>
<tr>
<th scope="row">3.19.0</th>
<td>2017-06-12</td>
<td>OSX temperature now an optional dependency </td>
</tr>
<tr>
<th scope="row">3.18.0</th>
<td>2017-05-27</td>
<td>extended <span class="code">cpu</span> info (vendor, family, model, stepping, revision, cache, speedmin/max)</td>
</tr>
<tr>
<th scope="row">3.17.3</th>
<td>2017-04-29</td>
<td>minor fix (blockDevices data array, Windows)</td>
</tr>
<tr>
<th scope="row">3.17.2</th>
<td>2017-04-24</td>
<td>minor fix (removed console.log)</td>
</tr>
<tr>
<th scope="row">3.17.1</th>
<td>2017-04-23</td>
<td>fixed bugs fsSize(win), si.processes (command), si.osinfo(win)</td>
</tr>
<tr>
<th scope="row">3.17.0</th>
<td>2017-02-19</td>
<td>windows support for some first functions, extended process list (linux</td>
</tr>
<tr>
<th scope="row">3.16.0</th>
<td>2017-01-19</td>
<td>blockDevices: added removable attribute + fix</td>
</tr>
<tr>
<th scope="row">3.15.1</th>
<td>2017-01-17</td>
<td>minor cpuTemperature fix (OSX)</td>
</tr>
<tr>
<th scope="row">3.15.0</th>
<td>2017-01-15</td>
<td>added cpuTemperature also for OSX</td>
</tr>
<tr>
<th scope="row">3.14.0</th>
<td>2017-01-14</td>
<td>added currentLoad per cpu/core, cpu cache and cpu flags</td>
</tr>
<tr>
<th scope="row">3.13.0</th>
<td>2016-11-23</td>
<td>added shell (returns standard shell)</td>
</tr>
<tr>
<th scope="row">3.12.0</th>
<td>2016-11-17</td>
<td>refactoring and extended currentLoad</td>
</tr>
<tr>
<th scope="row">3.11.2</th>
<td>2016-11-16</td>
<td>blockDevices: improved for older lsblk versions</td>
</tr>
<tr>
<th scope="row">3.11.1</th>
<td>2016-11-16</td>
<td>fixed small bug in blockDevices</td>
</tr>
<tr>
<th scope="row">3.11.0</th>
<td>2016-11-15</td>
<td>blockDevices for OSX and extended blockDevices</td>
</tr>
<tr>
<th scope="row">3.10.2</th>
<td>2016-11-14</td>
<td>bug fix fsSize on OSX</td>
</tr>
<tr>
<th scope="row">3.10.1</th>
<td>2016-11-14</td>
<td>optimization fsStats, disksIO, networkStats</td>
</tr>
<tr>
<th scope="row">3.10.0</th>
<td>2016-11-12</td>
<td>added blockDevices, fixed fsSize, added file system type</td>
</tr>
<tr>
<th scope="row">3.9.0</th>
<td>2016-11-11</td>
<td>added MAC address to networkInterfaces, fixed currentLoad</td>
</tr>
<tr>
<th scope="row">3.8.1</th>
<td>2016-11-04</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.8.0</th>
<td>2016-11-04</td>
<td>added dockerContainerProcesses</td>
</tr>
<tr>
<th scope="row">3.7.1</th>
<td>2016-11-03</td>
<td>code refactoring</td>
</tr>
<tr>
<th scope="row">3.7.0</th>
<td>2016-11-02</td>
<td>extended docker stats, and no longer relying on curl</td>
</tr>
<tr>
<th scope="row">3.6.0</th>
<td>2016-09-14</td>
<td>added versions (kernel, ssl, node, npm, pm2, ...)</td>
</tr>
<tr>
<th scope="row">3.5.1</th>
<td>2016-09-14</td>
<td>bugfix graphics info</td>
</tr>
<tr>
<th scope="row">3.5.0</th>
<td>2016-09-14</td>
<td>added graphics info (controller, display)</td>
</tr>
<tr>
<th scope="row">3.4.4</th>
<td>2016-09-02</td>
<td>tiny fixes system.model, getDefaultNetworkInterface</td>
</tr>
<tr>
<th scope="row">3.4.3</th>
<td>2016-09-02</td>
<td>tiny bug fix fsStats, disksIO OSX</td>
</tr>
<tr>
<th scope="row">3.4.2</th>
<td>2016-09-01</td>
<td>improved default network interface</td>
</tr>
<tr>
<th scope="row">3.4.1</th>
<td>2016-08-30</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">3.4.0</th>
<td>2016-08-30</td>
<td>rewritten processes current cpu usage</td>
</tr>
<tr>
<th scope="row">3.3.0</th>
<td>2016-08-24</td>
<td>process list added to processes</td>
</tr>
<tr>
<th scope="row">3.2.1</th>
<td>2016-08-19</td>
<td>updated docs, improvement system</td>
</tr>
<tr>
<th scope="row">3.2.0</th>
<td>2016-08-19</td>
<td>added battery information</td>
</tr>
<tr>
<th scope="row">3.1.1</th>
<td>2016-08-18</td>
<td>improved system and os detection (vm, ...), bugfix disksIO</td>
</tr>
<tr>
<th scope="row">3.1.0</th>
<td>2016-08-18</td>
<td>added Docker stats</td>
</tr>
<tr>
<th scope="row">3.0.1</th>
<td>2016-08-17</td>
<td>Bug-Fix disksIO, users, updated docs</td>
</tr>
<tr>
<th scope="row">3.0.0</th>
<td>2016-08-03</td>
<td>new major version 3.0</td>
</tr>
<tr>
<th scope="row">2.0.5</th>
<td>2016-03-02</td>
<td>changed .gitignore</td>
</tr>
<tr>
<th scope="row">2.0.4</th>
<td>2016-02-22</td>
<td>tiny correction - removed double quotes CPU brand, ...</td>
</tr>
<tr>
<th scope="row">2.0.3</th>
<td>2016-02-22</td>
<td>optimized cpuCurrentspeed</td>
</tr>
<tr>
<th scope="row">2.0.2</th>
<td>2016-02-22</td>
<td>added CoreOS identification</td>
</tr>
<tr>
<th scope="row">2.0.1</th>
<td>2016-01-07</td>
<td>minor patch</td>
</tr>
<tr>
<th scope="row">2.0.0</th>
<td>2016-01-07</td>
<td>new major version 2.0</td>
</tr>
<tr>
<th scope="row">1.0.7</th>
<td>2015-11-27</td>
<td>fixed: si.network_speed()</td>
</tr>
<tr>
<th scope="row">1.0.6</th>
<td>2015-09-17</td>
<td>fixed: si.users()</td>
</tr>
<tr>
<th scope="row">1.0.5</th>
<td>2015-09-14</td>
<td>updated dependencies</td>
</tr>
<tr>
<th scope="row">1.0.4</th>
<td>2015-07-18</td>
<td>updated docs</td>
</tr>
<tr>
<th scope="row">1.0.3</th>
<td>2015-07-18</td>
<td>bugfix cpu cores</td>
</tr>
<tr>
<th scope="row">1.0.2</th>
<td>2015-07-18</td>
<td>bugfix cpu_currentspeed, cpu_temperature</td>
</tr>
<tr>
<th scope="row">1.0.1</th>
<td>2015-07-18</td>
<td>documentation update</td>
</tr>
<tr>
<th scope="row">1.0.0</th>
<td>2015-07-18</td>
<td>bug-fixes, version bump, published as npm component</td>
</tr>
<tr>
<th scope="row">0.0.3</th>
<td>2014-04-14</td>
<td>bug-fix (cpu_speed)</td>
</tr>
<tr>
<th scope="row">0.0.2</th>
<td>2014-03-14</td>
<td>Optimization FS-Speed & CPU current speed</td>
</tr>
<tr>
<th scope="row">0.0.1</th>
<td>2014-03-13</td>
<td>initial release</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="container-fluid footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<ul class="list-unstyled">
<li><a href="." class="medium home">Home</a></li>
<li>&nbsp;</li>
<li><a href="security.html">Security Advisories&nbsp;&nbsp;<i class="fas fa-shield-check"></i></a></li>
<li><a href="https://github.com/sebhildebrandt/systeminformation">Github <i class="fab fa-github"></i></a></li>
<li>&nbsp;</li>
<li><a href="https://buymeacoff.ee/systeminfo" class="medium badge bg-primary"><i class="fas fa-coffee"></i>&nbsp;&nbsp;Buy me a coffee</a></li>
</ul>
</div>
<div class="col-lg-4 col-12">
<ul class="list-unstyled">
<li><a href="gettingstarted.html">Quick Start</a></li>
<li><a href="changes.html">Version 5 Changes</a></li>
<li><a href="history.html">Full Version History</a></li>
<li><a href="tests.html">Testing</a></li>
<li><a href="issues.html">Known Issues</a></li>
<li><a href="statsfunctions.html">Stats Functions</a></li>
</ul>
</div>
<div class="col-lg-4 col-12">
<ul class="list-unstyled">
<li><a href="contributors.html">Contributors</a></li>
<li><a href="trademarks.html">Trademarks</a></li>
<li>&nbsp;</li>
<li><a href="copyright.html">Copyright &amp; License&nbsp;&nbsp;<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license" /></a></li>
<li><a href="https://www.plus-innovations.com">&copy; 2025 Sebastian Hildebrandt</a></li>
<li><a href="https://www.plus-innovations.com">+innovations GmbH</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script>
window.onload = function (e) {
createMenu();
}
</script>
</body>
</html>