v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the sample skill card file (skill-card.md).
- No changes to core functionality or APIs.
- Documentation and user instructions remain unchanged.
v1.0.5
Version 1.0.5 introduces improved CLI integration and updated usage instructions for Trello API management.
- Added CLI usage examples for all major actions (boards, lists, cards, members) using the Maton CLI.
- Expanded installation and authentication sections to cover NPM and Homebrew installation and new login options.
- Standardized connection management instructions with CLI equivalents for listing, creating, viewing, and deleting Trello connections.
- Enhanced API reference with CLI command examples for each endpoint, making skill usage clearer for both programmatic and command-line users.
- General documentation cleanup for clarity and usability; no underlying API or file changes detected.
v1.0.4
- Switched all Trello API and connection endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Updated code samples and documentation for the new api.maton.ai base URL.
- Clarified connection management steps and emphasized use of the Maton-Connection header when multiple Trello connections are present.
- Added a Security & Permissions section noting all write operations require user approval.
- Removed the LICENSE.txt file.
v1.0.3
- Added clawdbot metadata with emoji and required environment variable details to SKILL.md.
- No functional or code changes; documentation and metadata update only.
v1.0.2
Version 1.0.2 of the Trello API skill
- No file changes detected; documentation and core behavior remain unchanged.
- All features and usage instructions are consistent with the previous release.
- No new functionality or bug fixes included in this version.
v1.0.1
- Added a note in the description pointing users to the api-gateway skill for other third-party apps.
- Replaced all curl command examples with Python code snippets for easier scripting and automation.
- Updated authentication instruction examples to use Python format.
- No changes to API endpoints or features.
v1.0.0
Trello skill v1.0.0 changelog:
- Major update: Migrated to managed OAuth via the Maton API Gateway for Trello access.
- Expanded documentation: Detailed instructions on authentication, connection management, and API usage.
- Added support for managing boards, lists, cards, labels, checklists, and members through unified endpoints.
- Examples provided for all core API actions and connection workflows.
- Users must now use a Maton API key (not Trello tokens) and can manage Trello OAuth connections via Maton control panel.