変更履歴
Eagle Plugin API 変更履歴、最初のPlugin APIバージョン以降のすべての重要な機能変更を記録しています。
2026年3月24日
📄 Item API 強化
let item = await eagle.item.getById('item_id');
// コメントを読み取る
console.log(item.comments);
// 画像矩形コメントを追加
await item.addComment({ x: 350, y: 480, width: 380, height: 400, annotation: "顔の領域" });
// 動画タイムスタンプコメントを追加
await item.addComment({ duration: 65.5, annotation: "重要なシーン" });
// コメントを更新
await item.updateComment('comment_id', { annotation: "更新されたテキスト" });
// コメントを削除
await item.removeComment('comment_id');📁 Smart Folder API
🔧 Manifest 設定の強化
2026年1月22日
💻 App API 強化
📄 Item API 強化
2026年1月9日
🔍 AI Search セマンティック検索 API
2026年1月8日
🏷️ TagGroup/Tag API 増分操作メソッド
🏷️ TagGroup API 強化
2026年1月6日
🏷️ Tag API 強化
2025年8月21日
💻 App API 強化
2025年8月19日
📁 Folder API 強化
2025年8月13日
🏷️ Tag API 機能拡張
2025年8月5日
📄 Item API パフォーマンスと選択機能の大幅強化
2025年7月31日
🪟 Window API 拡張
2024年11月28日
🏷️ TagGroup CRUD操作
🗑️ Item 削除機能
2024年7月25日
🪟 Window API 強化
2024年5月10日
🖱️ Context Menu API
🪟 Window API スクリーンショット機能
2024年4月17日
🔍 プレビュープラグイン機能強化
最終更新