ChangelogRelease History

Changelog

Track the latest updates, new features, and improvements in Sharebrand to stay informed on platform enhancements.

Recent Updates

Stay current with Sharebrand's evolution. You receive new features for branded file sharing, performance boosts, and reliability fixes. Review the latest releases below, sorted newest first.

Subscribe to our RSS feed or join the newsletter at the bottom of the docs to get notified of new releases automatically.

2024-10-15v2.1.0
featureimprovement

New Features

  • Added URL shortener for branded links. Create compact {short-link} URLs that redirect to your file shares.
  • Introduced client activity logs in the dashboard. Track downloads and views per client.

Improvements

  • Enhanced white-label customization with custom fonts upload.
  • Optimized file upload speeds by {20%} for large files {>2GB}.
2024-09-20v2.0.0
featurebreaking

New Features

  • Launched sell files integration with Stripe. Set prices directly on shares and collect payments seamlessly.
  • Added brand pages for hosting logos, fonts, and guidelines as public pages.

Breaking Changes

  • Updated API authentication to use {API_KEY} headers only. Migrate from legacy tokens by generating new keys in dashboard settings.

Bug Fixes

  • Fixed intermittent failures in client portal logins.
  • Resolved issue where password-protected links showed branding errors.

Follow these steps to update:

Generate New API Key

Navigate to https://dashboard.sharebrand.io/settings/api and create a new {API_KEY}.

Update Integrations

// Old way
const response = await fetch('https://api.sharebrand.io/files', {
  headers: { 'X-Legacy-Token': 'old-token' }
});

// New way
const response = await fetch('https://api.sharebrand.io/files', {
  headers: { 'API_KEY': 'your-new-api-key' }
});

Test Shares

Send a test file and verify branding and payments work.

2024-08-10v1.9.0
bugfiximprovement

Improvements

  • Increased file request limits to {500GB} per link.
  • Added search functionality to client management dashboard.

Bug Fixes

  • Patched security vulnerability in file request uploads (CWE-79).
  • Fixed dashboard crashes when handling {>100} clients.

Version Summary

VersionDateKey Changes
v2.1.02024-10-15URL shortener, activity logs
v2.0.02024-09-20Sell files, breaking API
v1.9.02024-08-10Upload limits, search

Next Steps

Found a bug? Report it via the feedback form in your dashboard at https://dashboard.sharebrand.io/support.