Skip to content

Commit bd82c8b

Browse files
committed
Bumped version to 4.4.9
1 parent 4019488 commit bd82c8b

File tree

6 files changed

+20
-28
lines changed

6 files changed

+20
-28
lines changed

.github/ISSUE_TEMPLATE.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
66

77
#### Info
8-
ZLPhotoBrowser version: e.g. 4.4.8.2
8+
ZLPhotoBrowser version: e.g. 4.4.9
99
Device: e.g. iPhone 14 Pro
1010
Device version: e.g. iOS 16.0
1111
Xcode version: e.g. Xcode 14.0

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
-----
44

5+
## [4.4.9](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.9) (2024-02-02)
6+
### Add:
7+
* Support for setting the initial index of the first image.
8+
* Define the text for the "Done" button on different screens with different keys to facilitate customizing the text.
9+
10+
---
11+
512
## [4.4.8.2 - 4.4.8 Patch](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.8.2) (2023-12-05)
613
### Fix:
7-
* Fix:
8-
Fix the bug where the camera does not disappear when clicking cancel in the system camera. [#879](https://github.com/longitachi/ZLPhotoBrowser/issues/879)
14+
* Fix the bug where the camera does not disappear when clicking cancel in the system camera. [#879](https://github.com/longitachi/ZLPhotoBrowser/issues/879)
915

1016
---
1117

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
9191
### Change Log
9292
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
9393
```
94+
● 4.4.9
95+
Add:
96+
Support for setting the initial index of the first image.
97+
Define the text for the "Done" button on different screens with different keys to facilitate customizing the text.
9498
● 4.4.8.1 - 4.4.8.2 (4.4.8 Patch)
9599
Fix:
96100
Fix the bug where the camera does not disappear when clicking cancel in the system camera.
@@ -105,17 +109,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
105109
Display the total size of selected photos when the full image button is selected.
106110
Fix:
107111
Fix a bug where the video's start time is incorrect when cropping the video.
108-
● 4.4.6
109-
Add:
110-
Supports setting whether the serial number is displayed on the selection button or not.
111-
Add scroll to bottom button on Gallery picker.
112-
In the image editor, all operations support undo and redo.
113-
Dutch support added.
114-
Supports setting the default font for text stickers.
115-
Optimize the drop-down return effect of the preview interface.
116-
Optimize screen rotation experience.
117-
Fix:
118-
Fix the bug that text stickers are not displayed when typing in Arabic.
119112
...
120113
```
121114

@@ -171,7 +164,7 @@ Rebuild with --use-xcframeworks to create an xcframework bundle instead.` [Click
171164

172165
#### Swift Package Manager
173166
1. Select File > Add Packages. Enter https://github.com/longitachi/ZLPhotoBrowser.git in the "Choose Package Repository" dialog.
174-
2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.4.8.2" as its earliest version.
167+
2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.4.9" as its earliest version.
175168
3. After Xcode checking out the source and resolving the version, you can choose the "ZLPhotoBrowser" library and add it to your app target.
176169

177170
### Support

README_CN.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
102102
### 更新日志
103103
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
104104
```
105+
● 4.4.9
106+
Add:
107+
支持设置首张照片的索引值。
108+
将相机界面确定按钮和文字贴纸输入界面的确定按钮的"localizable"的自定义文案的"key"拆分出来,不同界面不在共用一个"done"。
105109
● 4.4.8.1 - 4.4.8.2 (4.4.8 Patch)
106110
Fix:
107111
修复系统相机点击取消时相机没有消失的bug。
@@ -116,17 +120,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
116120
勾选原图按钮时,添加显示已选择图片总大小功能。
117121
Fix:
118122
修复裁剪视频时,起始时间不对的bug。
119-
● 4.4.6
120-
Add:
121-
支持设置序号label是否显示在选择按钮上。
122-
支持滚动到底部功能。
123-
图片编辑器中,所有操作均支持撤销及重做。
124-
支持荷兰语。
125-
支持设置文字贴纸的默认字体。
126-
优化下拉返回体验。
127-
优化屏幕旋转体验,
128-
Fix:
129-
修复阿拉伯语言环境下,文字贴纸不显示的bug。
130123
...
131124
```
132125

Sources/General/ZLPhotoBrowser.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import UIKit
2828
import Foundation
2929
import Photos
3030

31-
let version = "4.4.8.2"
31+
let version = "4.4.9"
3232

3333
public struct ZLPhotoBrowserWrapper<Base> {
3434
public let base: Base

ZLPhotoBrowser.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZLPhotoBrowser'
3-
s.version = '4.4.8.2'
3+
s.version = '4.4.9'
44
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)