Commit Graph
76 Commits
Author SHA1 Message Date
Symb0x76 2691ee2c41 feat(whisper.cpp) : Use whisper.cpp for local whisper transcribe 2025-10-16 14:10:34 +08:00
Symb0x76 1be9264864 Merge remote-tracking branch 'upstream/main' 2025-10-15 18:02:51 +08:00
Symb0x76 027278f93d feat(docker-whsiper) : Add support for docker whisper-asr-webservice 2025-10-15 17:42:17 +08:00
Symb0x76 c4461787f9 feat(proxy) : Add proxy support for mainland 2025-10-15 16:51:44 +08:00
Symb0x76 0e091aede2 feat(openai-go) : Add openai feature for transcribe and later chats 2025-10-15 16:07:14 +08:00
Symb0x76 3f55832215 feat(whisper.py) : using python to transcibe 2025-10-15 11:22:20 +08:00
Sarv a7162bca94 fix dat2img (#302) 2025-10-14 22:52:15 +08:00
Symb0x76 3163bbdfe3 !revert(whisper.cpp): delete third_party cpp lib usage, will use python for transribe later 2025-10-14 20:18:58 +08:00
Symb0x76 8925bd1cd4 fix(voice file): introducing copylock to improve accessibility of vocie files 2025-10-14 15:11:55 +08:00
Sarv d1d28eb7bb feat(wechat): support macOS 26 (#293)
* support macOS 26

* fix filecopy
2025-10-12 01:03:35 +08:00
Symb0x76 b7f2102e9a feat(transcribe): Add /voice/{media_id}?transcibe=1 endpoint 2025-10-11 14:13:24 +08:00
Symb0x76 31b6b9824e fix(build): universal compile for CGO 2025-10-10 20:53:54 +08:00
Symb0x76 39b2a56c18 feat(whisper): Intergrate Whisper.cpp into chatlog 2025-10-10 20:20:23 +08:00
Symb0x76 f31c39c40f perf(search): Delete FTS fallback, use Bleve only. 2025-10-10 13:59:50 +08:00
Symb0x76 99442d8eb7 fix(search): search content excludes pic links 2025-10-10 12:52:15 +08:00
Symb0x76 687ee63aa6 !refactor(search): Use Bleve in replace of SQLite FTS5 2025-10-09 20:09:07 +08:00
Symb0x76 17e63d1af5 fix(search): recall meaage ignore 2025-10-08 11:48:28 +08:00
Symb0x76 293ab54728 feat(search): FTS support for wechatdb 2025-10-08 11:39:34 +08:00
Symb0x76 4a170cb33c feat(frontend): add calendar for diary & chatlog date selection 2025-10-05 20:58:11 +08:00
Symb0x76 86abda3be8 perf(dashboard): delete unused code 2025-09-30 10:16:59 +08:00
Symb0x76 f71f67c393 feat(dashboard): merge all group-related infos 2025-09-30 09:49:13 +08:00
Symb0x76 58fd8a3c12 perf(dashboard): Simplify dashboard.json output 2025-09-28 11:11:39 +08:00
Symb0x76 c6e7249615 fix(message percentage): repeatly conut message type bug 2025-09-25 19:58:27 +08:00
Symb0x76 0c16d861da fix(lookup id): Add v4 wxid for nickname lookup 2025-09-25 19:47:42 +08:00
Symb0x76 e53e97a82e fix(Content_type): Content type fix to fit Weixin documenation 2025-09-24 16:04:43 +08:00
Symb0x76 d66e1eb23c feat(dashboard): v4 support 2025-09-24 15:46:28 +08:00
Symb0x76 fcf17a79b3 feat(dashboard): Add api/v1/dashboard for overview data 2025-09-24 15:32:12 +08:00
Symb0x76 ef86e77a92 feat(avatar): Avatar support for html rendering 2025-09-23 10:44:00 +08:00
Symb0x76 29e406b2f1 refactor(make): Cross-build support 2025-09-22 18:11:48 +08:00
Symb0x76 c88a859867 !refactor(makefile): Moving to linux development environment 2025-09-22 17:43:07 +08:00
Symb0x76 d85075d8d3 feat(net): listen switching between 127.0.0.1 and hostname 2025-09-22 16:58:43 +08:00
Symb0x76 4bda962a2f feat(HTML Export): Export static HTML 2025-09-15 21:18:19 +08:00
Symb0x76 594b50d616 feat(diary): Enhance Diary 2025-09-15 19:56:45 +08:00
Symb0x76 f75e1c3318 feat/Basic Diary 2025-09-06 23:02:27 +08:00
Symb0x76 d5f3054d36 Merge branch 'main' of https://github.com/Symb0x76/chatlog 2025-09-05 11:55:18 +08:00
Symb0x76 cc195bca96 feat/diary 2025-09-05 11:55:14 +08:00
Symb0x76 1dc2fda786 Merge branch 'sjzar:main' into main 2025-09-04 20:52:35 +08:00
Symb0x76 dfd5faa3ac feat(setting): add image key manual setting (#238) 2025-09-02 17:01:55 +08:00
Symb0x76 1cf5f3179e Feature
- All chatrooms output
- HTML output with img reder
2025-09-02 16:33:20 +08:00
Symb0x76 4115f9bfd6 Merge pull request #1 from Symb0x76/feat/manual-ImgKey
feat(setting): add image key manual setting
2025-09-02 14:15:40 +08:00
Symb0x76 b6eb76a322 feat(setting): add image key manual setting 2025-09-02 13:10:49 +08:00
Sarv a638aa9c20 fix(conf): tui config write failed (#235) 2025-08-30 11:32:10 +08:00
Sarv 08323e05df fix(auto decrypt): fix remote serve fsnotify watch (#231) 2025-08-28 19:36:30 +08:00
Sarv 74e568085b docs(docker): add docker.md (#227) 2025-08-28 01:53:59 +08:00
Sarv d7c730d426 feat(webhook): add message webhook feature (#225) 2025-08-27 00:32:29 +08:00
Kaihua Zhang aee9a53dc3 Fix data_key assignment in cmd_decrypt.go (#224) 2025-08-26 23:09:50 +08:00
Sarv cad198d7a0 fix(model): enhanced message parsing and display (#223) 2025-08-26 01:15:13 +08:00
Sarv 9c221e6e0d fix(wechatdb): hardlink v4 & init db (#216) 2025-08-24 23:48:21 +08:00
Sarv cf47d1bdc5 feat(mcp): 重构 MCP 服务并修复部分问题(CSV & Voice) (#214)
* fix voice requests not responding

* update mcp protocol

* support csv format
2025-08-24 18:02:02 +08:00
Sarv 7eff9f32d1 filecopy update (#208) 2025-08-23 16:38:45 +08:00