mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-11 07:21:50 +02:00
0.18.7 release
This commit is contained in:
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the current version of the application.
|
// Version is the current version of the application.
|
||||||
Version = "0.18.6"
|
Version = "0.18.7"
|
||||||
// AppName is the name of the application.
|
// AppName is the name of the application.
|
||||||
AppName = "beszel"
|
AppName = "beszel"
|
||||||
)
|
)
|
||||||
|
|||||||
4
internal/site/package-lock.json
generated
4
internal/site/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "beszel",
|
"name": "beszel",
|
||||||
"version": "0.18.6",
|
"version": "0.18.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "beszel",
|
"name": "beszel",
|
||||||
"version": "0.18.6",
|
"version": "0.18.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@henrygd/queue": "^1.0.7",
|
"@henrygd/queue": "^1.0.7",
|
||||||
"@henrygd/semaphore": "^0.0.2",
|
"@henrygd/semaphore": "^0.0.2",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "beszel",
|
"name": "beszel",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.18.6",
|
"version": "0.18.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"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
|
## 0.18.6
|
||||||
|
|
||||||
- Add apple-touch-icon link to index.html (#1850)
|
- Add apple-touch-icon link to index.html (#1850)
|
||||||
|
|||||||
Reference in New Issue
Block a user