v1.1.0
日本語
📋 変更履歴
✅ 改善
- ファイルのコピーにかかった総時間を表示する機能を追加
🔃 変更点
-
すでにコピー先にファイルが存在したときに内容が同じかどうか確認するためのハッシュ値チェックで
確認の途中で異なると判定されてもチェックが続いていた問題を修正
-
コンパイラから言われていた警告を修正(null関連の警告)
-
改行が一部多かった問題を修正
English
📋 Changelog
✅ Improvement
- Added the ability to display the total time taken to copy a file
🔃 Changes
-
Fixed a problem in which the hash value check to check whether the contents of a file were the same
when the file already existed at the destination,
continued even if the hash value was determined to be different during the check
-
Fixed a warning that was mentioned by the compiler (null-related warning)
-
Fixed a problem with some line breaks