Skip to content

Commit 48ed263

Browse files
committed
Update version to 1.1.10
1 parent 60f8937 commit 48ed263

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

README-zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Yuki Hook API
22

33
![Blank](https://img.shields.io/badge/license-MIT-blue)
4-
![Blank](https://img.shields.io/badge/version-v1.1.9-green)
4+
![Blank](https://img.shields.io/badge/version-v1.1.10-green)
55
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
66
<br/><br/>
77
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Yuki Hook API
22

33
![Blank](https://img.shields.io/badge/license-MIT-blue)
4-
![Blank](https://img.shields.io/badge/version-v1.1.9-green)
4+
![Blank](https://img.shields.io/badge/version-v1.1.10-green)
55
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
66
<br/><br/>
77
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ ext {
2626
repository : [
2727
groupId : 'com.highcapable.yukihookapi',
2828
apiVersion : [
29-
name: '1.1.9',
30-
code: 42
29+
name: '1.1.10',
30+
code: 43
3131
],
3232
name : 'YukiHookAPI',
3333
description: 'An efficient Hook API and Xposed Module solution built in Kotlin.',

docs-source/src/en/about/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ Time zone of version release date: **UTC+8**
1616

1717
:::
1818

19-
### 1.1.9 | 2023.04.17 &ensp;<Badge type="tip" text="latest" vertical="middle" />
19+
### 1.1.10 | 2023.04.21 &ensp;<Badge type="tip" text="latest" vertical="middle" />
20+
21+
- The `Activity` proxy function adds the function of specifying a separate proxy `Activity` for each proxied `Activity`
22+
- Fixed problem that the `contains` and `all` methods in `YukiHookPrefsBridge` did not judge the `native` function
23+
- Integrate the cache function in `YukiHookPrefsBridge` into `PreferencesCacheManager` and use `LruCache` as a key-value pair cache
24+
- Modify `YukiHookPrefsBridge` key-value pair caching function to take effect in all environments (Module Apps, Host Apps)
25+
- Modify part of `HashMap` used for caching to `ArrayMap` to reduce memory consumption
26+
- Fix some other possible problems
27+
28+
### 1.1.9 | 2023.04.17 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2029

2130
- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
2231
- Remove the inspection function of internal methods and parameters through Hook or reflection API

docs-source/src/zh-cn/about/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88

99
:::
1010

11-
### 1.1.9 | 2023.04.17 &ensp;<Badge type="tip" text="最新" vertical="middle" />
11+
### 1.1.10 | 2023.04.21 &ensp;<Badge type="tip" text="最新" vertical="middle" />
12+
13+
- `Activity` 代理功能新增每个被代理的 `Activity` 指定单独的代理 `Activity` 功能
14+
- 修复 `YukiHookPrefsBridge` 中的 `contains``all` 方法未判断 `native` 功能的问题
15+
- 整合 `YukiHookPrefsBridge` 中的缓存功能到 `PreferencesCacheManager` 并使用 `LruCache` 作为键值对前置缓存
16+
- 修改 `YukiHookPrefsBridge` 键值对缓存功能在所有环境中生效 (模块、宿主)
17+
- 修改部分用于缓存的 `HashMap``ArrayMap` 以减少内存消耗
18+
- 修复一些其它可能出现的问题
19+
20+
### 1.1.9 | 2023.04.17 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1221

1322
- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
1423
- 移除通过 Hook 或反射 API 内部方法、参数的检查功能

0 commit comments

Comments
 (0)