@@ -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
1781701 . 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.
1801723 . 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
0 commit comments