v1.0.0-beta.1
·
60 commits
to main
since this release
🚀 v1.0.0-beta.1
本次更新带来了全新的 UI ,以及更好的稳定性🔥
注意
- 欢迎社区贡献功能和提供意见!
- 目前已经提供官方客户端的 API Key 和 API ID,可以作为第三方客户端使用
- 如果需要使用代理,可以在 Config 中设置
- 第一次导出聊天记录需要在之前登录过的 Telegram 客户端中同意 Takeout 操作
技术细节
- 完全重构
- 全新的 UI
- 全新的事件驱动架构 https://github.com/GramSearch/telegram-search/blob/main/packages/core/src/context.ts
- 使用 xsai 进行消息 embedding
- 使用 jieba 进行中文分词
未来计划
Change log
- fix(deps): update all non-major dependencies by @renovate in #72
- feat: sync chats by @luoling8192 in #73
- refactor(xsai): use ext-providers instead of providers by @kwaa in #78
- feat: embed services by @luoling8192 in #79
- refactor: move CLI, frontend, and server to apps by @hahaQWQ in #81
- fix: embedding api config by @hahaQWQ in #83
- feat: add internationalization to theme toggle and search page and other parts by @hahaQWQ in #82
- feat: support proxy by @luoling8192 in #87
- chore: launch.json by @hahaQWQ in #88
- refactor: migrate search services to commands by @luoling8192 in #91
- fix: update takeout session handling in TakeoutManager by @hahaQWQ in #90
- feat: embeddings model support by @hahaQWQ in #86
- fix(deps): update all non-major dependencies by @renovate in #77
- feat: add fromName to message items for user and channel chats by @hahaQWQ in #98
- Dev/quick jump by @hahaQWQ in #94
- docs: update repository url by @nekomeowww in #100
- docs: update repository url by @nekomeowww in #101
- docs(i18n): translate for confirm btn by @nekomeowww in #104
- fix: typos for i18n key no_chats_found by @nekomeowww in #103
- fix: dialog not properly implemented by @nekomeowww in #102
- fix(deps): update all non-major dependencies by @renovate in #95
- feat: time estimate by @hahaQWQ in #107
- fix(deps): update all non-major dependencies by @renovate in #109
- refactor: migrate core to EventEmitter3 by @luoling8192 in #96
- chore: remove Icon component by @luoling8192 in #112
- refactor: core & server events by @luoling8192 in #115
- refactor(frontend): composable to store by @luoling8192 in #116
- refactor: restore session & v2 login by @luoling8192 in #117
- fix(deps): update all non-major dependencies by @renovate in #119
- chore: remove cli by @luoling8192 in #120
- style: modify stepper style by @hahaQWQ in #124
- remove cli command and modify .gitignore by @hahaQWQ in #122
- fix(deps): update all non-major dependencies by @renovate in #121
- refactor: HMR, migrate to v2 impl by @luoling8192 in #118
- feat(core): useSyncTask by @luoling8192 in #127
- feat: new ui layout by @hahaQWQ in #132
- feat: use MessageBubble replace html by @hahaQWQ in #140
- fix(deps): update all non-major dependencies by @renovate in #125
- fix(deps): update dependency @iconify/vue to v5 by @renovate in #137
- fix(deps): update dependency reka-ui to ^2.2.1 by @renovate in #143
- feat: search pannel by @hahaQWQ in #145
New Contributors
Full Changelog: v0.0.9...v1.0.0-beta.1