Skip to content

Commit

Permalink
Bumped version to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Oct 20, 2023
1 parent 2f04723 commit 5c40685
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 12 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.5
ZLPhotoBrowser version: e.g. 4.4.6
Device: e.g. iPhone 14 Pro
Device version: e.g. iOS 16.0
Xcode version: e.g. Xcode 14.0
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

-----

## [4.4.6](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.6) (2023-10-20)
### Add:
* Supports setting whether the serial number is displayed on the selection button or not.
* Add scroll to bottom button on Gallery picker. [#860](https://github.com/longitachi/ZLPhotoBrowser/pull/860) @patryk-sredzinski
* In the image editor, all operations support undo and redo. [#861](https://github.com/longitachi/ZLPhotoBrowser/pull/860)
* Dutch support added.
* Supports setting the default font for text stickers.
* Optimize the drop-down return effect of the preview interface.
* Optimize screen rotation experience.

### Fix:
* Fix the bug that text stickers are not displayed when typing in Arabic. [ZLImageEditor #48](https://github.com/longitachi/ZLImageEditor/issues/48)

---

## [4.4.5](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.5) (2023-09-14)
### Add:
* Can set whether maintain shadow background during photo clipping. [#851](https://github.com/longitachi/ZLPhotoBrowser/pull/851)
Expand Down
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,20 @@ 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.6
Add:
Supports setting whether the serial number is displayed on the selection button or not.
Add scroll to bottom button on Gallery picker.
In the image editor, all operations support undo and redo.
Dutch support added.
Supports setting the default font for text stickers.
Optimize the drop-down return effect of the preview interface.
Optimize screen rotation experience.
Fix:
Fix the bug that text stickers are not displayed when typing in Arabic.
● 4.4.5
Add:
Can set whether the shadow is always displayed when cropping the picture
Can set whether the shadow is always displayed when cropping the picture.
Fix:
When there are too many photos, the album may crash when opened.
Crash on simulator version 14.0.1.
Expand All @@ -104,10 +115,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
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.
Disable TextView when user ends editing.
...
```

Expand Down
15 changes: 11 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
### 更新日志
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.4.6
Add:
支持设置序号label是否显示在选择按钮上。
支持滚动到底部功能。
图片编辑器中,所有操作均支持撤销及重做。
支持荷兰语。
支持设置文字贴纸的默认字体。
优化下拉返回体验。
优化屏幕旋转体验,
Fix:
修复阿拉伯语言环境下,文字贴纸不显示的bug。
● 4.4.5
Add:
可以设置裁剪图片时是否保留阴影的显示效果。
Expand All @@ -115,10 +126,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
优化编辑图片时涂鸦功能,使曲线更平滑。
Fix:
修复保存iCloud上的视频可能失败的bug。
● 4.4.3.1, 4.4.3.2 - 4.4.3 Patch
Fix:
删除部分耗时代码,优化小图界面的图片加载速度。
修复文字贴纸输入时的一个bug。
...
```

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.5"
let version = "4.4.6"

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

s.description = <<-DESC
Expand Down

0 comments on commit 5c40685

Please sign in to comment.