Skip to content

Commit 507e14d

Browse files
committed
wip
1 parent 2b2a1e9 commit 507e14d

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## **3.0.0**&emsp;<sub><sup>2026-03-28 ([cc89589...2b2a1e9](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/compare/cc895898071f25808cc20c708329613314beebcf...2b2a1e9fa57e1c4e3274f46b7cca662aadd72853?diff=split))</sup></sub>
2+
3+
### Features
4+
5+
- add a result page that displays only your personal best and personal best splits ([9fe9800](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/9fe98000589ee4767d39ed52720536ac1e929651))
6+
- add support for confirm/cancel modal ([1c6daa3](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/1c6daa3476584cc602abb7db34fab73b5b81fba9))
7+
- add possibility to delete an attempt on the history page ([b6b4bee](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/b6b4bee6a613e26158e476ff33fae0df2ab6c251))
8+
- add pb, wr, bps time to the popup obs ([c8ace9c](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/c8ace9ce88dee99b3b123a3b3d06c616f3d3c29c))
9+
- use timesheet as terminology for the sum of PB attempts and add BPS timesheet ([85a9093](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/85a9093165756e507f651e582a52d5a7c61ea488))
10+
- explain how to make obs integration window transparent ([189c9a2](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/189c9a21bfaca09d39ac6e1f57844219a8b10dc1))
11+
- add faq about the overlay not being updated on OBS Studio ([5cd748a](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/5cd748add94c9e707b45c9685a461109e078c15e))
12+
- add faq about black frame around the imaage \(overscan\) ([2b2a1e9](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/2b2a1e9fa57e1c4e3274f46b7cca662aadd72853))
13+
14+
### Bug Fixes
15+
16+
- add validation on the import shortcut located in the header ([cc89589](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/cc895898071f25808cc20c708329613314beebcf))
17+
- make dialog error about application already open unclosable ([a477dc6](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/a477dc652e060e2e906dcf57fffa88be5b97fc92))
18+
- reduce probability of incorrect final time to be captured ([7955a26](https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/7955a26055d606bf606fb36685d6b0c8ed5b7a41))
19+
20+
<br>
21+
122
## **1.2.0**&emsp;<sub><sup>2026-03-26 (471f45e425c8cc533965729fda41485cb13c5b75...b35d263c440fce39a11a5602bdc6f7520d876a06)</sup></sub>
223

324
### Features

diff.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Fix chanlog sha
2+
3+
Hello,
4+
I deployed a new version that add a view to see only your BPS and PB.
5+
I also add the possibility to remove an attempt from the History page, but you need to elagate the history, you should use the Shrink function.
6+
Improve and added some elements in the FAQ like how to make the bacckground transperent

git-conventional-commits.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ changelog:
2929
perf: Performance Improvements
3030
merge: Merges
3131
breakingChange: BREAKING CHANGES
32-
3332
## GitHub
34-
# commitUrl: https://github.com/ACCOUNT/REPOSITORY/commit/%commit%
35-
# commitRangeUrl: https://github.com/ACCOUNT/REPOSITORY/compare/%from%...%to%?diff=split
33+
commitUrl: https://github.com/Lukinoh/mario-kart-world-time-trial-browser/commit/%commit%
34+
commitRangeUrl: https://github.com/Lukinoh/mario-kart-world-time-trial-browser/compare/%from%...%to%?diff=split
3635

3736
## GitHub Issues
3837
# issueRegexPattern: "#[0-9]+"

0 commit comments

Comments
 (0)