Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@hymkor hymkor released this 24 Apr 05:53
· 4 commits to master since this release

Changes in v0.3.0 (English)

  • Fixed a bug in the CLI where specifying a non-existent file did not result in an error.
  • Added the -from-file FILENAME option to read filenames to remove from the specified file (use - to read from standard input).
  • Properly check the result of shFileOperationW, treating windows.ERROR_SUCCESS as non-error.

Changes in v0.3.0 (Japanese)

  • 存在しないファイルを指定した時、エラーにならないという CLI の不具合を修正
  • 指定したファイルから削除すべきファイル名を読むオプション -from-file FILENAME を追加 (標準入力の場合は - を使う)
  • Windows API:shFileOperationW の結果もチェックし、windows.ERROR_SUCCESS を非エラーと扱うようにした。