Skip to content

Commit

Permalink
chore: bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Dec 23, 2024
1 parent 11c0515 commit 928d315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/IME WL Converter Win/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ QQ的分类词库格式还没有研究出来怎么解析。
2.9版增加了对GBoard手机输入法的词库导入导出功能。
3.0版增加了新世纪五笔的支持,并升级了依赖库版本和dotnet到6.0,修复了多个发现的Bug。
3.1版增加了对rime userdb的支持,同时修复了搜狗输入法备份词库无法解析的问题,升级.NET版本到8.0。
3.2版增加了对百度拼音备份词库、LibIME拼音词库的支持,修复搜狗细胞词库和微软自学习词汇索引溢出的问题等。

如果还有更多的词库需要转换,或者对该词库转换工具有什么建议,请联系我:[email protected]
我的博客:http://studyzy.cnblogs.com
Expand Down
2 changes: 1 addition & 1 deletion src/ImeWlConverterCore/ConstantString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Studyzy.IMEWLConverter
/// </summary>
public class ConstantString
{
public const string VERSION = "3.1.1.0";
public const string VERSION = "3.2.0.0";

public const string BAIDU_SHOUJI = "百度手机或Mac版百度拼音";
public const string BAIDU_SHOUJI_ENG = "百度手机英文";
Expand Down

0 comments on commit 928d315

Please sign in to comment.