Skip to content

Commit ba95562

Browse files
committed
release(app): v1.19.0
1 parent 256466c commit ba95562

4 files changed

Lines changed: 68 additions & 17 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.time.LocalDate
44

55

66
group = "me.leon.tools"
7-
version = "1.18.0"
7+
version = "1.19.0"
88

99
plugins {
1010
application

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val REG_NUMBER = "\\d+".toRegex()
1515
val REG_CRACK_HEADER = "\\d+ [\\w)]+(-->\\d+ )?".toRegex()
1616

1717
val build: String
18-
get() = "2024/04/29"
18+
get() = "2025/12/15"
1919

2020
val appVersion: String
21-
get() = "1.18.0"
21+
get() = "1.19.0"

changelog.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
<img width=0 height=0 src="https://profile-counter.glitch.me/Leon406/count.svg" alt="Leon406:: Visitor's Count" />
22
<img width=0 height=0 src="https://profile-counter.glitch.me/Leon406_ToolsFx/count.svg" alt="ToolsFx:: Visitor's Count" />
33

4+
# 1.19.0
5+
## feature:
6+
- feat(app): Misc add IEEE754 convert
7+
- feat(app): Webview vgrow alwasys
8+
- feat(apipost): 支持urlencode函数
9+
- feat(apipost): 手动移除无用请求头,图音视频响应自动切换渲染tab
10+
- feat(apipost): 支持保存请到文件
11+
- feat(apipost): 支持图片、音频、视频、html预览,保持到文件
12+
- feat(apipost): 新Curl Parser,支持本地curl文件目录
13+
- feat(app): 字符串统计支持超过4位unicode
14+
- feat(api-post): 支持读取curl配置目录,jsonpath支持数组索引 *
15+
- feat(app): unicode support length 5
16+
- feat(plugin-apipost): Proxy support importing from clipboard
17+
- feat(app): Misc update github mirror urls
18+
- feat(app): Misc add DNS dig and Link Check support directory
19+
- feat(app): Hash crack support regexp target
20+
- feat(app): CTF Base64CaseCrack support Regexp
21+
- feat(app): SM2 support C1C2C3 mode
22+
- feat(app): MISC update dns solve
23+
- feat(app): Misc timestamp 支持Webkit格式
24+
- feat(app): Misc 支持区号匹配
25+
- feat(api-post): response support hex
26+
- feat(app): Misc DNS hosts支持gcore/cloudfront判断,失效域名
27+
- feat(app): update Misc github mirror url
28+
- feat(api): SM2 support CERTIFICATE PEM public key
29+
- feat(plugin-apipost): support delay option
30+
- feat(app): Misc optimize LinkCheck
31+
- feat(app): support DSA PEM armor format #337
32+
- feat(plugin-apipost): support multithread request
33+
- feat(app): ClassicalView add case revert
34+
- feat(plugin-image): support clipboard image
35+
- feat(plugin-apipost): support upload multi files
36+
- feat(plugin-apipost): support proxy authentication
37+
- feat(app): Misc add unicode font
38+
- feat(app): update opencc dict
39+
- Revert "feat(app): 支持windows 离线ocr(微信引擎)"
40+
- feat(app): 支持windows 离线ocr(微信引擎)
41+
- feat(app): wordninja support full sentence
42+
- feat(app): MISC DNS host support CloudFlare ip
43+
- feat(app): Misc add wordninja
44+
## bug fix:
45+
- fix(app): Gson Int 未指定类型时,默认反序列化为double
46+
- fix(apipost): 请求头空行请求错误
47+
- fix(apipost): cmd curl未正常转义
48+
- fix(apipost): form & cmd curl未正常解析
49+
- fix(apipost): -data解析错误,部分数据未去除引号
50+
- fix(api-post): 导入链接,选中curl不重置
51+
- fix(api-post): jsonpath异常无法操作
52+
- fix(api-post): curl配置默认显示问题
53+
- fix(app): BigInt (P/Q) mod N, Q与N不互质错误
54+
- fix(app): misc remove error short url source
55+
- fix(app): EdgeTts失效
56+
- test(app): fix test convertJp
57+
- fix(app): tts选项不存在数据错误
58+
- fix(app): p mod q negative result #265
59+
- fix(plugin-compress): Lzstring 编码单独处理
60+
461
# v1.18.0
562
## feature:
663
- feat(app): misc github 新增地址转raw直链,直链转浏览地址,更新镜像

update.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
{"version":"1.18.0","info":"1.18.0 2024-04-29
1+
{"version":"1.19.0","info":"1.19.0 2025-12-15
22

33
新功能
4-
5-
🔥 misc新增 中英文转换优化
6-
🔥 misc新增 github 新增地址转raw直链,直链转浏览地址,更新镜像
7-
🔥 misc新增 变量命名
8-
🔥 非对称加密中秘钥可带到签名与验签模块
9-
🔥 非对称加密新增公私钥指数模模解析
10-
🔥 非对称加密/签名支持key,der,pk8后缀 文本解析
11-
🔥 key base64自动解析移除 pem header 和 footer
4+
🔥 misc新增 IEEE754浮点转换
5+
🔥 SM2 support C1C2C3 mode
126
🔥 其他 详见Changelog.md
137

148
Bug修复
15-
🐛 remove mit info
16-
🐛 radix8 dict错误
9+
🐛 EdgeTts失效
10+
🐛 翻译链接报毒
11+
🐛 移除CTF失效在线算法
1712
🐛 哈希算法: base64,hex编码迭代计算错误
1813

1914
插件
2015
🔥 plugin-location 新增天地图及逆地理编码,支持环境变量配置key
21-
🐛 plugin-compress Lzstring base64 decoding padding处理
16+
🔥🐛 plugin-apipost 功能增强及bug修复
2217

2318
使用前请看README和wiki
2419

25-
github项目已开通打赏(sponsor)入口,
26-
感谢 naonaonao师傅 大力支持!
20+
github项目已开通打赏(sponsor)入口
2721

2822
"}

0 commit comments

Comments
 (0)