Skip to content

Commit 6e3fd90

Browse files
committed
0.18.7 release
1 parent 5ab8218 commit 6e3fd90

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

beszel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
66

77
const (
88
// Version is the current version of the application.
9-
Version = "0.18.6"
9+
Version = "0.18.7"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beszel",
33
"private": true,
4-
"version": "0.18.6",
4+
"version": "0.18.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

supplemental/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 0.18.7
2+
3+
- Add more disk I/O metrics (utilization, read/write time, await, queue depth) (#1866)
4+
5+
- Add ability to copy alerts between systems (#1853)
6+
7+
- Add `SENSORS_TIMEOUT` environment variable (#1871)
8+
9+
- Replace `distatus/battery` with an internal implementation (#1872)
10+
11+
- Restrict universal token API to non-superuser accounts (#1870)
12+
13+
- Fix macOS ARM64 crashes by upgrading `gopsutil` to v4.26.3 (#1881, #796)
14+
15+
- Fix text size for system names in grid view (#1860)
16+
17+
- Fix NVMe capacity reporting for Apple SSDs (#1873)
18+
19+
- Fix Windows root disk detection when the executable is not on the root disk (#1863)
20+
21+
- Fix nested virtual filesystem inclusion in Docker when mounting host root (#1859)
22+
23+
- Fix OPNsense installation persistence by using the daemon user (#1880)
24+
25+
- Upgrade JS dependencies with dependabot security alerts (#1882)
26+
27+
- Upgrade PocketBase to latest version
28+
129
## 0.18.6
230

331
- Add apple-touch-icon link to index.html (#1850)

0 commit comments

Comments
 (0)