Go to file
xRangerDE 595269d9f5 release: 5.1.0-alpha.0 - integrity-check + archive-files-store + format-helpers
Continuation post-5.0.0. Adds three more domain/infra modules + 46 tests
(210 total). Touched pillars:

- Pillar 1 (Live-Rec): integrity-check ffprobe parser + verdict
- Pillar 6 (Smart-Resume / Archive): archive-files-store CRUD + summary
- Pillar 4 (Architecture-Split): format-helpers extraction (4 more pure
  functions out of main.ts: sanitizeFilenamePart, formatTwitchDurationFromSeconds,
  formatDateWithPattern, getMergeGroupPhaseText)

main.ts continues to shrink (now ~7160 LoC from 7485 start). Renderer-side
work (Pillar 5 UI Power) + recorder integration (Plan 04b) + OAuth IPC
wiring (needs Twitch Client ID from user) still ahead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 23:57:35 +02:00
build chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
docs ui: VOD sort dropdown with persisted key + locale labels 2026-05-03 15:54:53 +02:00
scripts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00
src refactor: extract format helpers (sanitize, twitch-duration, date-pattern, merge-phase) + 24 tests 2026-05-11 23:57:22 +02:00
tasks release: 5.0.0 — vitest + SQLite + OAuth storage/flow + Smart-Resume foundation 2026-05-11 23:48:02 +02:00
.gitignore chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
CLAUDE.md release: 5.0.0 — vitest + SQLite + OAuth storage/flow + Smart-Resume foundation 2026-05-11 23:48:02 +02:00
eslint.config.mjs chore: add ESLint with security plugin, fix code quality warnings 2026-03-22 14:55:35 +01:00
package-lock.json release: 5.1.0-alpha.0 - integrity-check + archive-files-store + format-helpers 2026-05-11 23:57:35 +02:00
package.json release: 5.1.0-alpha.0 - integrity-check + archive-files-store + format-helpers 2026-05-11 23:57:35 +02:00
README_AI_RELEASE.md docs: add AI release runbook for gitea 2026-03-05 01:04:18 +01:00
tsconfig.json chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
vitest.config.ts build: vitest config (node env, src/**/*.test.ts) 2026-05-11 21:39:46 +02:00