Skip to content

Commit

Permalink
Bumped version to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglong15 committed May 26, 2021
1 parent 0c5952b commit e5350cd
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 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.1.5
ZLPhotoBrowser version: e.g. 4.1.6
Device: e.g. iPhone X
Device version: e.g. iOS 14.0
Xcode version: e.g. Xcode 12.0
Expand Down
12 changes: 7 additions & 5 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="UpdateLog"></a>Update Log
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/UPDATELOG.md)
```
● 4.1.6
Add:
Add ZLCameraConfiguration class to deploy camera.
Call select image block after dismiss.
Optimizing the method of processing images.
Fix
UI frame is incorrect when preview the long image.
● 4.1.5
Add:
Provide a method to reset the configuration.
Expand All @@ -101,11 +108,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
Support customize animation duration for select button.
Fix:
Sometimes gif is not playing.
● 4.1.3
Add:
Add a callback after closing the framework's no authority alert.
Support control whether to show the status bar when previewing photos.
Support separately control whether to display the selection button and bottom view in ZLImagePreviewController.
...
```

Expand Down
12 changes: 7 additions & 5 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/UPDATELOG.md)
```
● 4.1.6
新增:
新增ZLCameraConfiguration类统一相机配置;
调整选择照片callback时机,在框架界面dismiss后回调;
优化图片压缩方法;
Fix:
解决预览长图时候frame不正确的bug;
● 4.1.5
新增:
提供一个可重置照片配置的方法;
Expand All @@ -112,11 +119,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
支持自定义选中按钮的动画时长;
Fix:
修复切换图片时,gif可能不自动播放的bug;
● 4.1.3
新增:
框架内无权限(图片、相机、麦克风)alert点击确认之后,添加一个回调;
可控制预览照片时候是否显示状态栏;
ZLImagePreviewContoller中可分别控制选择按钮和底部工具条的显示状态;
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLPhotoBrowser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

let version = "4.1.5"
let version = "4.1.6"
12 changes: 12 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

-----

## [4.1.6](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.1.5) (2021-05-26)

### Add:
* Add ZLCameraConfiguration class to deploy camera.
* Call select image block after dismiss.
* Optimizing the method of processing images.

### Fix
* UI frame is incorrect when preview the long image. [#610](https://github.com/longitachi/ZLPhotoBrowser/issues/610)

---

## [4.1.5](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.1.5) (2021-04-13)

### Add:
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.1.5'
s.version = '4.1.6'
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'

s.description = <<-DESC
Expand Down

0 comments on commit e5350cd

Please sign in to comment.