Commit Graph

29 Commits

Author SHA1 Message Date
4f19eb8df0 Update 2025-06-09 08:01:48 +09:00
be026db3d8 Close #5 2025-06-08 16:35:06 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
d12d55020f Close #3 2025-06-07 19:43:33 +09:00
ffb9ba644e Fix 2025-06-07 14:44:58 +09:00
9580740398 Update 2025-06-07 13:45:48 +09:00
17e9580e23 Fix 2025-06-07 10:58:03 +09:00
698b73afaa Fix timeout for TTS service 2025-06-07 10:33:09 +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
4a9f8e0264 chore: remove unused dependencies 2025-06-04 18:16:51 +09:00
12c023486b refactor: use bun spawn for mp3 conversion 2025-06-04 18:10:22 +09:00
e9e733ce8a feat: support audio/mpeg for podcast and tts 2025-06-04 16:18:33 +09:00
a50d54c206 feat: convert wav to mp3 and save 2025-06-04 16:00:44 +09:00
91f0f23442 fix: correct file path for tts audio 2025-06-04 15:02:19 +09:00
212e6eb24d fix: save tts audio with .wav extension 2025-06-04 14:41:50 +09:00
93d87c5997 refactor: use unique ID for audio file and episode 2025-06-04 14:32:07 +09:00
9cc3e1f66b feat: use audio path for episode player and tts file name 2025-06-04 13:52:40 +09:00
08b11ae549 feat: add detailed logging for debugging and monitoring 2025-06-04 12:38:18 +09:00
4d6c482f00 fix: use provided filename in TTS generation 2025-06-04 12:37:28 +09:00
b88aa05b84 feat: Remove Next.js and use environment variables 2025-06-04 12:32:11 +09:00
ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00
2710d8299f feat: Move VOICEVOX settings to .env 2025-06-04 11:35:45 +09:00
56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
7193dd8bb7 feat: use VOICEVOX API for TTS 2025-06-04 11:26:55 +09:00
31ae637737 feat: update podcast and tts services for next.js 2025-06-04 09:06:49 +09:00
2ae43314c4 feat: update files for Hono router and SPA support 2025-06-04 08:48:33 +09:00
4db363068d feat: migrate to bun runtime and update dependencies 2025-06-04 08:41:53 +09:00
a1cbf358ef fix: fix template literal errors in llm, podcast, and tts services 2025-06-04 08:18:38 +09:00
4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00