Skip to content

Commit 76d1bd8

Browse files
committed
chore(release): v0.1.10
1 parent 3af0944 commit 76d1bd8

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

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.1.10] - 2026-02-19
9+
10+
### Added
11+
- **Weekly Challenges**: New Challenges page (🏆 nav item) shows three weekly challenge options (easy/medium/hard). Accept one to track progress, reroll up to twice, or skip the week. Dashboard shows active challenge progress at a glance.
12+
- **Challenge History**: `/challenges/history` page lists all completed and failed challenges (daily + weekly) with filter tabs and grouped by date.
13+
- **Difficulty Levels for Goal Suggestions**: Settings now has an Easy/Medium/Hard/Custom difficulty selector that controls how aggressively suggestions push beyond current baseline.
14+
- **Edit Goal from Details Page**: Inline edit form on the goal details page — change hero, metric, target, or game mode without leaving the page.
15+
- **Favourite Heroes in Filters**: Hero dropdowns across Analysis, Goals, and goal edit forms now group favourited heroes at the top under a ⭐ Favourites section.
16+
17+
### Fixed
18+
- **View on OpenDota**: Button now correctly opens the system browser (was silently failing due to incorrect import name)
19+
- **Updater permission**: Auto-update check was failing with a permissions error; `updater:default` capability now included
20+
- **Hero dropdown pre-selection in goal edit**: Opening the edit form now correctly pre-selects the goal's hero
21+
- **Game mode shown in goal description**: Goal details page now shows `(Ranked)` / `(Turbo)` in the goal description
22+
- **Refresh Matches error handling**: OpenDota API errors now show a friendly message and fall back to displaying cached local matches
23+
824
## [0.1.9] - 2026-02-18
925

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

0 commit comments

Comments
 (0)