Changelog
March 24, 2026
📄 Item API Enhancement
let item = await eagle.item.getById('item_id');
// Read comments
console.log(item.comments);
// Add image rect comment
await item.addComment({ x: 350, y: 480, width: 380, height: 400, annotation: "Face area" });
// Add video timestamp comment
await item.addComment({ duration: 65.5, annotation: "Important scene" });
// Update comment
await item.updateComment('comment_id', { annotation: "Updated text" });
// Remove comment
await item.removeComment('comment_id');📁 Smart Folder API
🔧 Manifest Configuration Enhancement
January 22, 2026
💻 App API Enhancement
📄 Item API Enhancement
January 9, 2026
🔍 AI Search Semantic Search API
January 8, 2026
🏷️ TagGroup/Tag API Incremental Operations
🏷️ TagGroup API Enhancement
January 6, 2026
🏷️ Tag API Enhancement
August 21, 2025
💻 App API Enhancement
August 19, 2025
📁 Folder API Enhancements
August 13, 2025
🏷️ Tag API Feature Expansion
August 5, 2025
📄 Item API Performance and Selection Enhancements
July 31, 2025
🪟 Window API Expansion
November 28, 2024
🏷️ TagGroup CRUD Operations
🗑️ Item Deletion Feature
July 25, 2024
🪟 Window API Enhancement
May 10, 2024
🖱️ Context Menu API
🪟 Window API Screenshot Feature
April 17, 2024
🔍 Preview Plugin Feature Enhancement
Last updated