Skip to content

Commit 180d7fd

Browse files
committed
chore: release v1.10.0-RC2
Bumps the manifest to 1.10.0-RC2 and records the two fixes found while playing RC1 on a live Home Assistant: the pack banner now announces packs that arrived with an installed update instead of offering manual version bumps (#651, closing #648 and #649), and the countdown pulse is driven by the tick that writes the digit instead of a free-running CSS loop (#652, closing #650). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BtWKjgwnbfH8MiDhhb9mFq
1 parent 2cd2be4 commit 180d7fd

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to Quizify are documented here. This project follows
44
[Semantic Versioning](https://semver.org/).
55

6+
## [1.10.0-RC2] β€” 2026-08-23
7+
8+
Two things found while playing RC1 on a live Home Assistant.
9+
10+
### πŸ†• The setup screen announces new packs instead of asking for handiwork
11+
12+
It used to offer version updates for packs you already had, and tell you to replace JSON files by hand. Packs ship inside the integration, so that update had already arrived β€” following the instruction only moved you away from the release you were running. Now it tells you what came **with** the update you installed: *"New in this update: World Cup (100)"*. A fresh install is not greeted with a list of "new" packs, and what arrived while you were away is still there when you next open the page.
13+
14+
The banner also showed raw text like `admin.packUpdateTitle` instead of a sentence. That is gone.
15+
16+
### ⏱️ The countdown pulses on the second
17+
18+
In the last five seconds the number beat twice per second against a digit that changes once, drifting further apart as the question ran β€” while the audible tick stayed with the digit. Sound and animation now agree about when a second is.
19+
20+
### ⚠️ Not yet verified on hardware
21+
22+
RC1 has been installed and played. These two fixes have not β€” they are what that play-through found.
23+
624
## [1.10.0-RC1] β€” 2026-08-23
725

826
### πŸ‡ͺπŸ‡Έ Spanish is complete

β€Žcustom_components/quizify/manifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"documentation": "https://github.com/mholzi/quizify",
1212
"iot_class": "local_push",
1313
"issue_tracker": "https://github.com/mholzi/quizify/issues",
14-
"version": "1.10.0-RC1"
14+
"version": "1.10.0-RC2"
1515
}

0 commit comments

Comments
Β (0)