41 Commits

Author SHA1 Message Date
7f719bb827 Add test 2025-06-11 23:05:27 +09:00
a77a8aa9bd Add English to Katakana and Romaji conversion support 2025-06-11 22:04:43 +09:00
bbff015899 Fix 2025-06-09 01:26:39 +09:00
b7f3ca6a27 Add searching feature 2025-06-08 21:53:45 +09:00
cd0e4065fc Update category management and RSS endpoint handling 2025-06-08 21:50:31 +09:00
4aa1b5c56a Replace cheero with puppeteer 2025-06-08 21:34:11 +09:00
080d47ab01 Fix 2025-06-08 19:32:42 +09:00
70c7ceef55 Add updating feed title feature 2025-06-08 17:08:51 +09:00
be026db3d8 Close #5 2025-06-08 16:35:06 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
b5ff912fcb Update 2025-06-08 15:21:27 +09:00
b413162033 Add new batch scheduler service 2025-06-07 15:31:59 +09:00
ffb9ba644e Fix 2025-06-07 14:44:58 +09:00
53a408d074 Fix episode list 2025-06-07 14:08:42 +09:00
9580740398 Update 2025-06-07 13:45:48 +09:00
39f088641c Set limit as env 2025-06-07 12:11:13 +09:00
eae8e4d15a Update 2025-06-07 11:44:56 +09:00
3452d7c541 Update 2025-06-07 11:15:39 +09:00
986743949f feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 08:47:10 +09:00
3f3c486f81 feat: 環境変数からAPIエンドポイントを取得するように変更 2025-06-05 06:22:12 +09:00
b7f81e53f5 chore: move updatePodcastRSS to after loop 2025-06-04 22:25:32 +09:00
6e6164764a chore: remove process.exit(1) from error handling 2025-06-04 17:09:41 +09:00
62fcf4c12c feat: Implement batch processing and scheduling 2025-06-04 17:06:22 +09:00
95043f0ea5 feat: add fluent-ffmpeg and refactor batch process 2025-06-04 16:06:10 +09:00
ebe6b6d250 fix: handle empty items and no yesterday articles 2025-06-04 15:13:41 +09:00
8490e383ac refactor: extract processFeedUrl function 2025-06-04 15:12:28 +09:00
229b9750eb refactor: remove .wav extension from uniqueId 2025-06-04 14:36:20 +09:00
93d87c5997 refactor: use unique ID for audio file and episode 2025-06-04 14:32:07 +09:00
1d6a6e1ee6 chore: move updatePodcastRSS call 2025-06-04 14:11:23 +09:00
0644ac66b7 feat: fix typescript errors 2025-06-04 13:26:59 +09:00
05105071f3 feat: implement feed classification and podcast content generation 2025-06-04 12:39:47 +09:00
08b11ae549 feat: add detailed logging for debugging and monitoring 2025-06-04 12:38:18 +09:00
c8dd8c9466 feat: generate unique filenames for audio files 2025-06-04 12:36:53 +09:00
e2fc73b479 fix: use finalItemId in markAsProcessed 2025-06-04 12:03:16 +09:00
72ec925357 fix: generate fallback ID for feed items 2025-06-04 12:02:03 +09:00
e11bd09308 feat: add validation for feed item IDs 2025-06-04 11:58:20 +09:00
ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00
80d48a1f8c feat: read feed URLs from file 2025-06-04 11:44:03 +09:00
a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00
4db363068d feat: migrate to bun runtime and update dependencies 2025-06-04 08:41:53 +09:00
4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00