What's Changed
Bug Fixes
Enhancements
* [project create] プロジェクト設定の「タスクの割当方法」を、画面からプロジェクトを作成したときの設定に合わせるようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/90
* [project create] project_idをオプショナルにして、替わりにプロジェクト名(title)を必須にする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/105
* [project upload_scene] タスク作成に失敗したときに、失敗の原因を出力するようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/91
* [project upload_scene] タスクを作成する場合は、`--task_id_prefix`を必須にしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/99
* [project upload_scene] 登録する補助情報の種類を「カスタム」ではなく適切な値にする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/101
* [project put_segment_label, put_cuboid_label] --color, --name_ja ,--label_idをオプショナルにする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/106
* annofab_endpoint引数を追加 by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/95
Documentation
* 拡張KITTI形式のドキュメントに`file_extension`の使用例を追加しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/87
* "AnnoFab"から"Annofab"にリネーム by thamaji in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/107
* 拡張KITTI形式 から Annofab点群形式(KITTIベース) にリネームする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/110
* ReadTheDocsにpublishするための準備 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/111
* ReadTheDocsのビルド失敗に対応する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/113
Others
* タスク作成処理を`initiateTasksGenerationAPI`から`putTask`APIを使うように変更しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/98
* _create_tasks関数に型ヒントを追加する 98関係 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/102
* devcontainer用のDockerfileを更新:poetryのインストールで失敗しないようにした by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/104
* 依存ライブラリのバージョンアップ by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/103
* anno3dコマンドのpublic化対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/100
* travisciでエラーが発生しないようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/108
New Contributors
* pfe171 made their first contribution in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/101
* thamaji made their first contribution in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/107
**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.1.8...v0.1.9