feat(audio): Þrøngva's album replaces the old tracks; release v0.3.0 - #72
Merged
Merged
Conversation
The soundtrack is now "After the Winter of Want", our own music, as committed in 1356cc1. The seven earlier files in music/throngva/ were not ours and are deleted. Four were byte-identical to album tracks 001-004, so those songs remain from the album; the other three are gone. - The soundtrack scan walks album folders (<artist>/<album>/<song>.mp3); it used to read one level and would have found none of the album. - Titles drop the album's track number ("001. ", "20. ") and keep the authored spelling; Track gains an optional album. - A test runs the real scan and requires all 20 album tracks and no throngva. - The trailer reads Ironwood Oath from the album. The film already carries it (same bytes), so it is not re-rendered. - PROVENANCE.md and the sandbox follow-ups note record the album and the removal; the asset manifest lists the album. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan9 finding(s) HIGH/CRITICAL: 4 | MEDIUM: 5
Snippets are redacted; ThreatCrush never prints matched credential material. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The in-game soundtrack is now After the Winter of Want by Þrøngva (20 tracks, added in 1356cc1). The old
music/throngva/files are deleted because they were not ours.music/throngva/. Four (Frost on the Oar, Runes on Ice, Ironwood Oath, Storm Crown Oath) were byte-identical to album tracks 001–004, so those songs remain from the album. The other three (More Than Enough, The Wolf Called Want 1 & 2) differed from the album's versions and are gone.001.,20.) is dropped from the displayed title; titles are otherwise kept as written in the filenames.Checked locally: typecheck passes, game tests pass (132, including a new test that runs the real scan and requires all 20 tracks and no
throngva), and a production build ships the album and nothing else undermusic/. The service worker precaches no MP3s.🤖 Generated with Claude Code
Also bumps every package to 0.3.0. After this merges, tagging v0.3.0 on main starts the desktop build (cast page, onboarding, WinGet, the album).