What's Changed
Deprecations
* `input_data list_merged_task`を`input_data list_all_merged_task`コマンドに変更しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1241
New Features
* `statistics list_video_duration` : 各タスクの動画の長さを出力するコマンドを出力しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1240
Bug Fixes
* `input_data list` : `--output`を指定しないときに`TypeError`が発生する不具合を修正しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1233
Enhancements
* `input_data list_merged_task` : 出力結果に`frame_no`列を追加しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1227
* 入力データと補助情報から不要な情報(システム内部用のパラメータなど)を出力しないようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1235
* `supplementary list`: コマンドライン引数を変更しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1236
Others
* 開発環境のPythonバージョン3.12に変更する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1234
* ドキュメントの修正:`input_data`, `supplementary` by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/1237
**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.86.1...v1.87.0