Skip to content

Commit cbd510f

Browse files
committed
Merge branch 'main' of github.com:dvalfrid/rigstats
2 parents b14739c + 41b8223 commit cbd510f

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.1"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ The format is based on Keep a Changelog:
88
This project follows Semantic Versioning:
99
<https://semver.org/>
1010

11+
## [1.6.0](https://github.com/dvalfrid/rigstats/compare/v1.5.1...v1.6.0) (2026-03-23)
12+
13+
14+
### Features
15+
16+
* **updater:** add auto-update with background check and progress UI ([3114d2d](https://github.com/dvalfrid/rigstats/commit/3114d2d8949f54bb71b52797d0ca61689d032c50))
17+
18+
19+
### Bug Fixes
20+
21+
* remove window decorations and force Node 24 in CI ([e2cb4fd](https://github.com/dvalfrid/rigstats/commit/e2cb4fd60e775bfd91dcdf7042f69619248980ee))
22+
1123
## [1.5.1](https://github.com/dvalfrid/rigstats/compare/v1.5.0...v1.5.1) (2026-03-22)
1224

1325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rig-dashboard",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Gaming rig stats dashboard for secondary display",
55
"scripts": {
66
"prepare:lhm": "powershell -ExecutionPolicy Bypass -File build/prepare-lhm.ps1",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rigstats"
3-
version = "1.5.1" # x-release-please-version
3+
version = "1.6.0" # x-release-please-version
44
description = "RIGStats dashboard"
55
authors = ["Daniel"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "RIGStats",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"identifier": "se.codeby.rigstats",
66
"mainBinaryName": "RIGStats",
77
"build": {

0 commit comments

Comments
 (0)