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.