diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index 2f859b86..b8cbe1b2 100644 --- a/.github/ISSUE_TEMPLATE.MD +++ b/.github/ISSUE_TEMPLATE.MD @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3690b7f3..b8406fd3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ac6446b9..7d329444 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. ... ``` diff --git a/README_CN.md b/README_CN.md index ada5d883..9653ec42 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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: 可以设置裁剪图片时是否保留阴影的显示效果。 @@ -115,10 +126,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内 优化编辑图片时涂鸦功能,使曲线更平滑。 Fix: 修复保存iCloud上的视频可能失败的bug。 -● 4.4.3.1, 4.4.3.2 - 4.4.3 Patch - Fix: - 删除部分耗时代码,优化小图界面的图片加载速度。 - 修复文字贴纸输入时的一个bug。 ... ``` diff --git a/Sources/General/ZLPhotoBrowser.swift b/Sources/General/ZLPhotoBrowser.swift index 60cf0ac3..22f17641 100644 --- a/Sources/General/ZLPhotoBrowser.swift +++ b/Sources/General/ZLPhotoBrowser.swift @@ -28,7 +28,7 @@ import UIKit import Foundation import Photos -let version = "4.4.5" +let version = "4.4.6" public struct ZLPhotoBrowserWrapper { public let base: Base diff --git a/ZLPhotoBrowser.podspec b/ZLPhotoBrowser.podspec index 201610dc..ebf3a81b 100644 --- a/ZLPhotoBrowser.podspec +++ b/ZLPhotoBrowser.podspec @@ -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