File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import "github.com/blang/semver"
66
77const (
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)
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments