You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
This release closes the full Xero Accounting API gap, adding credit notes, tracking categories, manual journals, purchase orders, budgets, overpayments, prepayments, quotes, tax rates, and five new financial reports.
11
+
12
+
### Added
13
+
-`xero credit-notes` — list (auto-paginated), get, create, apply against invoice (`--credit-note-id`, `--invoice-id`, `--amount`)
-`xero reports bank-summary` — Bank Summary report
28
+
-`--tracking-category` and `--tracking-option` flags on `xero reports profit-loss` for segment filtering
29
+
10
30
## [0.2.0] - 2026-02-20
11
31
12
32
This release introduces the Cloudflare Worker auth proxy, which removes the Xero `client_secret` from the CLI binary entirely. Authentication is now gated through the Zeus Electron app — users cannot run `xero auth login` directly without being authorised through Zeus first.
0 commit comments