Skip to content

Commit

Permalink
build: release 1.13.1.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed May 15, 2022
1 parent b7490ac commit 879b623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "me.leon.tools"
version = "1.13.0"
version = "1.13.1.beta"

plugins {
application
Expand Down Expand Up @@ -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"]}")
}
2 changes: 1 addition & 1 deletion app/src/main/kotlin/me/leon/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
24 changes: 4 additions & 20 deletions update.json
Original file line number Diff line number Diff line change
@@ -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编码结果,不显示无效编码结果,
🔥 其他优化
"}

0 comments on commit 879b623

Please sign in to comment.