Skip to content

Commit

Permalink
Bumped version to 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglong15 committed Jul 30, 2021
1 parent 032e96e commit 81f8dc3
Show file tree
Hide file tree
Showing 5 changed files with 20 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.1.6
ZLPhotoBrowser version: e.g. 4.1.7
Device: e.g. iPhone X
Device version: e.g. iOS 14.0
Xcode version: e.g. Xcode 12.0
Expand Down
12 changes: 6 additions & 6 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
### <a id="UpdateLog"></a>Update Log
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/UPDATELOG.md)
```
● 4.1.7
Add:
Add a property to control whether to display the selection button animation when selecting.
Separate the colors shared by album list interface and perview interface.
Add a cancel block in the camera view controller.
Support export video.
● 4.1.6
Add:
Add ZLCameraConfiguration class to deploy camera.
Expand All @@ -102,12 +108,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
Add:
Provide a method to reset the configuration.
Cancel the image request when operation is cancelled.
● 4.1.4
Add:
In the iOS14 photo limit authority, show WeChat-style “go to setting” tips view.
Support customize animation duration for select button.
Fix:
Sometimes gif is not playing.
...
```

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.6"
let version = "4.1.7"
13 changes: 11 additions & 2 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Update Log

-----
## [4.1.7](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.1.7) (2021-07-30)
### Add:
* Add a property to control whether to display the selection button animation when selecting.
* Separate the colors shared by album list interface and perview interface.
* Add a cancel block in the camera view controller.
* Support export video.

### Fix:
* Modify some force cast.[#629](https://github.com/longitachi/ZLPhotoBrowser/issues/629)

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

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

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

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

s.description = <<-DESC
Expand Down

0 comments on commit 81f8dc3

Please sign in to comment.