Skip to content

Commit 13bddb6

Browse files
committed
build(app): release 1.12.4.beta03
1 parent 4d0d9c2 commit 13bddb6

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "me.leon.tools"
2-
version = "1.12.4.beta02"
2+
version = "1.12.4.beta03"
33

44
plugins {
55
application

app/src/main/kotlin/me/leon/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package me.leon
22

33
import java.io.File
44

5-
const val VERSION = "1.12.4.beta02"
5+
const val VERSION = "1.12.4.beta03"
66
const val BUILD_DATE = "2022-04-10"
77
const val REPO_URL = "https://github.com/Leon406/ToolsFx"
88
const val REPO_ISSUE = "https://github.com/Leon406/ToolsFx/issues/new"

update.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
{"version":"1.12.4.beta02","info":"1.12.4.beta02
1+
{"version":"1.12.4.beta03","info":"1.12.4.beta03
22

3-
🔥 优化升级检测
3+
🔥 新增Skein-256-128
4+
🔥 非对称加密算法位数和padding选择
5+
🔥 morse支持自定义符号
6+
🔥 新增SM2,ElGamal
7+
🔥 新增KSA3/Shacal2/GOST28147/GOST3412-2015/Noekeon
8+
🔥 新增KMAC,Blake3,TupleHash,ParallelHash
9+
🔥 字符处理新增缩进功能
10+
🔥 对称加密模块新增异或加密,ctf模块新增 ascii sum
411
🔥 CTF RailFenceW新增偏移支持
512
🔥 解析bc已支持x509相关证书
613
🔥 大数模块,增强参数可读性及新增指定长度随机素数
7-
🔥 全局样式引入
8-
🔥 英文翻译
14+
15+
🐞 大数开根精度丢失
916
🐞 对称加密(Stream) iv编码无效
1017
"}

0 commit comments

Comments
 (0)