Skip to content

Releases: ernestdefoe/respawn

3.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:52

What's Changed

  • Translate the player card and rarity tiers legend
  • fix(tags): drive TagLabel outline + text from --tag-bg so labels stay readable on dark

Full Changelog: 3.0.2...3.0.3

3.0.2

Choose a tag to compare

@ernestdefoe ernestdefoe released this 21 Jun 13:32

Fixes the discussion-row dropdown menu being hidden behind lower list items (z-index stacking). Reported via the support forum; reproduced in Safari + Firefox.

3.0.1 — audit hardening

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:19

Floxum audit hardening (→ ≥95). Full i18n wiring (zero hardcoded English), removed @ts-nocheck and properly typed the forum entry, and dropped dead code (the t stub + window.respawnToggleMode).

3.0.0

Choose a tag to compare

@github-actions github-actions released this 29 May 19:16

What's Changed

  • Build changelog from commits when release body is a placeholder
  • Replace release-drafter with commit-based draft-release workflow
  • Add workflow_dispatch trigger to publish-to-flarum.yml
  • Convert to TypeScript (audit fix)
  • docs: add Floxum marketplace badges to README

Full Changelog: 2.0.0...3.0.0

2.0.0

Choose a tag to compare

@ernestdefoe ernestdefoe released this 20 May 04:31
fix: theme toggle glyph now visible

Button--icon expects a Font Awesome <i> and hides text-only labels.
Dropped the .Button class entirely so we own the toggle's styling and
the sun/moon glyph renders inline at the right size.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>