Skip to content

Commit 4a077cf

Browse files
committed
Bumped version to 4.7.3
1 parent 643e684 commit 4a077cf

6 files changed

Lines changed: 17 additions & 27 deletions

File tree

.github/ISSUE_TEMPLATE.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
66

77
#### Info
8-
ZLPhotoBrowser version: e.g. 4.7.2
8+
ZLPhotoBrowser version: e.g. 4.7.3
99
Device: e.g. iPhone 14 Pro
1010
Device version: e.g. iOS 16.0
1111
Xcode version: e.g. Xcode 14.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
-----
44

5+
## [4.7.3](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.7.3) (2025-10-17)
6+
### Fix:
7+
* Fixed the issue where the eraser position was displayed incorrectly when editing pictures. [#1025](https://github.com/longitachi/ZLPhotoBrowser/issues/1025)
8+
9+
---
10+
511
## [4.7.2](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.7.2) (2025-09-29)
612
### Add:
713
* Improved video editing experience:

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
9393
### Change Log
9494
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
9595
```
96+
● 4.7.3
97+
Fix:
98+
Fixed the issue where the eraser position was displayed incorrectly when editing pictures.
9699
● 4.7.2
97100
Add:
98101
Improved video editing experience:
@@ -110,17 +113,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
110113
Replace some deprecated APIs.
111114
Support long-press gestures for more data types in ZLImagePreviewController. Support setting cover images for network videos.
112115
The ZLImagePreviewController interface supports disabling the pull-down return gesture.
113-
● 4.6.0.1
114-
Add:
115-
Support SwiftUI.
116-
Support for locked output orientation in custom camera.
117-
Optimize the playback experience of album videos and online videos.
118-
Add will-capture-block for customizable capture actions.
119-
Replace ZLPhotoPreviewSheet with ZLPhotoPicker. The permission of ZLPhotoPreviewSheet will be changed to private later.
120-
Enhance the text sticker feature by adding text outline and shadow effects.
121-
Fix:
122-
Fixed the bug that the time of automatically stopping recording is incorrect when clicking to record a video.
123-
Fix the issue where the width and height calculations of some videos are inaccurate when previewing online videos.
124116
...
125117
```
126118

@@ -176,7 +168,7 @@ Rebuild with --use-xcframeworks to create an xcframework bundle instead.` [Click
176168

177169
#### Swift Package Manager
178170
1. Select File > Add Packages. Enter https://github.com/longitachi/ZLPhotoBrowser.git in the "Choose Package Repository" dialog.
179-
2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.7.2" as its earliest version.
171+
2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.7.3" as its earliest version.
180172
3. After Xcode checking out the source and resolving the version, you can choose the "ZLPhotoBrowser" library and add it to your app target.
181173

182174
### Support

README_CN.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
104104
### 更新日志
105105
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
106106
```
107+
● 4.7.3
108+
Fix:
109+
修复编辑图片时,橡皮擦位置显示不正确的问题
107110
● 4.7.2
108111
Add:
109112
优化视频编辑体验:
@@ -121,17 +124,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
121124
替换一些过期的API。
122125
ZLImagePreviewController中更多的类型支持长按手势,并允许给网络视频设置封面图。
123126
ZLImagePreviewController界面支持禁止下拉返回手势。
124-
● 4.6.0.1
125-
Add:
126-
支持SwiftUI。
127-
自定义相机支持锁定相机拍照/录制的方向。
128-
优化相册中视频播放体验。
129-
自定义相机新增播放前回调(will-capture-block),支持用户在拍照前做一些操作。
130-
使用ZLPhotoPicker平替ZLPhotoPreviewSheet,ZLPhotoPreviewSheet的权限将在后续版本修改为Private。
131-
增强图片编辑中文字贴纸的功能,新增描边和阴影效果。
132-
Fix:
133-
修复自定义相机中单击录制视频时,自动停止录制的时间计算不准确的bug。
134-
修复预览网络视频时宽高计算不正确的bug。
135127
...
136128
```
137129

@@ -156,7 +148,7 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
156148

157149
* Swift Package Manager
158150
* 1. 选择 File > Swift Packages > Add Package Dependency,输入 `https://github.com/longitachi/ZLPhotoBrowser.git`
159-
* 2. 输入对应版本号(SPM 最低版本为 `4.7.2`
151+
* 2. 输入对应版本号(SPM 最低版本为 `4.7.3`
160152
* 3. 等Xcode下载完成后确定即可
161153

162154
### 支持

Sources/General/ZLPhotoBrowser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import UIKit
2828
import Foundation
2929
import Photos
3030

31-
let version = "4.7.2"
31+
let version = "4.7.3"
3232

3333
public struct ZLPhotoBrowserWrapper<Base> {
3434
public let base: Base

ZLPhotoBrowser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZLPhotoBrowser'
3-
s.version = '4.7.2'
3+
s.version = '4.7.3'
44
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)