804755bd3d
Fix failing immersion-tracker tests
2026-02-17 02:30:09 -08:00
78715e801c
ci: run pull request checks on Node 22
2026-02-17 02:16:28 -08:00
75d5389036
test: fix telemetry fixture column count in rollup test
2026-02-17 01:41:24 -08:00
79bf5ebefb
test: add immersion tracking startup safety and sqlite tests
2026-02-17 01:27:41 -08:00
4d28efabd0
Fix child-process arg warning
2026-02-17 01:26:59 -08:00
1cd1cdb11d
refactor(cli): remove deprecated verbose logging flags
2026-02-17 00:57:44 -08:00
23b78e6c9b
Update docs and gitignore changes
2026-02-17 00:57:44 -08:00
48f93f4344
Fix SUBMINER_APPIMAGE_PATH resolution on non-macOS
2026-02-17 00:57:44 -08:00
a499554848
Merge pull request #7 from ksyasuda/feature/add-anilist-tracking
...
Add AniList Tracking
2026-02-17 00:08:33 -08:00
7610bba16e
Handle AniList update errors and expand setup docs
2026-02-17 00:00:30 -08:00
5602d751eb
Update AniList docs
2026-02-16 23:03:51 -08:00
kyasuda
457e6f0f10
feat(tokenizer): refine Yomitan grouping and parser tooling
...
- map segmented Yomitan lines into single logical tokens and improve candidate selection heuristics
- limit frequency lookup to selected token text with POS-based exclusions and add debug logging hook
- add standalone Yomitan parser test script, deterministic utility-script shutdown, and docs/backlog updates
2026-02-16 17:41:24 -08:00
kyasuda
0eb2868805
Fix Yomitan token headword frequency matching and add frequency tests
2026-02-16 13:21:19 -08:00
1d7406f3d4
Fix anilist updater import
2026-02-16 02:19:02 -08:00
107971f151
Fix AniList URL guard
2026-02-16 01:56:21 -08:00
e142d2dc3b
Merge pull request #6 from ksyasuda/feature/session-help-modal
...
Add help modal
2026-02-16 00:32:27 -08:00
f448106f92
Prevent session help modal focus thr
2026-02-16 00:08:52 -08:00
faf82fa3ed
udpate readme and bmp deps
2026-02-15 23:51:34 -08:00
2622949ac7
Merge pull request #5 from ksyasuda/feature/frequency-based-highlighting
...
Add vendor frequency defaults with override support
2026-02-15 23:47:28 -08:00
af17f54ecd
Disable frequency dictionary by default
2026-02-15 23:46:22 -08:00
b6975eae07
Enable frequency dictionary by default and keep bundled fallback
2026-02-15 23:42:00 -08:00
1ab7e6e1da
Normalize shortcut spaces before fil
2026-02-15 23:41:57 -08:00
f21fc95d17
Address Claude review feedback
2026-02-15 23:36:06 -08:00
a38b4d8583
Merge pull request #4 from ksyasuda/dependabot/npm_and_yarn/esbuild-0.25.0
...
chore(deps-dev): bump esbuild from 0.21.5 to 0.25.0
2026-02-15 22:49:25 -08:00
8e9d392b21
Mark TASK-25 as done
2026-02-15 22:48:56 -08:00
01a48f4714
Add vendor dict fallback logic
2026-02-15 22:45:03 -08:00
dependabot[bot]
e3c870143f
chore(deps-dev): bump esbuild from 0.21.5 to 0.25.0
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.21.5 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.25.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 05:22:52 +00:00
dae1f817e0
refactor: extract main runtime helper groups
...
- Extract remaining runtime helper clusters from main.ts into dedicated modules for readability:\n - src/main/jlpt-runtime.ts\n - src/main/media-runtime.ts\n - src/main/overlay-visibility-runtime.ts\n- Wire main.ts to use the new runtime services and remove duplicated in-file helpers.\n- Preserve existing behavior via full typecheck + test:fast verification.\n- Finalize and archive TASK-56 backlog entry; update TASK-54 with completion metadata and summary.
2026-02-15 21:18:20 -08:00
bec69d1b71
Refactor startup/logging service wiring and related test/config updates
2026-02-15 21:02:54 -08:00
c6ac962f7a
Fix test assertions for logger format and Yomitan target marking
2026-02-15 21:00:28 -08:00
2211c086c0
refactor: consolidate JLPT token filter utilities
2026-02-15 21:00:00 -08:00
e14dad410e
update backlog
2026-02-15 19:18:07 -08:00
8c8f828b59
fix(mpv): gate socket logs by debug level
...
- Gate MPV socket reconnect-attempt, close, and error logs behind SUBMINER_LOG_LEVEL=debug.\n- Preserve MPV reconnect behavior and success-path logging unaffected.\n- Update TASK-33 metadata/status with implementation summary.
2026-02-15 19:15:12 -08:00
667bde944c
Add configurable minimum sentence length for N+1 targets
2026-02-15 18:34:10 -08:00
f1b5082801
Update task metadata/docs and JLPT tokenizer work
2026-02-15 18:18:08 -08:00
1ca9cbc20d
Complete TASK-12 bundling and tokenizer test type fixes
2026-02-15 18:16:46 -08:00
47aeabbc58
remove claude code review workflow
2026-02-15 17:48:32 -08:00
3e445aee9e
chore: archive refactor milestones and remove structural quality-gates task
...
- Remove structural quality gates task and references from task-27 roadmap.
- Remove structural-gates-adjacent work from scripts/positioning cleanup context, including check-main-lines adjustments.
- Archive completed backlog tasks 11 and 27.7 by moving them to completed directory.
- Finish task-27.5 module split by moving/anonymizing anki-integration and renderer positioning files into their dedicated directories and updating paths.
2026-02-15 17:48:08 -08:00
42b5b6ef89
Fix mpv protocol/transport typing and test regressions
2026-02-15 17:48:08 -08:00
396fde3011
Merge pull request #2 from ksyasuda/add-jlpt-tagging
...
Add opt-in JLPT tagging flow
2026-02-15 17:30:22 -08:00
20f5de1cf7
update docs and config
2026-02-15 17:29:27 -08:00
8ebf6f02ec
remove github pages ci job (cloudflage pages)
2026-02-15 17:11:54 -08:00
2a2eee825c
Fix tokenizer and jlpt issues
2026-02-15 17:06:27 -08:00
af1200b8d7
Merge pull request #3 from ksyasuda/add-claude-github-actions-1771202469311
...
Add Claude Code GitHub Workflow
2026-02-15 16:41:32 -08:00
0674daf9c4
"Claude Code Review workflow"
2026-02-15 16:41:11 -08:00
f492622a8b
Add opt-in JLPT tagging flow
2026-02-15 16:28:00 -08:00
ca2b7bb2fe
Merge pull request #1 from ksyasuda/refactor
...
refactor runtime deps wiring and docs/config updates
2026-02-15 02:38:18 -08:00
3a27c026b6
feat: integrate n+1 target highlighting
...
- Merge feature branch changes for n+1 target-only highlight flow
- Extend merged token model and token-merger to mark exactly-one unknown targets
- Thread n+1 candidate metadata through tokenizer and config systems
- Update subtitle renderer/state to route configured colors and new token class
- Resolve merge conflicts in core service tests, including subtitle and subsync behavior
2026-02-15 02:36:48 -08:00
88099e2ffa
Add N1 word highlighting flow and mpv/overlay service updates
2026-02-15 02:30:14 -08:00
a8682c33f2
update docs
2026-02-15 02:29:41 -08:00