Commit Graph

72 Commits

Author SHA1 Message Date
40e3754628 Remove integrity check for database service 2025-06-08 15:24:03 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
b5ff912fcb Update 2025-06-08 15:21:27 +09:00
ca236067e8 Revert "Fix"
This reverts commit 779b5ab43a.
2025-06-07 23:08:01 +09:00
31fe52f687 Revert "Update"
This reverts commit 0549a61753.
2025-06-07 22:58:38 +09:00
0549a61753 Update 2025-06-07 22:53:52 +09:00
779b5ab43a Fix 2025-06-07 22:43:35 +09:00
eeb0d8de29 Update 2025-06-07 22:38:50 +09:00
2102ff2b11 Fix? 2025-06-07 22:12:37 +09:00
d12d55020f Close #3 2025-06-07 19:43:33 +09:00
a0a253cb43 Update 2025-06-07 19:35:55 +09:00
353843871a Close #2 2025-06-07 19:30:37 +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
bc2be914df Add some features to the admin panel 2025-06-07 14:06:11 +09:00
9b18963041 Fix database conflict and update schema 2025-06-07 13:58:08 +09:00
9580740398 Update 2025-06-07 13:45:48 +09:00
c57a37c9dd Add admin panel 2025-06-07 13:24:57 +09:00
7915ed7a44 Fix 2025-06-07 12:42:06 +09:00
1296f81c37 Fix 2025-06-07 12:38:52 +09:00
354426fbb6 Fix 2025-06-07 12:34:18 +09:00
337b60de26 Fix 2025-06-07 12:31:43 +09:00
1a5a01fd44 Update 2025-06-07 11:40:47 +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
e43a35f64a Fix database migration 2025-06-07 09:05:41 +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
3934d630cb feat: run batch process as a separate process 2025-06-04 17:04:09 +09:00
e9e733ce8a feat: support audio/mpeg for podcast and tts 2025-06-04 16:18:33 +09:00
a04c2c828e feat: add service to fetch and generate podcast content 2025-06-04 16:07:55 +09:00
a50d54c206 feat: convert wav to mp3 and save 2025-06-04 16:00:44 +09:00
9b601c27f4 fix: wrap channel description in CDATA and escape CDATA terminators in item descriptions 2025-06-04 15:28:47 +09:00
ef95bc1667 fix: escape XML entities in podcast feed 2025-06-04 15:28:15 +09:00
82c40a7491 feat: improve podcast content generation prompt 2025-06-04 15:14:57 +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
08800b9f96 fix: update audio file path in podcast RSS feed 2025-06-04 14:05:05 +09:00
1ed1bb2e1b fix: correct audio file path for filesize calculation 2025-06-04 14:01:26 +09:00
9cc3e1f66b feat: use audio path for episode player and tts file name 2025-06-04 13:52:40 +09:00
2df3f0a8eb refactor: append new episodes to existing podcast.xml 2025-06-04 13:46:50 +09:00
e6a6353a6c feat: 環境変数PODCAST_BASE_URLを追加し、podcast.tsで利用するように変更 2025-06-04 13:44:02 +09:00
0fb2c79bdb fix: escape ]]&gt; and unescape &amp; in podcast description 2025-06-04 13:41:11 +09:00
2c1ae6b867 fix: escape ]]&gt; in podcast description 2025-06-04 13:41:02 +09:00
deede8e1e5 fix: escape ]]&gt; in podcast description 2025-06-04 13:22:33 +09:00
c0b25ed2ee feat: create database directory if it doesn't exist 2025-06-04 12:40:40 +09:00
05105071f3 feat: implement feed classification and podcast content generation 2025-06-04 12:39:47 +09:00