Skip to main content

v2.0 Release Notes

Released: January 2025

This major release brings a completely redesigned interface, powerful AI capabilities, and significant performance improvements.

Highlights​

Redesigned Interface​

  • New Dashboard - Completely rebuilt with customizable widgets
  • Dark Mode - Full dark mode support across the platform
  • Mobile Experience - Responsive design for all screen sizes
  • Keyboard Shortcuts - Power user navigation

AI-Powered Features​

  • AI Description Generator - Generate property descriptions with one click
  • Intelligent Lead Scoring - AI-powered lead prioritization
  • Investment Analysis - Automated ROI and risk assessment
  • Chat Assistant - Enterprise AI assistant (Enterprise only)

Performance​

  • 50% Faster Load Times - Optimized data fetching
  • Real-time Updates - Live data without page refresh
  • Improved Search - Faster, more accurate search results

New Features​

Property Management​

  • Multi-currency support with live exchange rates
  • Enhanced floor plan viewer
  • Virtual tour integration (Matterport, Zillow 3D)
  • Bulk operations for units

Lead Pipeline​

  • Customizable pipeline stages
  • Automated stale lead detection
  • Enhanced activity timeline
  • Email tracking and analytics

Integrations​

  • Stripe payment processing
  • Slack/Teams notifications
  • DocuSign document signing
  • 14 new webhook event types

Security​

  • Two-factor authentication (TOTP)
  • Session management
  • Enhanced audit logs
  • GDPR compliance tools

API Changes​

New Endpoints​

POST /v1/leads/:id/stage    # Change lead stage
POST /v1/leads/:id/won # Mark lead as won
POST /v1/leads/:id/lost # Mark lead as lost
GET /v1/leads/:id/activity # Get lead activity
POST /v1/units/bulk # Bulk create units

Breaking Changes​

warning

Review these changes before upgrading API integrations.

  1. Lead status field renamed

    • Old: status
    • New: stage
  2. Pagination meta format changed

    // Old
    { "total": 100, "page": 1, "limit": 20 }

    // New
    { "total": 100, "page": 1, "per_page": 20, "total_pages": 5 }
  3. Webhook payload structure updated

    • Added workspace_id field
    • created_at renamed to timestamp

Migration Guide​

See our migration guide below for upgrade instructions.

Bug Fixes​

  • Fixed lead assignment not updating in real-time
  • Fixed currency conversion rounding errors
  • Fixed PDF export formatting issues
  • Fixed mobile menu not closing on navigation
  • Fixed webhook retry logic for 5xx errors

Known Issues​

  • Dark mode may have contrast issues with some custom branding colors
  • PDF brochures may take longer to generate for properties with many images

Deprecations​

The following features are deprecated and will be removed in v3.0:

  • Legacy XML import format (use CSV or API)
  • v1 webhook payload format
  • Basic authentication (use API keys or OAuth)

Upgrade Instructions​

Self-Service​

  1. Go to Settings > Account
  2. Click Check for Updates
  3. Review changes and click Upgrade

Enterprise​

Contact your account manager for scheduled upgrade assistance.

Feedback​

We'd love to hear your feedback on v2.0: