Changelog

What's new

All notable changes and updates to USourceControl.

v1.1.0April 20, 2026

Desktop UI rework, identity, and polish

A complete visual overhaul of the desktop app, project and organization icons across the platform, user avatars, plus a batch of bug fixes and performance wins.

Desktop App

2 items
  • Complete rework of the desktop app UI — new sidebar, project switcher, commit timeline, and changes panel
  • Performance improvements across the desktop UI — faster file list rendering and smoother sync updates

Identity

3 items
  • Custom icons for projects
  • Custom icons for organizations
  • User avatars across the web dashboard and desktop app

Bug Fixes

2 items
  • Fixed file deletion management so removed files sync reliably across clients
  • Fixed handling of UTF-8 characters in file names — accented, non-Latin, and emoji filenames now sync correctly
v1.0.0April 13, 2026

First stable release

Everything you need to version, back up, and collaborate on your game project — a desktop app, a web dashboard, a REST API, and fully managed cloud infrastructure.

Desktop App

9 items
  • Full desktop app for Windows and macOS
  • Connect to any project with a single project key
  • Link a local folder and track changes automatically
  • Select files, write a message, and push commits to the cloud
  • Pull latest versions from the cloud with one click
  • View per-file version history and restore any previous version
  • Real-time sync status with file-level change detection
  • Conflict detection with side-by-side resolution
  • .gitignore editor with presets for Unreal Engine projects

Web Dashboard

7 items
  • Organization and project management
  • Hierarchical file browser with folder navigation and version badges
  • Commit timeline with author, file count, and timestamps
  • Project key generation, labeling, and revocation
  • Team member invitations with role-based access (Owner, Admin, Member)
  • Per-project member assignments
  • Full audit trail for all actions

Infrastructure

6 items
  • Fully managed cloud storage
  • Global CDN for fast uploads and downloads worldwide
  • Up to 10 GB per file, 50,000 files per sync
  • SHA-256 integrity verification on every upload and download
  • Encrypted transfers in transit
  • Presigned upload URLs for direct-to-storage file transfers

API

4 items
  • REST API (V1) for custom integrations
  • Project key authentication with usc_ prefix
  • Endpoints: sync, upload, commit, file versions, restore
  • Sequence-based commit numbering for atomic ordering

Open Source

2 items
  • Desktop app is fully open source on GitHub
  • Shared TypeScript types package for API contracts