Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3160bc4

Browse files
committed
v8.2.0 (September 11, 2025) Hotfix
1. Added OC [Replace Method], replacing method calls 2. Optimized OC [Insert Method], readonly and property assignment 3. Fixed OC [Modify Local Variable], typeof type issue 4. Optimized OC base templates
1 parent 33eb5d2 commit 3160bc4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,12 @@ Update iterations will be carried out in the following order
250250
Run the APP rendering, please read the [tool usage tutorial](https://www.yuque.com/docs/share/cd0968ac-9c7e-415f-9e7c-1460b85e80e8) in detail before use<br />![image.png](https://cdn.nlark.com/yuque/0/2021/png/213807/1623167266244-4978d5ed-0b2c-42b5-80c4-1b44e4ff7f96.png#averageHue=%233a9b1d&clientId=u4ef53c93-4376-4&errorMessage=unknown%20error&from=paste&height=877&id=ufbdd65fd&originHeight=1754&originWidth=2532&originalType=binary&ratio=2&rotation=0&showTitle=false&size=443560&status=error&style=none&taskId=ue83d9a90-392f-4558-9b46-f06320d2c45&title=&width=1266)
251251
<a name="c318fa67bf88d5d842cee03115743b4b"></a>
252252
# Update log
253-
<h3 id="L8Epu">v8.1.9 (2025.09.02) Hotfix</h3>
253+
<h3 id="L8Epu">v8.2.0 (September 11, 2025) Hotfix</h3>
254254

255-
1. Enhanced Swift [Insert Method] and added a new strategy mode
256-
2. Optimized Swift [Modify String] to reduce the scope
257-
3. Optimized Objective-C [Insert Method] to avoid splitting __weak and __strong
255+
1. Added OC [Replace Method], replacing method calls
256+
2. Optimized OC [Insert Method], readonly and property assignment
257+
3. Fixed OC [Modify Local Variable], typeof type issue
258+
4. Optimized OC base templates
258259

259260
[View more historical update records](https://www.yuque.com/docs/share/39f2f60e-b6a8-443b-b005-b9364fb79b95?translate=en)
260261
<a name="41b9f638a3e62c9449ec872644258c8d"></a>

README_ZH.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,12 @@ confuse是一款[混淆工具](https://github.com/520coding/confuse),尽可能
249249
运行APP效果图,使用前请详细阅读[工具使用教程](https://www.yuque.com/docs/share/edd2603f-d09d-4795-ae71-b42419b99446?#《confuse使用说明》)<br />![image.png](https://cdn.nlark.com/yuque/0/2020/png/213807/1607931800015-f60e682f-6ef3-4c5a-bfc5-4c88222bb1a7.png#averageHue=%239a6a2a&height=540&id=Ai791&originHeight=1080&originWidth=1920&originalType=binary&ratio=1&rotation=0&showTitle=false&size=489209&status=done&style=none&title=&width=960)
250250
<a name="c318fa67bf88d5d842cee03115743b4b"></a>
251251
# 更新日志
252-
<h3 id="INHAC">v8.1.9(2025.09.02)热更新</h3>
252+
<h3 id="INHAC">v8.2.0(2025.09.11)热更新</h3>
253253

254-
1. 强化Swift[插入方法],新增策略模式
255-
2. 优化Swift[修改字符串],减少范围
256-
3. 优化OC[插入方法],避免__weak和__strong被分割
254+
1. 新增OC[替换方法],替换方法调用
255+
2. 优化OC[插入方法],readonly和属性赋值优化
256+
3. 修复OC[修改局部变量],typeof类型问题
257+
4. 优化OC基础模板
257258

258259
[查看更多历史更新记录](https://www.yuque.com/docs/share/39f2f60e-b6a8-443b-b005-b9364fb79b95?#《confuse更新说明》)
259260
<a name="41b9f638a3e62c9449ec872644258c8d"></a>

0 commit comments

Comments
 (0)