Skip to content

Commit

Permalink
build(app): release 1.12.4.beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed Apr 18, 2022
1 parent 4d0d9c2 commit 13bddb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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.4.beta02"
version = "1.12.4.beta03"

plugins {
application
Expand Down
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.12.4.beta02"
const val VERSION = "1.12.4.beta03"
const val BUILD_DATE = "2022-04-10"
const val REPO_URL = "https://github.com/Leon406/ToolsFx"
const val REPO_ISSUE = "https://github.com/Leon406/ToolsFx/issues/new"
Expand Down
15 changes: 11 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{"version":"1.12.4.beta02","info":"1.12.4.beta02
{"version":"1.12.4.beta03","info":"1.12.4.beta03

🔥 优化升级检测
🔥 新增Skein-256-128
🔥 非对称加密算法位数和padding选择
🔥 morse支持自定义符号
🔥 新增SM2,ElGamal
🔥 新增KSA3/Shacal2/GOST28147/GOST3412-2015/Noekeon
🔥 新增KMAC,Blake3,TupleHash,ParallelHash
🔥 字符处理新增缩进功能
🔥 对称加密模块新增异或加密,ctf模块新增 ascii sum
🔥 CTF RailFenceW新增偏移支持
🔥 解析bc已支持x509相关证书
🔥 大数模块,增强参数可读性及新增指定长度随机素数
🔥 全局样式引入
🔥 英文翻译

🐞 大数开根精度丢失
🐞 对称加密(Stream) iv编码无效
"}

0 comments on commit 13bddb6

Please sign in to comment.