forked from Leon406/ToolsFx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# v1.5.0 | ||
## feature: | ||
- feat:二维码加入快捷键 | ||
- feat:美化非对称加密,签名,二维码样式 | ||
- feat:美化对称加密,哈希,MAC样式 | ||
- feat:编码及转换样式优化 | ||
- feat:编码及编码转换样式美化 | ||
- feat:增加二维码提示 | ||
- feat:签名与验签模块 | ||
- feat:二维码功能完善 | ||
- feat: qrcode 识别与生成,截屏识别demo | ||
- feat: 对称加密支持编码集选择及拖动文件优化 | ||
## bug fix: | ||
- fix: toast 异常 | ||
- fix:编码转换 hex转base64错误 | ||
- fix:编码转换异常显示 | ||
# v1.5.1 | ||
## feature: | ||
- feat:新增base58/base58check功能 | ||
- feat:二维码识别 新增剪贴板图片 | ||
## bug fix: | ||
- fix:编码转换urlencode错误及hash大文件按钮点击 | ||
- fix:快捷键冲突 |