Skip to content

Commit ade61ec

Browse files
committed
Merge branch 'main' of github.com:dvalfrid/rigstats
2 parents 04611e6 + e233e48 commit ade61ec

5 files changed

Lines changed: 17 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.3.1"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

11+
## [1.4.0](https://github.com/dvalfrid/rigstats/compare/v1.3.1...v1.4.0) (2026-03-21)
12+
13+
14+
### Features
15+
16+
* **autostart:** add launch-at-startup toggle to Settings ([c69057c](https://github.com/dvalfrid/rigstats/commit/c69057cf20402b5c8c1478004a83e28de1ef168c))
17+
* **ui:** add drag-to-reorder panel ordering ([2fb5f92](https://github.com/dvalfrid/rigstats/commit/2fb5f92ea4ff6d2c9e89ffc6bbddb3ddcfe43339))
18+
19+
20+
### Bug Fixes
21+
22+
* **ui:** add consistent hover animations to all dialog buttons and panel toggles ([d203fd0](https://github.com/dvalfrid/rigstats/commit/d203fd01ad5de4889f80f3e1db1431f309fc8d77))
23+
1124
## [1.3.1](https://github.com/dvalfrid/rigstats/compare/v1.3.0...v1.3.1) (2026-03-20)
1225

1326

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.3.1",
3+
"version": "1.4.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.3.1" # x-release-please-version
3+
version = "1.4.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.3.1",
4+
"version": "1.4.0",
55
"identifier": "se.codeby.rigstats",
66
"mainBinaryName": "RIGStats",
77
"build": {

0 commit comments

Comments
 (0)