main #1

Merged
titor merged 5 commits from main into dev 2026-03-29 18:56:21 +08:00

5 Commits

Author SHA1 Message Date
b752779d18 docs: update changelog status to released v0.3.0 2026-03-29 18:43:04 +08:00
6807371c5e feat: add content filter and code processing module (v0.3.0)
- Add content filter module (internal/content/)
- Implement basic character filtering (control chars, line breaks, symbols)
- Implement code block and inline code detection
- Implement comment detection for 30+ languages (JS/Python/Go/HTML/etc)
- Add go-enry dependency for intelligent language detection
- Add SkipKeywords config option (default: TODO/FIXME/HACK/XXX/etc)
- Integrate content processing into Translator
- Update config.yaml with skip_keywords
2026-03-29 18:41:25 +08:00
1bce2d9c7a merge: v0.2.0 language support and onboard wizard 2026-03-29 01:30:59 +08:00
e18fbad839 merge: v0.0.3 environment variable loading fix 2026-03-28 23:31:33 +08:00
7c8a924984 merge: v0.0.2 core architecture implementation 2026-03-28 23:27:19 +08:00