File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.3.1 "
2+ "." : " 1.4.0 "
33}
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ The format is based on Keep a Changelog:
88This 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " rigstats"
3- version = " 1.3.1 " # x-release-please-version
3+ version = " 1.4.0 " # x-release-please-version
44description = " RIGStats dashboard"
55authors = [" Daniel" ]
66license = " MIT"
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments