Skip to content

Commit 87d3868

Browse files
committed
chore(release): v0.2.4
1 parent 04300a5 commit 87d3868

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to Dota Keeper will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.4] - 2026-02-23
9+
10+
### Added
11+
- **Goal Distribution Enhancements**: Significant improvements to the goal detail page
12+
- Average line on histogram: dashed yellow vertical line showing your mean performance
13+
- Achievement rate card: shows pass rate % with colour-coded status (Too Easy / Excellent / Good / Low / Critical) and a progress bar with a 75% target marker
14+
- Warning banner: appears when recent pass rate drops below 75%, with severity levels (critical/warning/info) and a one-click "Lower to X" button to adjust the goal
15+
- Last N games scatter chart: chronological dot chart below the histogram showing pass/fail per recent game, with hover tooltips and click-to-match navigation
16+
17+
### Fixed
18+
- **Item Timing Goal Description**: Fixed incorrect description text for item timing goals
19+
820
## [0.2.3] - 2026-02-22
921

1022
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dota-keeper",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "dota-keeper"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "A Tauri App"
55
authors = ["stringhandler"]
66
edition = "2021"

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": "dota-keeper",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"identifier": "com.volthawk.dota-keeper",
66
"build": {
77
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)