-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Added support for reading and creating password-protected ZIP archives. | ||
- Added support for reading RAR5 archives. | ||
- Added support for video thumbnail in SMB storage. | ||
- Targeted Android 14 and added requesting notification permission. | ||
- Fixed crash after system update to Android 14. | ||
- Fixed image viewer not preloading adjacent images. | ||
- Fixed settings page crashing on some LG devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- 添加了读取和创建受密码保护的 ZIP 归档文件的支持。 | ||
- 添加了读取 RAR5 归档文件的支持。 | ||
- 添加了 SMB 存储内视频缩略图的支持。 | ||
- 适配 Android 14 并添加了通知权限的请求。 | ||
- 修复了在系统更新到 Android 14 后崩溃的问题。 | ||
- 修复了图片查看器不预加载相邻图片的问题。 | ||
- 修复了设置页面在部分 LG 设备上崩溃的问题。 |