Skip to content

Commit

Permalink
build(app): release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed Apr 29, 2024
1 parent e5edcc6 commit 224a473
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.time.LocalDate


group = "me.leon.tools"
version = "1.17.0"
version = "1.18.0"

plugins {
application
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/kotlin/me/leon/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val REG_NUMBER = "\\d+".toRegex()
val REG_CRACK_HEADER = "\\d+ [\\w)]+(-->\\d+ )?".toRegex()

val build: String
get() = "2023/09/20"
get() = "2024/04/29"

val appVersion: String
get() = "1.17.0"
get() = "1.18.0"
4 changes: 2 additions & 2 deletions app/src/main/kotlin/me/leon/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const val LAN_ZOU_DOWNLOAD_URL = "https://leon.lanzoub.com/b0d9av2kb?pwd=52pj"
const val LAN_ZOU_PLUGIN_DOWNLOAD_URL = "https://leon.lanzoub.com/b0d9w4cof?pwd=ax63"
const val BAIDU_OCR_APPLY_URL = "https://console.bce.baidu.com/ai/#/ai/ocr/app/list"
const val CHECK_UPDATE_URL =
"https://ghproxy.com/https://raw.githubusercontent.com/Leon406/ToolsFx/main/update.json"
"https://ghproxy.net/https://raw.githubusercontent.com/Leon406/ToolsFx/main/update.json"
const val CHECK_UPDATE_URL2 = "https://gitee.com/LeonShih/ToolsFx/raw/main/update.json"
const val DEV_UPDATE_URL =
"https://ghproxy.com/https://raw.githubusercontent.com/Leon406/ToolsFx/dev/update.json"
"https://ghproxy.net/https://raw.githubusercontent.com/Leon406/ToolsFx/dev/update.json"
const val DEV_UPDATE_URL2 = "https://raw.githubusercontent.com/Leon406/ToolsFx/dev/update.json"
const val LICENSE = "https://raw.githubusercontent.com/Leon406/ToolsFx/main/LICENSE"
const val WIKI_CTF = "https://github.com/Leon406/ToolsFx/wiki/CTF"
Expand Down
29 changes: 28 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
<img width=0 height=0 src="https://profile-counter.glitch.me/Leon406/count.svg" alt="Leon406:: Visitor's Count" />
<img width=0 height=0 src="https://profile-counter.glitch.me/Leon406_ToolsFx/count.svg" alt="ToolsFx:: Visitor's Count" />

# v1.18.0
## feature:
- feat(app): misc github 新增地址转raw直链,直链转浏览地址,更新镜像
- feat(app): misc shorturl remove unavailable type
- feat(app): misc add variable naming
- feat(app): Misc 更新翻译镜像服务器
- feat(app): key base64自动解析移除 pem header 和 footer #248
- feat(app): 非对称加密/签名支持key,der,pk8后缀 文本解析
- feat(app): 非对称加密新增公私钥指数模模解析
- feat(app): 非对称加密中秘钥可带到签名与验签模块
- feat(app): File Magic Number add heic, and fix bug
- feat(app): Misc uuid可选删除连接符
- feat(app): Misc 新增世界语言编码匹配
- feat(location): 加入amap签名校验, 1.3.1
- feat(app): misc 新增世界货币
- feat(app): misc 新增中英文标点转换
- feat(app): misc link check add type option
- feat(plugin-location): 新增天地图及逆地理编码,支持环境变量配置key
- feat(app): .class magics support jdk 20-27
- feat(app): misc add China car number
- feat(app): remove mit info
- feat(app): Misc githubMirror support raw.github.com
## bug fix:
- fix(plugin-compress): Lzstring base64 decoding padding处理 #252
- feat(app): File Magic Number add heic, and fix bug
- fix(app): 哈希算法,base64,hex编码迭代计算错误 #220
- fix(app): radix8 dict错误

# v1.17.0

## feature:
Expand Down Expand Up @@ -543,4 +571,3 @@
- fix: toast 异常
- fix:编码转换 hex转base64错误
- fix:编码转换异常显示

28 changes: 17 additions & 11 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
{"version":"1.17.0","info":"1.17.0 2023-09-20, 喜迎 JDK 21 LTS
{"version":"1.18.0","info":"1.18.0 2024-04-29

新功能

🔥 StringProcess 加入tts功能
🔥 哈希加入各种CRC算法
🔥 ChaCha20-Poly1305 support AAD
🔥 新增最小化到系统托盘
🔥 Misc加入 DNS host解析,Endia,MIME解析,githubMirror
🔥 Misc加入 shorten url,Unit Convert,繁简体转换, 翻译
🔥 Signature JWT优化HMAC输入秘钥显示
🔥 CTF与佛论禅新增加密版本, 优化零宽显示结果
🔥 其他优化 =详见Changelog.md
🔥 misc新增 中英文转换优化
🔥 misc新增 github 新增地址转raw直链,直链转浏览地址,更新镜像
🔥 misc新增 变量命名
🔥 非对称加密中秘钥可带到签名与验签模块
🔥 非对称加密新增公私钥指数模模解析
🔥 非对称加密/签名支持key,der,pk8后缀 文本解析
🔥 key base64自动解析移除 pem header 和 footer
🔥 其他 详见Changelog.md

Bug修复
🐛 remove mit info
🐛 radix8 dict错误
🐛 哈希算法: base64,hex编码迭代计算错误

插件
🔥 plugin-location 新增天地图及逆地理编码,支持环境变量配置key
🐛 plugin-compress Lzstring base64 decoding padding处理

使用前请看README和wiki
使用前请看README和wiki

github项目已开通打赏(sponsor)入口,
感谢 naonaonao师傅 大力支持!
Expand Down

0 comments on commit 224a473

Please sign in to comment.