v0.9.4 작업 결과

엔진 안정화

v0.9.3에서 모듈 파일과 실행 app.js 사이에 남아 있던 API 이름 불일치를 정리했습니다.

  • STORAGE_KEYS, loadValue, saveValue
  • loadIndex, loadChapter, getFirstPlayable
  • setRuntimeStatus
  • Scene·Condition·Command·Save·Reading Manager 연결

신규 기능

  • 저장 데이터 JSON 내보내기·가져오기
  • 영구 백로그
  • 배경 갤러리
  • 음향 갤러리
  • HTML·매니페스트 리소스 검사
  • Playwright Smoke Test
  • GitHub Actions Quality Gate

검수 정책

현재 환경에서는 정적 검수와 구문 검사를 실행합니다.
Playwright 브라우저 테스트는 프로젝트에 포함했으며 npm install 후 실행합니다.

npm install
npx playwright install chromium
npm run test:e2e