diff --git a/Changelog.txt b/Changelog.txt index 48fa20b..0a3d78b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,16 +1,15 @@ Name:yingge -ReleaseData=2020-07-12 -VersionNum=V3.4 +ReleaseData=2021-03-07 +VersionNum=V3.5 Modify: - 1.Add Bit Map Page - 2.Fix Negative Number Dec To Hex Bug - 3.optimize PK and Cert DER Parse + 1.支持文件路径在输入框作为文件输入。 + 2.大数支持逻辑运算。 + 3.RSA支持公钥运算 修改记录: - 1.增加Bit Map功能 - 2.修复负数DecToHex转换Bug - 3.优化公钥和证书解析的部分功能 - + 1. Support file path as file input. + 2. Big numbers support logical operations. + 3. RSA Public Key Encrypt diff --git a/DataConverter.exe b/DataConverter.exe index b2db787..a25d020 100644 Binary files a/DataConverter.exe and b/DataConverter.exe differ diff --git a/DataConverter.ini b/DataConverter.ini index b2db787..a25d020 100644 Binary files a/DataConverter.ini and b/DataConverter.ini differ diff --git a/Version.txt b/Version.txt index eae4fe1..d1f23b6 100644 --- a/Version.txt +++ b/Version.txt @@ -1,3 +1,3 @@ [VERSION] -ReleaseData=2020-07-12 -VersionNum=V3.4 \ No newline at end of file +ReleaseData=2021-03-07 +VersionNum=V3.5 \ No newline at end of file