Skip to content

Commit

Permalink
build(app): release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed May 12, 2022
1 parent 07f7bc3 commit e35693b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "me.leon.tools"
version = "1.12.5.beta01"
version = "1.13.0"

plugins {
application
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/kotlin/me/leon/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package me.leon

import java.io.File

const val VERSION = "1.12.5.beta01"
const val BUILD_DATE = "2022-05-05"
const val VERSION = "1.13.0"
const val BUILD_DATE = "2022-05-15"
const val REPO_URL = "https://github.com/Leon406/ToolsFx"
const val REPO_ISSUE = "https://github.com/Leon406/ToolsFx/issues/new"
const val LAN_ZOU_DOWNLOAD_URL = "https://leon.lanzoub.com/b0d9av2kb?pwd=52pj"
Expand Down
17 changes: 10 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,14 @@
- fix(app): RSA拖入密钥事件重复响应
- fix(app): 乱码还原失败
- fix(plugin-apipost): 浏览器curl解析未删除转义字符
# v1.12.4.beta04

# v1.13.0
## feature:
- feat(app): add radix8, radix10, radix32
- feat(app): 内嵌浏览器支持系统浏览器打开,美化UI
- feat(app): 新增hash字典爆破,可配置多个字典
- feat(app): 编码支持一键爆破/hash支持base64编码
- feat(app): TextField限制数字输入
- feat(app): add ECC calculator
- feat(app): signature support output hex signed data
- feat(app): 提示信息新增输入输出长度显示
Expand All @@ -209,13 +215,10 @@
- feat(app): #39 解析bc已支持x509相关证书
- feat(app): 大数模块,增强参数可读性及新增指定长度随机素数
## bug fix:
- fix(app): pcMoe x-token过期
- fix(app): radix64 decode issue
- fix(app): radix多余leading zero
- fix(plugin-apipost): query parameter parse error
- fix(app): 大数开根精度丢失
- fix(app): 正式版升级提示
- fix(app): base64Url编码包含=
# v1.12.5.beta01
## feature:
- feat(app): 内嵌浏览器支持系统浏览器打开,美化UI
- feat(app): 新增hash字典爆破,可配置多个字典
- feat(app): 编码支持一键爆破/hash支持base64编码
- feat(app): TextField限制数字输入
22 changes: 18 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
{"version":"1.12.5.beta01","info":"1.12.5.beta01
{"version":"1.13.0","info":"1.13.0,

🔥 add radix8, radix10, radix32
🔥 内嵌浏览器支持系统浏览器打开,美化UI
🔥 提示信息新增输入输出长度显示
🔥 新增hash字典爆破,可配置多个字典
🔥 编码支持一键爆破/hash支持base64编码
🔥 TextField限制数字输入
"}
🔥 add ECC calculator
🔥 support input AEAD associated data
🔥 签名支持hex密钥,RSA签名额外支持n e d参数
🔥 RSA密钥支持hex/base64/n e d参数自动识别
🔥 SM2非对称加密结果模式改为国标C1C3C2,支持密钥Q,D加解密
🔥 RSA支持padding选择,新增Skein-256-128
🔥 新增SM2,ElGamal
🔥 对称加密新增VMPC-KSA3/Shacal2/GOST28147/GOST3412-2015/Noekeon
🔥 新增bc 1.71 hash/mac算法
🔥 称加密新增VMPC-KSA3/Shacal2/GOST28147/GOST3412-2015/Noekeon

🐞 pcMoe x-token过期
🐞 radix64 decode issue
🐞 大数开根精度丢失
🐞 base64Url编码包含=
"}

0 comments on commit e35693b

Please sign in to comment.