Changelog
Release notes for Solid Accounting. Most recent version first.
v26.2 (preview)
The first publicly-named release. Pre-launch; covered by the preview channel.
Added
- Cloud Backup — full encrypted offsite backup with 24-word BIP39 recovery, weekly integrity verification, audit log
- Multi-User mode — Host Mode and Dedicated Server, mDNS auto-discovery, role-based access, real-time sync via SSE
- REST API — embedded server on Pro/Accountant tiers, full read/write surface with double-entry validation
- Direct migrations from QuickBooks Desktop, QuickBooks Online, Xero, FreshBooks via dedicated tools and OAuth
- Inventory — FIFO and weighted-average cost methods, purchase orders, automatic COGS posting
- Fixed Assets — three depreciation methods (straight-line, declining-balance, sum-of-years), automatic period entries, disposal flow
- Loans — amortization schedules, three payment frequencies, principal/interest splits, refinance handling
- Recurring transactions — six frequencies, end conditions, auto-post or prompt
- Sales tax — codes + groups + jurisdictions, compound taxes, exemption tracking, sales-tax liability report
- Budgets — fiscal-year scoped, dimensional, multiple budgets per year for scenarios
- Dimensions — classes, locations, projects with hierarchical reporting
- Audit log — append-only, every meaningful operation tracked, immutable
- Documentation site — this whole thing, ~30+ pages of reference and guides
Changed
- Branding — formerly TrueLedger, now Solid Accounting. New domain, new wordmark, new email addresses.
- License model — perpetual license + optional annual Updates plan (was always-required maintenance)
Known limitations (v26.2)
- Bank Feeds via Plaid is shipped on the backend but not yet wired into the unified Import Wizard's bank-connect card — connect via Settings → Banking directly until v26.3
- Hosted multi-user (managed coordination service) — not yet offered; LAN multi-user with VPN is the workaround
- Mobile companion app — in development, ships in v27.x
- E-file (1099 to IRS FIRE/IRIS) — surfaces the data; filing is via Track1099, Tax1099, or direct
- Custom report builder — reports are fixed for v26.x; CSV export covers most custom-reporting needs
Earlier versions
Solid Accounting's earlier code lineage was internal under the name TrueLedger. Those versions weren't publicly released; v26.2 is the first public release.
Versioning convention
Solid Accounting uses YY.Q versioning: year + fiscal quarter.
- 26.2 — 2026 Q2 (current)
- 26.3 — 2026 Q3 (next)
- 27.1 — 2027 Q1
Each Q-bump may include new modules, schema changes (always backward-compatible), and breaking API changes (versioned under /api/v2 etc., with /api/v1 kept for a deprecation window).
Release cadence
Quarterly major releases. Patch releases (v26.2.1, v26.2.2) ship between majors for bug fixes, security patches, and small enhancements that don't affect schema or APIs.
The Updates plan gets you all releases — majors and patches — as they ship. Without an active plan, the version you have continues to work indefinitely; security patches still arrive for 3 years from your last paid date.
Subscribe to release notes
To get notified when a new release ships:
- Email — opt in at Settings → Notifications → Release notes
- RSS —
/docs/changelog/rss.xml(in development) - Inside the app — the notification bell shows "New version available" when an update is ready to install
Cross-references
- Installation — how to install the latest version
- Account & Billing — Renewal & maintenance — how Updates plan tracks releases
- REST API — API versioning approach