Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Apr 23, 2024
1 parent a3b0c3f commit 45e6ef6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Documentation/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

```swift
dependencies: [
.package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.9"))
.package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.2.0"))
]
```

Expand Down Expand Up @@ -301,7 +301,7 @@ let livePhoto = try await photoAsset.requestLivePhoto()

| Version | Release Date | Xcode | Swift | iOS |
| ---- | ---- | ---- | ---- | ---- |
| [v4.1.9](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#419) | 2024-04-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.2.0](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#420) | 2024-04-23 | 15.0.0 | 5.9.0 | 12.0+ |

</details>

Expand All @@ -310,6 +310,7 @@ let livePhoto = try await photoAsset.requestLivePhoto()

| Version | Release Date | Xcode | Swift | iOS |
| ---- | ---- | ---- | ---- | ---- |
| [v4.1.9](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#419) | 2024-04-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.8](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#418) | 2024-03-24 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.7](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#417) | 2024-03-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.6](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#416) | 2024-02-16 | 15.0.0 | 5.9.0 | 12.0+ |
Expand Down
15 changes: 15 additions & 0 deletions Documentation/RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Release Notes

## 4.2.0

### Add

- add .xcprivacy file for privacy api's

### Resolved

- [[663]](https://github.com/SilenceLove/HXPhotoPicker/issues/663)
- [[660]](https://github.com/SilenceLove/HXPhotoPicker/issues/660)
- [[659]](https://github.com/SilenceLove/HXPhotoPicker/issues/659)

## 4.1.9

### Resolved

- [[663]](https://github.com/SilenceLove/HXPhotoPicker/issues/663)
- [[660]](https://github.com/SilenceLove/HXPhotoPicker/issues/660)
- [[659]](https://github.com/SilenceLove/HXPhotoPicker/issues/659)
- [[654]](https://github.com/SilenceLove/HXPhotoPicker/issues/654)
- [[653]](https://github.com/SilenceLove/HXPhotoPicker/issues/653)
- [[649]](https://github.com/SilenceLove/HXPhotoPicker/issues/649)
Expand Down
12 changes: 12 additions & 0 deletions Documentation/RELEASE_NOTE_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 更新日志

## 4.2.0

### 新增

- 隐私 api 添加 .xcprivacy 文件

### 修复

- [[663]](https://github.com/SilenceLove/HXPhotoPicker/issues/663)
- [[660]](https://github.com/SilenceLove/HXPhotoPicker/issues/660)
- [[659]](https://github.com/SilenceLove/HXPhotoPicker/issues/659)

## 4.1.9

### 修复
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

```swift
dependencies: [
.package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.9"))
.package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.2.0"))
]
```

Expand Down Expand Up @@ -333,7 +333,7 @@ let livePhoto = try await photoAsset.requestLivePhoto()

| 版本 | 发布时间 | Xcode | Swift | iOS |
| ---- | ---- | ---- | ---- | ---- |
| [v4.1.9](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#419) | 2024-04-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.2.0](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#420) | 2024-04-23 | 15.0.0 | 5.9.0 | 12.0+ |

</details>

Expand All @@ -342,6 +342,7 @@ let livePhoto = try await photoAsset.requestLivePhoto()

| 版本 | 发布时间 | Xcode | Swift | iOS |
| ---- | ---- | ---- | ---- | ---- |
| [v4.1.9](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#419) | 2024-04-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.8](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#418) | 2024-03-24 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.7](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#417) | 2024-03-09 | 15.0.0 | 5.9.0 | 12.0+ |
| [v4.1.6](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#416) | 2024-02-16 | 15.0.0 | 5.9.0 | 12.0+ |
Expand Down

0 comments on commit 45e6ef6

Please sign in to comment.