Skip to content

v0.4.1

Latest

Choose a tag to compare

@arsolutioner arsolutioner released this 18 Mar 08:36

Bug Fixes

  • Fix all write commandsclassify, rename, comment, exclude, include, merge, set-budget-type, and adjust were broken because the RiseUp API now returns text/html "OK" instead of JSON on write endpoints
  • Fix rename and classify — API schema changed: displayName is now businessName, and expense is a required field. Both commands now auto-resolve the transaction's current category before sending
  • Fix budget month offsetriseup transactions now returns the actual current month's data instead of the previous month. The RiseUp API has a +1 month offset that is now compensated internally

Enhancements

  • transactions --json now includes transactionId and customerComment fields, so output can be piped directly to rename, classify, or comment

Docs

  • Removed -N relative month syntax from README and SKILL.md (Commander interprets it as a flag — use prev or YYYY-MM instead)