Releases: TarsLab/obsidian-tars
Releases · TarsLab/obsidian-tars
2.6.0
2.5.0
Improvements
- Added "Cancel generation" command to cancel generation for streaming completions.
改进
- 增加 “取消生成” 命令,对于流式生成,可以取消生成。
2.4.0
2.3.0
中文版本
提高内容生成的响应速度和渲染性能
English Version
Improved content generation performance and rendering efficiency
2.2.0
中文版本
- 🔨修复在生成内容过程中,遇到格式复杂,特殊符号的情况下,光标定位不准确,导致输出混乱的问题
- Claude 增加 claude-3-7-sonnet-latest模型
English Version
- 🔨 Fixed cursor positioning issues with complex formatting and special characters that caused output rendering problems
- Added claude-3-7-sonnet-latest model to Claude
2.1.0
中文版本
🔥标签建议,重新设计的触发逻辑更符合软件设计,性能优化显著。
输入#
,借用obsidian自身的标签补全后,再输入空格触发。
移动端如果不方便输入#
,输入完整的标签(不带#),来触发。
English Version
🔥 Tag suggestions with redesigned trigger logic that better aligns with software design principles and significantly improved performance.
Type #
and use Obsidian's native tag completion, then press space to trigger.
On mobile devices where typing #
might be inconvenient, you can type the complete tag (without #) to trigger.
2.0.0
中文版本
- 🔥加入标签命令,所有标签都在命令列表里。标签命令基于选中/光标处的段落,插入相应的标签。
快速回答:把光标移到该行(或者选择多个段落),从命令列表中选择助手标签(比如#DeepSeek:),进行回答。 - 🔥自定义提示词模板, 首次使用请执行”加载模板文件”命令
- 🔥状态栏,实时显示生成的字符数量, 轮次,耗时。
English Version
- 🔥 Added tag commands, all tags are available in the command list. Tag commands insert the appropriate tags based on selected sections or the section at cursor position.
Quick response: Move the cursor to the line (or select multiple sections), choose an assistant tag (like #DeepSeek:) from the command list to generate a response. - 🔥 Custom prompt templates, run the "Load template file" command when using for the first time
- 🔥 Status bar that displays real-time information about character count, rounds, and time spent.
1.1.2
中文版本
- 修复 1.x 版本的 Kimi 服务报错,status code 404。Kimi 服务的
baseURL
更新。如果之前已经配置好,请删除重新新增,或者将baseURL
改为页面显示的默认值
English Version
- Fixed Kimi service error in version 1.x (status code 404). The Kimi service
baseURL
has been updated. If previously configured, please delete and re-add, or change thebaseURL
to the default value shown on the page
1.1.1
中文版本
- 🔥 新增SiliconFlow 硅基流动,支持 DeepSeek V3/R1 等等数十种大模型
English Version
- 🔥 Added SiliconFlow, supporting dozens of large language models including DeepSeek V3/R1 and more
1.0.0
中文版本
- 🔥 适配移动端
- 编译环境从 Node 转到浏览器
- Doubao 改为非流式请求,QianFan 移动端改为非流式请求
- 废弃
proxyUrl
- Qwen 服务的
baseURL
更新。如果之前已经配置好,可以删除重新新增,或者将baseURL
改为页面显示的默认值
English Version
- 🔥 Adapted for mobile devices
- Compilation environment switched from Node to browser
- Doubao changed to non-streaming requests, QianFan mobile changed to non-streaming requests
- Deprecated
proxyUrl
- Updated Qwen service
baseURL
. If previously configured, you can delete and re-add, or change thebaseURL
to the default value displayed on the page