Skip to content

Commit fbb3070

Browse files
committed
chore(release)): v0.6.0
1 parent ffcb259 commit fbb3070

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.6.0] - 2026-04-05
9+
10+
### Added
11+
- **Hero Benchmarks**: Compare your hero stats against bracket averages (Herald through Immortal). Shown on the hero analysis detail page with medal badges, z-scores, percentiles, and color-coded interpretation labels.
12+
- **Match Comparison**: Compare any two matches side-by-side from the match detail page — pick a previous/next game on the same hero, or enter a match ID manually.
13+
- **Performance Charts**: New gold/XP advantage charts on the match detail page (requires parsed replay data).
14+
- **Item Timings Comparison**: Side-by-side item timing comparison when comparing two matches.
15+
- **Reparse Match**: Request a replay parse from OpenDota directly from the match detail page.
16+
- **Benchmark Bracket Overlays**: Toggle bracket reference lines on hero analysis charts to see where you stand relative to each rank.
17+
18+
### Changed
19+
- **UI Readability Overhaul**: Increased font sizes across the entire app to meet accessibility guidelines — 16px body text baseline, 12px minimum for labels, 24px+ for headings. All text is now significantly easier to read.
20+
- **Improved Text Contrast**: Brightened `--text-muted` and `--text-secondary` colors for better contrast against dark backgrounds. Removed compounding `opacity` on muted text elements.
21+
- **Benchmark Interpretation Labels**: Tightened z-score thresholds so labels like "Above average" and "Slightly above average" align more accurately with their percentile. Interpretation text is now color-coded (green/teal for good, red for below average).
22+
23+
824
## [0.5.2] - 2026-03-28
925

1026
### Added

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.5.2",
3+
"version": "0.6.0",
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.5.2"
3+
version = "0.6.0"
44
description = "A Tauri App"
55
authors = ["Volthawk Software (Pty) Ltd"]
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)