Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Pull up a stool. Newest stuff up top.

## 1.31.0 ("Round Trip")

Saturday, July 18, 2026

- The target number used to jump from six straight back down to one. Now it climbs all the way up and then walks back down the same steps, so the whole run feels like a proper round trip. 🎲

## 1.30.0 ("Second Wind")

Monday, July 13, 2026

- Squashed a mean one. A shaky signal could freeze your board halfway through: your old dice stuck in place, new ones piling on top, and a win that never landed. Now it catches itself up on your very next roll instead of leaving you hanging. 🔌
- _Behind the scenes: pulled the newest updates for a few of the parts under the hood so things stay quick and safe._

## 1.29.0 ("The Usual")

Saturday, July 11, 2026

- Sign in and Tensies greets you by name now, with a hello that changes with the time of day. The bartender remembers your usual. 👋
- Gave the Create Game button some room to breathe when you're signed in, so the greeting and the button stop bumping into each other.

## 1.28.0 ("House Regular")

Friday, July 10, 2026
Expand Down
17 changes: 17 additions & 0 deletions static/js/components/nav-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ const A2HS_ICON = `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" st

// Baked changelog HTML — content, not code; the changelog skill regenerates it.
const CHANGELOG = `<p>Pull up a stool. Newest stuff up top.</p>
<h2>1.31.0 ("Round Trip")</h2>
<p>Saturday, July 18, 2026</p>
<ul>
<li>The target number used to jump from six straight back down to one. Now it climbs all the way up and then walks back down the same steps, so the whole run feels like a proper round trip. 🎲</li>
</ul>
<h2>1.30.0 ("Second Wind")</h2>
<p>Monday, July 13, 2026</p>
<ul>
<li>Squashed a mean one. A shaky signal could freeze your board halfway through: your old dice stuck in place, new ones piling on top, and a win that never landed. Now it catches itself up on your very next roll instead of leaving you hanging. 🔌</li>
<li><em>Behind the scenes: pulled the newest updates for a few of the parts under the hood so things stay quick and safe.</em></li>
</ul>
<h2>1.29.0 ("The Usual")</h2>
<p>Saturday, July 11, 2026</p>
<ul>
<li>Sign in and Tensies greets you by name now, with a hello that changes with the time of day. The bartender remembers your usual. 👋</li>
<li>Gave the Create Game button some room to breathe when you're signed in, so the greeting and the button stop bumping into each other.</li>
</ul>
<h2>1.28.0 ("House Regular")</h2>
<p>Friday, July 10, 2026</p>
<ul>
Expand Down