mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 02:06:17 +01:00
release 0.15.4
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"
|
||||
Version = "0.15.4"
|
||||
// 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.3",
|
||||
"version": "0.15.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "beszel",
|
||||
"version": "0.15.3",
|
||||
"version": "0.15.4",
|
||||
"dependencies": {
|
||||
"@henrygd/queue": "^1.0.7",
|
||||
"@henrygd/semaphore": "^0.0.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"private": true,
|
||||
"version": "0.15.3",
|
||||
"version": "0.15.4",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
## 0.15.4
|
||||
|
||||
- Refactor containers table to fix clock issue causing no results. (#1337)
|
||||
|
||||
- Fix Windows extra disk detection. (#1361)
|
||||
|
||||
- Add total line to the tooltip of charts with multiple values. (#1280)
|
||||
|
||||
- Add fallback paths for `smartctl` lookup. (#1362, #1363)
|
||||
|
||||
- Fix `intel_gpu_top` parsing when engine instance id is in column. (#1230)
|
||||
|
||||
- Update `henrygd/beszel-agent-nvidia` Dockerfile to build latest smartmontools. (#1335)
|
||||
|
||||
## 0.15.3
|
||||
|
||||
- Add CPU state details and per-core usage. (#1356)
|
||||
|
||||
Reference in New Issue
Block a user