Skip to content

Commit 0a6bc85

Browse files
committed
Add v0.2.6-alpha changelog and update download URL
1 parent a5ad4e4 commit 0a6bc85

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to RacePulse releases are documented here.
44

5+
## [v0.2.6-alpha] — 2026-03-22
6+
7+
### Added
8+
9+
- Widget position and size persistence — widgets reopen exactly where you left them after restarting the app
10+
- Recenter button to move all open widgets to the center of the main app's screen
11+
- Reset Size button in the widget customization panel to restore default dimensions
12+
- Optional rev lights bar on the Inputs Telemetry widget
13+
14+
---
15+
516
## [v0.2.5-alpha] — 2026-03-19
617

718
### Added

site/content/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ description: "Track RacePulse release history, feature additions, fixes, and tel
55
ogImage: "assets/application-preview.gif"
66
---
77

8+
## v0.2.6-alpha <span class="changelog-date">2026-03-22</span>
9+
10+
### Added
11+
12+
- Widget position and size persistence — widgets reopen exactly where you left them after restarting the app
13+
- Recenter button to move all open widgets to the center of the main app's screen
14+
- Reset Size button in the widget customization panel to restore default dimensions
15+
- Optional rev lights bar on the Inputs Telemetry widget
16+
17+
---
18+
819
## v0.2.5-alpha <span class="changelog-date">2026-03-19</span>
920

1021
### Added

site/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ disableKinds = ["taxonomy", "term"]
1010
siteIcon = "favicon.svg"
1111
repoURL = "https://github.com/gAlexander77/racepulse-release"
1212
releaseURL = "https://github.com/gAlexander77/racepulse-release/releases"
13-
downloadURL = "https://github.com/gAlexander77/racepulse-release/releases/download/v0.2.5-alpha/RacePulse.exe"
13+
downloadURL = "https://github.com/gAlexander77/racepulse-release/releases/download/v0.2.6-alpha/RacePulse.exe"
1414

1515
[menu]
1616
[[menu.main]]

0 commit comments

Comments
 (0)