Skip to content

Commit 48ecebf

Browse files
committed
chore(release): v0.2.7
1 parent ee36c0a commit 48ecebf

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.7] - 2026-03-02
9+
10+
### Added
11+
- **Mental Health / Mind Tab**: New "Mind" section for tracking tilt and emotional state after games
12+
- Post-game mood check-in prompt appears after matches with a mood slider and optional notes
13+
- Tilt assessment based on recent check-in history (calm / watch yourself / tilted / on tilt)
14+
- Full check-in history with mood trend visualisation and personalised suggestions
15+
- Check-in frequency setting (after every game, every 3 games, or every 5 games)
16+
- **Steam Login**: Authenticate via Steam OpenID directly in the app as an alternative login path
17+
- **Toast Notifications**: Global toast notification system for in-app feedback messages
18+
19+
### Fixed
20+
- **OpenDota Parsing**: Resolved parsing edge cases that could cause match data to be incorrectly marked as parsed
21+
- **Goal Sparklines**: Fixed sparkline charts on the dashboard not rendering correctly for goals
22+
823
## [0.2.6] - 2026-02-26
924

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

0 commit comments

Comments
 (0)