mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 18:26:16 +01:00
release 0.15.3
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.15.3-beta.1"
|
||||
Version = "0.15.3"
|
||||
// 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.15.2",
|
||||
"version": "0.15.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "beszel",
|
||||
"version": "0.15.2",
|
||||
"version": "0.15.3",
|
||||
"dependencies": {
|
||||
"@henrygd/queue": "^1.0.7",
|
||||
"@henrygd/semaphore": "^0.0.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"private": true,
|
||||
"version": "0.15.2",
|
||||
"version": "0.15.3",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
## 0.15.4
|
||||
|
||||
- Add `INTEL_GPU_DEVICE` environment variable to select Intel GPU device. (#1285)
|
||||
|
||||
- Update `shoutrrr` and `gopsutil` dependencies.
|
||||
|
||||
## 0.15.3
|
||||
|
||||
- Add CPU state details and per-core usage. (#1356)
|
||||
|
||||
- Add `EXCLUDE_CONTAINERS` environment variable to exclude containers from being monitored. (#1352)
|
||||
|
||||
- Add `INTEL_GPU_DEVICE` environment variable to specify Intel GPU device. (#1285)
|
||||
|
||||
- Improve parsing of edge case S.M.A.R.T. power on times. (#1347)
|
||||
|
||||
- Fix empty disk I/O values for extra disks. (#1355)
|
||||
|
||||
- Fix battery nil pointer error. (#1353)
|
||||
|
||||
- Add Hebrew with translations by @gabay.
|
||||
|
||||
- Update `shoutrrr` and `gopsutil` dependencies.
|
||||
|
||||
## 0.15.2
|
||||
|
||||
- Improve S.M.A.R.T. device detection logic (fix regression in 0.15.1) (#1345)
|
||||
|
||||
Reference in New Issue
Block a user