mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 18:26:16 +01:00
0.13.0 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.13.0-alpha.1"
|
||||
Version = "0.13.0"
|
||||
// AppName is the name of the application.
|
||||
AppName = "beszel"
|
||||
)
|
||||
@@ -15,4 +15,4 @@ const (
|
||||
var MinVersionCbor = semver.MustParse("0.12.0")
|
||||
|
||||
// MinVersionAgentResponse is the minimum supported version for AgentResponse compatibility.
|
||||
var MinVersionAgentResponse = semver.MustParse("0.13.0-alpha.1")
|
||||
var MinVersionAgentResponse = semver.MustParse("0.13.0")
|
||||
|
||||
4
internal/site/package-lock.json
generated
4
internal/site/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"version": "0.12.12",
|
||||
"version": "0.13.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "beszel",
|
||||
"version": "0.12.12",
|
||||
"version": "0.13.0",
|
||||
"dependencies": {
|
||||
"@henrygd/queue": "^1.0.7",
|
||||
"@henrygd/semaphore": "^0.0.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beszel",
|
||||
"private": true,
|
||||
"version": "0.12.12",
|
||||
"version": "0.13.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
## 0.13.0
|
||||
|
||||
- Add one minute chart with one second interval.
|
||||
|
||||
- Improve accuracy of disk I/O statistics.
|
||||
|
||||
- Add `SYSTEM_NAME` environment variable to override system name on universal token registration. (#1184)
|
||||
|
||||
- Add `noindex` HTML meta tag. (#1218)
|
||||
|
||||
- Update Go dependencies.
|
||||
|
||||
## 0.12.12
|
||||
|
||||
- Fix high CPU usage when `intel_gpu_top` returns an error. (#1203)
|
||||
|
||||
Reference in New Issue
Block a user