mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-06 04:51:51 +02:00
0.18.7 release
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
4
internal/site/package-lock.json
generated
4
internal/site/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"private": true,
|
||||
"version": "0.18.6",
|
||||
"version": "0.18.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user