Skip to content

v1.4.0 β€” word goals, reliability, bulletproof tests

Choose a tag to compare

@Mylittlestories Mylittlestories released this 22 Aug 06:00
· 24 commits to main since this release

v1.4.0 β€” word goals, reliability hardening, bulletproof tests

New

  • 🎯 Per-chapter word goal β€” set a target per chapter (default = format size); chart bars and stats show words / goal
  • πŸ” Chapter search β€” filter the chapter list instantly

Reliability ("never broke")

  • Resilience-hardened $: a missing element becomes a safe no-op β€” nothing can crash the app
  • Global error handler with a friendly notice; autosave + quota fallback; guarded empty-state actions
  • Bulletproof test suite β€” tests/bullet.js: 59 checks Β· 5 angles (syntax, structure, functional, robustness, regression), all passing

Docs: README + Guide updated (word goals, search, reliability, how to run tests).