Skip to content

Commit 82727c4

Browse files
committed
chore(release): v0.2.5
1 parent 97a4d49 commit 82727c4

6 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.5] - 2026-02-25
9+
10+
### Added
11+
- **Hero Icons in Dropdowns**: Hero selection dropdowns across Goals, Analysis, and Goal Details pages now display hero portrait icons alongside hero names for easier selection
12+
- **Item Icons**: Item icons are now displayed on the Goals page and Goal Details page for item timing goals
13+
- **New Heroes**: Added Kez and Lara (Largo) to the hero roster
14+
15+
### Changed
16+
- **Default Window Size**: Increased default window size to 1280x800 for a better out-of-the-box experience
17+
- **Weekly Goals Display**: Fixed name and display of weekly goals on the dashboard
18+
819
## [0.2.4] - 2026-02-23
920

1021
### Added

claude.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ When a task is completed by you and requires manual verification, move to `meta/
4747

4848
Where creating a release, you need to update package.json, src-tauri/Cargo.toml, tauri.conf.json. Also, populate the CHANGELOG.md with the changes
4949

50+
**Do NOT commit the release.** Just prepare the files (version bumps + changelog) and leave it staged or unstaged for the user to review and commit themselves.
51+
5052

5153
## Status
5254

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

0 commit comments

Comments
 (0)