diff --git a/beszel.go b/beszel.go index b78b1410..ce58bde3 100644 --- a/beszel.go +++ b/beszel.go @@ -6,7 +6,7 @@ import "github.com/blang/semver" const ( // Version is the current version of the application. - Version = "0.18.6" + Version = "0.18.7" // AppName is the name of the application. AppName = "beszel" ) diff --git a/internal/site/package-lock.json b/internal/site/package-lock.json index 306598ea..aa614309 100644 --- a/internal/site/package-lock.json +++ b/internal/site/package-lock.json @@ -1,12 +1,12 @@ { "name": "beszel", - "version": "0.18.6", + "version": "0.18.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "beszel", - "version": "0.18.6", + "version": "0.18.7", "dependencies": { "@henrygd/queue": "^1.0.7", "@henrygd/semaphore": "^0.0.2", diff --git a/internal/site/package.json b/internal/site/package.json index 1dbcfa8b..c3c0f34b 100644 --- a/internal/site/package.json +++ b/internal/site/package.json @@ -1,7 +1,7 @@ { "name": "beszel", "private": true, - "version": "0.18.6", + "version": "0.18.7", "type": "module", "scripts": { "dev": "vite --host", diff --git a/supplemental/CHANGELOG.md b/supplemental/CHANGELOG.md index 04a6a1c5..663cb22d 100644 --- a/supplemental/CHANGELOG.md +++ b/supplemental/CHANGELOG.md @@ -1,3 +1,31 @@ +## 0.18.7 + +- Add more disk I/O metrics (utilization, read/write time, await, queue depth) (#1866) + +- Add ability to copy alerts between systems (#1853) + +- Add `SENSORS_TIMEOUT` environment variable (#1871) + +- Replace `distatus/battery` with an internal implementation (#1872) + +- Restrict universal token API to non-superuser accounts (#1870) + +- Fix macOS ARM64 crashes by upgrading `gopsutil` to v4.26.3 (#1881, #796) + +- Fix text size for system names in grid view (#1860) + +- Fix NVMe capacity reporting for Apple SSDs (#1873) + +- Fix Windows root disk detection when the executable is not on the root disk (#1863) + +- Fix nested virtual filesystem inclusion in Docker when mounting host root (#1859) + +- Fix OPNsense installation persistence by using the daemon user (#1880) + +- Upgrade JS dependencies with dependabot security alerts (#1882) + +- Upgrade PocketBase to latest version + ## 0.18.6 - Add apple-touch-icon link to index.html (#1850)