[Feature] Add changelog for 1.1.0.

This commit is contained in:
Hai Zhang 2020-05-16 16:30:05 -07:00
parent 8f07baecd7
commit 47fbf52c11
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- Added file properties tab for image, audio, video and APK files.
- Added showing file count and content for folders in file properties.
- Added Spanish, Basque, French, Dutch, Portuguese (Portugal) and Vietnamese translations.
- Changed file name sorting to use Unicode Collation Algorithm for better results.
- Changed search to show files directly under the current folder first.
- Source code has been rewritten in Kotlin.
- Other fixes and improvements.

View File

@ -0,0 +1,7 @@
- 添加了图像、音频、视频和 APK 的文件属性选项卡。
- 添加了在文件夹属性中显示文件数量和内容。
- 添加了西班牙语、巴斯克语、法语、荷兰语、葡萄牙语(葡萄牙)和越南语翻译。
- 修改了文件名排序算法为 Unicode Collation Algorithm 以获得更好的结果。
- 修改了搜索以优先显示当前文件夹下的结果。
- 使用 Kotlin 重写了源代码。
- 其他修复和改进。