Skip to content

Commit b4cfc2b

Browse files
committed
chore(beta): v0.5.2
1 parent 4216f37 commit b4cfc2b

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.5.2] - 2026-03-28
9+
10+
### Added
11+
- **Deaths Goal Type**: New goal metric to track deaths — set a maximum death count target (e.g. "at most 4 deaths by 30 min").
12+
13+
### Fixed
14+
- **Android Bottom Nav**: Buttons on the bottom navigation bar were unclickable on Android because the system navigation bar covered them. Safe area insets are now injected at multiple intervals on app start to ensure they apply after the page has loaded.
15+
- **Android Build**: Resolved Gradle build failures caused by conflicting product flavor dimensions when building with `cargo tauri android dev`.
16+
817
## [0.5.1] - 2026-03-26
918

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

0 commit comments

Comments
 (0)