v0.5.0April 5, 2026
## What's New
- **Tools menu** — Top-right dropdown with quick actions:
- 🌱 **Seed with data** — Populates all 18 modules with 900 realistic records
- 🗑 **Delete all data** — Wipes all records with confirmation dialog
- Toast notifications and auto-refresh after each action
## Includes everything from v0.4.0
- All 18 Zoho CRM modules with full field sets
- Custom Module Builder — create modules via the web UI
- 900 seed records across all modules
- Desktop app (Electron) — download and double-click to run
- Single-record PUT/DELETE, COQL queries
- OAuth form-urlencoded support
- Admin API: /_admin/reset, /_admin/seed, /_admin/reset-and-seed
v0.4.0April 5, 2026
## What's New
- **All 18 Zoho CRM modules** — Tasks, Events, Calls, Notes, Vendors, Purchase Orders, Sales Orders, Quotes, Invoices, Price Books, Cases, Solutions (with full field sets matching real Zoho)
- **Custom Module Builder** — Create custom modules via the web UI with a visual field builder. Supports all field types (text, number, date, picklist, lookup, etc.)
- **900 seed records** across all 18 modules with realistic data and cross-module relationships
- **Desktop app** — Download and double-click to run. No CLI needed.
- **Single-record PUT/DELETE** — Update or delete individual records by ID
- **COQL query support** — SQL-like queries via POST /crm/v8/coql
- **OAuth form-urlencoded** — Token endpoint accepts real Zoho format
- **Batch delete by criteria** — DELETE with search criteria for cleanup
- **Admin API** — /_admin/reset, /_admin/seed, /_admin/reset-and-seed
## UI Changes
- Removed Navigation section (Home/Reports/Analytics)
- All 18 modules visible in sidebar with icons
- "Create Module" button for custom modules
## API Improvements
- HTTP 202 for mixed validation results (matches real Zoho)
- GET /health endpoint
- API version rewriting (v2/v6/v7 → v8)