STranslate.Plugin 1.0.13

dotnet add package STranslate.Plugin --version 1.0.13
                    
NuGet\Install-Package STranslate.Plugin -Version 1.0.13
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="STranslate.Plugin" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="STranslate.Plugin" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="STranslate.Plugin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add STranslate.Plugin --version 1.0.13
                    
#r "nuget: STranslate.Plugin, 1.0.13"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package STranslate.Plugin@1.0.13
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=STranslate.Plugin&version=1.0.13
                    
Install as a Cake Addin
#tool nuget:?package=STranslate.Plugin&version=1.0.13
                    
Install as a Cake Tool

Reference this package to develop a plugin for STranslate.

v1.0.13 - 2026-07-01

  • Service 新增 IconPath 属性,支持为服务实例设置自定义图标路径(为空时回退 MetaData.IconPath

v1.0.12 - 2026-06-25

  • OCR 能力增强:IOcrPlugin 新增 SupportBoxPoints()(默认 false),声明是否返回图片像素坐标的文本框,图片翻译需要该能力
  • OcrRequest 新增 PixelWidth / PixelHeight 参数,传递图片像素尺寸以便计算坐标
  • OcrResult 新增 Regions 结构化区域(OcrRegionOcrParagraphOcrContent),每级携带 BoxPoints 坐标框
  • OcrResult.Text 在未提供 OcrContents 时回退按区域/段落拼装纯文本,并按 CJK 与标点规则智能补空格
  • 新增 TextHelper.IsCjk(char),判断字符是否属于 CJK(中日韩)文字区域

v1.0.11 - 2026-05-22

  • LangEnum 添加乌兹别克语 感谢 @boxi-wangji #704

v1.0.10 - 2026-03-30

  • IHttpService 添加 StreamPostAsyncEnumerable 方法 感谢 @SwiftFloatFlow #672

v1.0.9 - 2026-03-12

  • 添加同步主题能力给插件 @SwiftFloatFlow

v1.0.8 - 2026-01-13

  • 生词本插件添加 SaveWithNoteAsync 方法,支持保存带笔记的生词(翻译结果作为笔记)

v1.0.7 - 2026-01-06

  • 添加 UrlHelper 类,简化 LLM URL 配置操作

v1.0.5 - 2025-12-29

  • 字典结果添加 Tag 字段

v1.0.4 - 2025-12-12

  • PluginContext 添加 ImageQuality
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.13 111 7/1/2026
1.0.12 146 6/25/2026
1.0.11 123 5/26/2026
1.0.10 135 3/30/2026
1.0.9 121 3/12/2026
1.0.8 182 1/13/2026
1.0.7 143 1/6/2026
1.0.6 125 1/6/2026
1.0.5 189 12/29/2025
1.0.4 264 12/12/2025
1.0.3 346 12/7/2025
1.0.2 161 11/8/2025
1.0.1 235 11/6/2025
1.0.0 347 11/6/2025 1.0.0 is deprecated because it is no longer maintained and has critical bugs.