Skip to content

Commit f60b3bb

Browse files
committed
release 0.15.3
1 parent 8e99b9f commit f60b3bb

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

beszel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
66

77
const (
88
// Version is the current version of the application.
9-
Version = "0.15.3-beta.1"
9+
Version = "0.15.3"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beszel",
33
"private": true,
4-
"version": "0.15.2",
4+
"version": "0.15.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

supplemental/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
## 0.15.4
1+
## 0.15.3
22

3-
- Add `INTEL_GPU_DEVICE` environment variable to select Intel GPU device. (#1285)
3+
- Add CPU state details and per-core usage. (#1356)
44

5-
- Update `shoutrrr` and `gopsutil` dependencies.
5+
- Add `EXCLUDE_CONTAINERS` environment variable to exclude containers from being monitored. (#1352)
66

7-
## 0.15.3
7+
- Add `INTEL_GPU_DEVICE` environment variable to specify Intel GPU device. (#1285)
88

99
- Improve parsing of edge case S.M.A.R.T. power on times. (#1347)
1010

11+
- Fix empty disk I/O values for extra disks. (#1355)
12+
13+
- Fix battery nil pointer error. (#1353)
14+
15+
- Add Hebrew with translations by @gabay.
16+
17+
- Update `shoutrrr` and `gopsutil` dependencies.
18+
1119
## 0.15.2
1220

1321
- Improve S.M.A.R.T. device detection logic (fix regression in 0.15.1) (#1345)

0 commit comments

Comments
 (0)