Calender Pen icon6 updates

Changelog

New updates and improvements to Conduitt. Follow along as we build.

·Improvement

Branded Corinthian domains

Add the customer-facing summary for this release here.

What's new

  • Corinthian now presents its branded customer-facing hosts consistently across the web app, API metadata, email templates, and generated fallback documentation.
  • Production and staging URLs resolve through the intended operatorcamp.com hosts instead of the parent Oppulence domain.
  • Email and invoice flows now point customers back to the branded Corinthian surfaces.
·Square Wand Sparkle iconFeature·Label Info iconv2.1.0

Landing Refresh

Landing Refresh

We've completely redesigned the marketing site with a fresh, modern visual system inspired by the best SaaS landing pages.

What's New

Updated Hero Section

The hero section now features a cleaner layout with improved typography and better visual hierarchy. The new design puts your value proposition front and center.

Revamped Pricing Page

  • Clearer tier comparison
  • Highlighted recommended plan
  • Improved mobile responsiveness
  • Added annual billing toggle with savings indicator

New Feature Sections

Each product feature now has its own dedicated section with:

  • Animated illustrations
  • Concise benefit-focused copy
  • Clear call-to-action buttons

Technical Improvements

  • Migrated to Next.js 16 with Turbopack
  • Improved Lighthouse scores across all pages
  • Reduced initial bundle size by 23%

This update sets the foundation for our upcoming product launches. Stay tuned for more exciting features!

·Improvement·Label Info iconv2.0.5

Faster Invoice Previews

We've significantly improved the invoice preview pipeline for snappier updates and cleaner exports.

Performance Improvements

Real-time Preview Updates

Invoice previews now update in under 100ms as you type. No more waiting for the preview to catch up with your changes.

Optimized PDF Generation

  • PDF exports are now 3x faster
  • Reduced memory usage during generation
  • Better handling of large invoices with many line items

New Preview Features

Zoom Controls

You can now zoom in and out of the preview:

  • Cmd/Ctrl + Plus to zoom in
  • Cmd/Ctrl + Minus to zoom out
  • Cmd/Ctrl + 0 to reset zoom

Split View Mode

Toggle between full preview and split view modes for easier editing on smaller screens.

Bug Fixes

  • Fixed preview flickering when switching between invoices
  • Resolved font rendering issues on Windows
  • Fixed incorrect total calculation display in certain currencies
·Square Wand Sparkle iconFeature·Label Info iconv2.0.0

Team Approvals and Reminders

Team Approvals and Reminders

Introducing powerful team collaboration features: approval workflows, automated reminders, and comprehensive audit history.

Approval Workflows

Multi-step Approvals

Set up approval chains for invoices above certain thresholds:

Invoice > $10,000 → Manager Approval → Finance Review → Send
Invoice > $50,000 → Manager → Director → CFO → Send

Approval Dashboard

  • See all pending approvals in one place
  • Quick approve/reject with comments
  • Mobile-friendly approval notifications

Automated Reminders

Smart Payment Reminders

Configure reminder sequences that automatically:

  • Send gentle reminders before due date
  • Escalate messaging as invoices become overdue
  • Stop when payment is received

Customizable Templates

Create reminder templates for different scenarios:

  • Friendly first reminder
  • Firm follow-up
  • Final notice before collections

Audit History

Every action is now logged with:

  • Who made the change
  • When it happened
  • What was changed (before/after)
  • IP address and device info

Perfect for compliance and dispute resolution.

Breaking Changes

  • API v1 endpoints deprecated (use v2)
  • Webhook payload format updated
  • See migration guide for details
·Square Wand Sparkle iconFeature·Label Info iconv1.9.0

API v2 and Developer Tools

A complete overhaul of our API with better developer experience, comprehensive SDKs, and improved documentation.

New API v2

RESTful Design

The new API follows REST best practices:

  • Consistent resource naming
  • Proper HTTP methods
  • Predictable pagination
  • Standardized error responses

Example Request

curl -X POST https://api.conduitt.io/v2/invoices \
  -H "Authorization: Bearer ck_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "customer_id": "cus_abc123",
    "line_items": [
      {
        "description": "Consulting Services",
        "quantity": 10,
        "unit_price": 15000
      }
    ],
    "due_date": "2026-02-28"
  }'

Official SDKs

We now offer official SDKs for:

LanguagePackage
Node.js@corinthian/sdk
Pythoncorinthian-python
Rubycorinthian-ruby
Gogithub.com/Oppulence-Engineering/go
PHPcorinthian/corinthian-php

Developer Portal

  • Interactive API explorer
  • Webhook testing tools
  • API key management
  • Usage analytics dashboard

Deprecation Notice

API v1 will be deprecated on March 1, 2026. Please migrate to v2 before then.

·Triangle Warning iconFix·Label Info iconv1.8.2

November Bug Fixes

This release focuses on stability improvements and bug fixes reported by our community.

Fixed Issues

Invoice Editor

  • Fixed cursor jumping when editing line item descriptions
  • Resolved issue where tax calculations were incorrect for certain regions
  • Fixed drag-and-drop reordering not saving properly

Payment Processing

  • Fixed Stripe webhook timeout issues under high load
  • Resolved duplicate payment notifications
  • Fixed currency conversion rounding errors

Dashboard

  • Fixed chart data not updating after invoice status changes
  • Resolved slow loading on accounts with 10,000+ invoices
  • Fixed export to CSV including deleted invoices

Mobile App

  • Fixed push notifications not appearing on iOS 17
  • Resolved login issues on Android 14
  • Fixed invoice PDF not opening on certain devices

Performance

  • Reduced dashboard load time by 40%
  • Optimized database queries for invoice listing
  • Improved search indexing speed

Security

  • Updated dependencies to patch known vulnerabilities
  • Improved rate limiting on authentication endpoints
  • Added additional logging for security events

Thank you to everyone who reported these issues! Keep the feedback coming.

We use cookies to improve your experience, analyze traffic, and personalize content.