Skip to content

Commit b6197b6

Browse files
committed
chore(beta): v0.4.0
1 parent d02155e commit b6197b6

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.4.0] - 2026-03-15
9+
10+
### Added
11+
- **Stratz API**: Alternative data source to OpenDota. If OpenDota is unavailable or rate-limited, Dota Keeper can now fetch match data via the Stratz API.
12+
- **Screenshots**: In-app screenshots added to support onboarding and store listings.
13+
14+
### Changed
15+
- **Rate Limit Handling**: Improved rate limit tracking and backoff logic to avoid hitting API limits during match syncs.
16+
- **Mobile Cosmetics**: Numerous visual polish improvements across the mobile layout — spacing, typography, and component alignment.
17+
- **Locales**: Expanded and corrected translations; Steam ID is no longer exposed in visible UI text.
18+
- **Installer**: Removed `setup.exe` artifact — Windows installer is now exclusively the `.msi`.
19+
20+
### Fixed
21+
- **Sentry**: Fixed error reporting integration that was silently failing in production builds.
22+
- **Translations**: Corrected several mistranslated or missing strings in non-English locales.
23+
- **Privacy Policy**: Updated privacy policy content.
24+
825
## [0.3.2] - 2026-03-10
926

1027
### Fixed

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

0 commit comments

Comments
 (0)