Skip to content

Commit

Permalink
Bumped version to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Aug 25, 2023
1 parent 974e91d commit d22ddcb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

#### Info
ZLPhotoBrowser version: e.g. 4.4.3.2
ZLPhotoBrowser version: e.g. 4.4.4
Device: e.g. iPhone 14 Pro
Device version: e.g. iOS 16.0
Xcode version: e.g. Xcode 14.0
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

-----

## [4.4.4](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.4) (2023-08-25)

### Add:
* Support downloading video data from iCloud before selecting a video.
* Makes the drawn curves smoother when editing images.

### Fix:
* Fix a bug that may fail to save videos stored on iCloud.

---

## [4.4.3.2 - 4.4.3 Patch](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.3.2) (2023-07-26)

### Fix:
Expand Down
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
### Change Log
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.4.4
Add:
Support downloading video data from iCloud before selecting a video.
Makes the drawn curves smoother when editing images.
Fix:
Fix a bug that may fail to save videos stored on iCloud.
● 4.4.3.1, 4.4.3.2 - 4.4.3 Patch
Fix:
Delete some time-consuming codes to improve the image loading speed of the thumbnail interface.
Expand All @@ -101,17 +107,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
Add two blocks, called when asset is selected and deselected.
Support setting video codec type in custom camera.
Text stickers support display background color.
● 4.4.2
Add:
Preserve the alpha channel of the edited image.
Fix:
Fix a crash caused by UI modification in a sub-thread.
● 4.4.1
Add:
Adapt to RTL.
Fix:
Fix the problem that the image editor does not work properly when the scale of the picture is not 1.
Fixed some UI display issue in the image preview interface.
...
```

Expand Down
17 changes: 6 additions & 11 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
### 更新日志
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.4.4
Add:
支持在选中视频前先下载视频源数据。
优化编辑图片时涂鸦功能,使曲线更平滑。
Fix:
修复保存iCloud上的视频可能失败的bug。
● 4.4.3.1, 4.4.3.2 - 4.4.3 Patch
Fix:
删除部分耗时代码,优化小图界面的图片加载速度。
Expand All @@ -112,17 +118,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
新增两个block,在选择和取消选择图片时调用。
支持设置自定义相机的视频编解码类型。
文字贴纸支持显示背景色。
● 4.4.2
Add:
保留编辑后的图片的alpha通道。
Fix:
修复一个在子线程修改UI导致的crash。
● 4.4.1
Add:
支持从阿拉伯语言下的RTL布局。
Fix:
修复图片编辑器中传入scale不为1的图片时,UI显示错误的问题。
修复图片预览界面的一些UI显示问题。
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLPhotoBrowser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import UIKit
import Foundation
import Photos

let version = "4.4.3.2"
let version = "4.4.4"

public struct ZLPhotoBrowserWrapper<Base> {
public let base: Base
Expand Down
2 changes: 1 addition & 1 deletion ZLPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZLPhotoBrowser'
s.version = '4.4.3.2'
s.version = '4.4.4'
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'

s.description = <<-DESC
Expand Down

0 comments on commit d22ddcb

Please sign in to comment.