Releases: Winnie0408/MusicID3TagGetter
Releases · Winnie0408/MusicID3TagGetter
v1.0.2
更新日志:
- 优化 若选择的目录不包含任何支持的音乐文件,现在将在主界面输出额外的提示文字。
- 修复 无法读取TF卡中文件的问题(感谢酷友 @zz_xmy 发现该问题!)。
Changelog:
- Optimisation If the selected directory does not contain any supported music files, additional alert text will now be output in the main interface.
- Fix the problem of not being able to read files from TF card(Thanks to @zz_xmy for spotting the problem!).
v1.0.1
更新日志:
- 优化 使用信号量(Semaphore)来处理线程间的同步问题,而不是使用忙等待(Thread.sleep()),优化应用程序的性能。
- 修复 若歌曲文件的ID3标签本身就有问题,获取该歌曲的标签会导致应用程序闪退的问题。(感谢酷友 @路还要走 发现该问题!)
- 优化 添加、修改翻译资源。
Changelog:
- Optimized the use of Semaphores to handle thread synchronization issues instead of using busy waiting (Thread.sleep()), improving application performance.
- Fixed an issue where retrieving tags for a song would cause the application to crash if the ID3 tags of the song file itself were problematic. (Thanks to @路还要走 for spotting the problem!)
- Optimized the addition and modification of translation resources.
v1.0.0
首个Release版本,已完成基本功能。
First Release version, completed basic functionality.