Changelog

What's new

Stay up to date with the latest features, improvements, and fixes.

January 2026

January 26, 2026 (reconciled)

Historical release reconciliation

  • Organization management — Added organization invitations and clearer account access foundations.

  • Data lifecycle and payments — Introduced broader soft-delete support and improved payment tracking workflows.

  • Migration support — Added migration guidance for customers moving from Space Invoices v1.

  • Improve payment tracking and management Cannot correct payment amounts.

Requires: API, API Tests, API Examples, UI, UI Tests, Web, Web Tests

  • Add organization invitations Invite users to entities.

New invitations table: id, entity_id, email, role, token, expires_at, accepted_at

Endpoints:

  • POST /entities/{id}/invitations - Create invitation, send email
  • GET /invitations/{token} - View invitation details (public)
  • POST /invitations/{token}/accept - Accept and join entity
  • DELETE /entities/{id}/invitations/{id} - Revoke invitation

Existing users auto-added; new users prompted to signup first.

Requires: API, API Tests, API Examples, UI, UI Tests, Web, Web Tests

  • Add Space Invoices v1 migration guide Documentation explaining differences in mental model between v1 and v2:

  • account is now user

  • organization is now entity

  • other breaking changes

  • Add soft delete for all resources Implement soft-delete for resources instead of hard delete.

  • UpdateAdd Space Invoices v1 migration guide
  • NewImprove payment tracking and management
  • NewAdd organization invitations
  • NewAdd soft delete for all resources
January 2026

January 12, 2026

White-label user access, invoice rounding correction, sandbox email restrictions, and audit log improvements.

White-Label

  • White-label user access — Manage users within white-label deployments with scoped permissions

Invoicing

  • Rounding correction — Automatic rounding adjustments to ensure invoice totals match line item sums exactly

API

  • Request log retention — Configurable retention policy for API request log bodies
  • Audit trail — User and API key tracking in request logs and activities
  • Backward pagination — Navigate through paginated results in both directions with prev_cursor
  • NewAdd request log body retention policy
  • NewAdd white-label user access system
  • NewAdd rounding correction to invoice totals
  • NewAdd user and API key tracking in request logs and activities
  • NewAdd backward pagination support with prev_cursor
January 2026

January 10, 2026

Invoice editing with live preview, PATCH endpoints, item catalog prefill, account dashboard, and automatic tax clauses.

Invoice Editing

  • Live preview editing — Edit invoices with a real-time PDF preview side-by-side
  • Partial updates — Update individual fields on any document type without replacing the entire document
  • Item catalog prefill — Select items from your catalog to auto-fill invoice line items

Account Management

  • Account dashboard — Manage your account settings, API keys, and subscription in one place
  • Entity enable/disable — Enable or disable entities to control usage

Tax & Compliance

  • Automatic tax clauses — Tax clauses auto-populate based on applied tax rules

API & Docs

  • Renamed endpoints — Cleaner API paths with /documents replacing /accounts-payable
  • Request log filtering — Filter and search through your API request logs
  • Documentation rewrite — Comprehensive guides covering compliance, FURS setup, and API usage
  • NewAdd invoice editing with live preview
  • NewAdd account management dashboard
  • NewAdd automatic tax clause population
  • NewAdd entity enable/disable for usage tracking
  • NewAdd request logs filtering
  • ImprovedImprove documentation with comprehensive rewrite
  • NewAdd item catalog prefill for document items
  • ImprovedImprove API by renaming /accounts-payable to /documents endpoint
  • NewAdd PATCH endpoints for all document types
January 2026

January 3, 2026

Draft documents, Google OAuth login, entity stats API, service date fields, and rebrand to Space Invoices.

Documents & API

  • Draft documents — Save documents as drafts before finalizing
  • Entity stats API — Query aggregate statistics for your entities
  • Service date fields — Add service period start and end dates to invoices

Authentication

  • Google login — Sign in with your Google account

SDK

  • Improved SDK — Rebuilt JavaScript SDK with better types and smaller bundle size

Branding

  • Space Invoices — Rebranded from Leka to Space Invoices with updated UI across the platform
  • ImprovedImprove SDK by migrating from openapi-generator to Orval
  • NewAdd draft document support
  • NewAdd entity stats query API
  • NewAdd Google OAuth login
  • NewAdd service date fields to invoices
  • ImprovedImprove branding by rebranding from Leka to Space Invoices
December 2025

December 31, 2025

3 new PDF templates, e-SLOG 2.0 electronic invoices, KIR tax export, bulk PDF export, document versioning, and white-label architecture.

PDF & Documents

  • 3 new PDF templates — Classic, Minimal, and Fashion invoice templates to match your brand
  • Bulk PDF export — Export multiple documents as PDFs with email notification when ready
  • PDF caching — Faster PDF delivery with cloud-based caching
  • Document version history — Track changes to invoices over time
  • Duplicate documents — Quickly duplicate any document as a starting point
  • Document numbering settings — Customize invoice number format and sequences

Slovenian Compliance

  • e-SLOG 2.0 — Generate electronic invoices in the Slovenian e-SLOG 2.0 format
  • KIR export — Export data in KIR format for Slovenian tax reporting

Platform

  • Email verification — Verify email addresses during signup
  • White-label architecture — Multi-tenant white-label support with hidden feature configuration
  • Subscription billing — Integrated subscription plans and billing
  • Default tax rates — Set default tax rates per entity for faster document creation
  • Entity activities — Activity log tracking changes across your entities
  • NewAdd classic, minimal, and fashion PDF templates
  • NewAdd e-SLOG 2.0 electronic invoice support for Slovenia
  • NewAdd KIR export for Slovenian tax reporting
  • NewAdd document numbering settings
  • NewAdd PDF caching for faster document access
  • NewAdd email verification for user signups
  • NewAdd bulk PDF export with email notification
  • NewAdd white-label architecture with hidden features
  • NewAdd Stripe integration for subscription billing
  • ImprovedImprove database layer by migrating from Prisma to Drizzle ORM
  • NewAdd document version history
  • NewAdd duplicate document functionality
  • NewAdd default tax rate support for entities
  • NewAdd entity activities tracking

For detailed API changes, see our API documentation.