Skip to content

0.1.2: Merge pull request #9 from calebl/approve-transaction-tool

Latest

Choose a tag to compare

@calebl calebl released this 21 Apr 14:57
· 27 commits to main since this release
11a7359

[0.1.2] - 2024-03-26

Added

  • New ApproveTransaction tool for approving existing transactions in YNAB
    • Can approve/unapprove transactions by ID
    • Works in conjunction with GetUnapprovedTransactions tool
    • Preserves existing transaction data when updating approval status
  • Added Cursor rules for YNAB API development
    • New .cursor/rules/ynabapi.mdc file
    • Provides guidance for working with YNAB types and API endpoints
    • Helps maintain consistency in tool development

Changed

  • Updated project structure documentation to include .cursor/rules directory
  • Enhanced README with documentation for the new ApproveTransaction tool