Skip to content

Commit

Permalink
Bumped version to 4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Dec 13, 2022
1 parent ec47875 commit 6a15d50
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 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.3.7
ZLPhotoBrowser version: e.g. 4.3.8
Device: e.g. iPhone X
Device version: e.g. iOS 14.0
Xcode version: e.g. Xcode 12.0
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

-----

## [4.3.8](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.3.8) (2022-12-13)

## Add:
* Support direct callback after selecting thumbnail.
* Add horizontal adjust slider.

## Fix:
* Fix the bug of wrong size when merging videos. [#788](https://github.com/longitachi/ZLPhotoBrowser/issues/788)
* Hide redo button when filtering or color adjusting.

---

## [4.3.7](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.3.7) (2022-09-28)

## Add:
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
### <a id="ChangeLog"></a>Change Log
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
4.3.8
Add:
Support direct callback after selecting thumbnail.
Add horizontal adjust slider.
Fix:
Fix the bug of wrong size when merging videos.
Hide redo button when filtering or color adjusting.
4.3.7
Add:
Modify the parameter type of selectImageBlock and use ZLResultModel for callback. Delete shouldAnialysisAsset property.
Expand All @@ -106,10 +113,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
Updated the method of parsing GIF.
Fix:
Fixed crash in pop interactive transition.
4.3.5
Add:
Support custom alert style.
Improve the experience of image editor.
...
```

Expand Down
11 changes: 7 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
### <a id="更新日志"></a>更新日志
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.3.8
Add:
支持当最大选择数为1时,点击小图后直接选择完成.
调整图片滑动条添加横滑样式.
Fix:
修复合并视频时尺寸错误的bug.
修复滤镜和调整图片时,redo按钮没有隐藏的bug.
● 4.3.7
Add:
修改selectImageBlock回调参数为ZLResultModel, 删除shouldAnialysisAsset参数;
Expand All @@ -117,10 +124,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
更新解析GIF的方法;
Fix:
修复下拉返回手势动画中的一个crash;
● 4.3.5
Add:
支持自定义Alert样式;
优化图片编辑体验;
...
```

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.3.7"
let version = "4.3.8"

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.3.7'
s.version = '4.3.8'
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'

s.description = <<-DESC
Expand Down

0 comments on commit 6a15d50

Please sign in to comment.