diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e548363df6..b0b0318137 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,5 +1,5 @@ group = "me.leon.tools" -version = "1.13.0" +version = "1.13.1.beta" plugins { application @@ -30,7 +30,7 @@ dependencies { implementation(project(":plugin-lib")) implementation("org.openjdk.nashorn:nashorn-core:15.4") - testImplementation ("cn.hutool:hutool-all:5.8.0.M3") + testImplementation("cn.hutool:hutool-all:5.8.0.M3") // testImplementation("org.springframework.security:spring-security-web:5.6.2") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:${rootProject.extra["kotlin_version"]}") } diff --git a/app/src/main/kotlin/me/leon/Config.kt b/app/src/main/kotlin/me/leon/Config.kt index e3939baf36..3bdcba411e 100644 --- a/app/src/main/kotlin/me/leon/Config.kt +++ b/app/src/main/kotlin/me/leon/Config.kt @@ -2,7 +2,7 @@ package me.leon import java.io.File -const val VERSION = "1.13.0" +const val VERSION = "1.13.1.beta" 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" diff --git a/update.json b/update.json index 8a2d9b3f54..b1cdbdfaaf 100644 --- a/update.json +++ b/update.json @@ -1,22 +1,6 @@ -{"version":"1.13.0","info":"1.13.0 +{"version":"1.13.1.beta","info":"1.13.1.beta -🔥 add radix8, radix10, radix32 -🔥 内嵌浏览器支持系统浏览器打开,美化UI -🔥 新增hash字典爆破,可配置多个字典 -🔥 编码支持一键爆破/hash支持base64编码 -🔥 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编码包含= +🔥 rot13/rot18/caeser support case recovery +🔥 优化编码crack编码结果,不显示无效编码结果, +🔥 其他优化 "} \ No newline at end of file