0.18.7 release

This commit is contained in:
henrygd
2026-04-05 16:14:39 -04:00
parent 5ab82183fa
commit 6e3fd90834
4 changed files with 32 additions and 4 deletions

View File

@@ -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"
)

View File

@@ -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",

View File

@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.18.6",
"version": "0.18.7",
"type": "module",
"scripts": {
"dev": "vite --host",

View File

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