Release Notes
What's new in Sync Smith
Latest
v1.2.7
Feature ReleaseDecember 2025Highlights
- User Authentication with Google and GitHub social login
- License Dashboard to view purchases and device activations
- Paddle Payment Integration with checkout overlay
- Pro License now $24.99 one-time payment
New Features
- NextAuth.js v5 with Prisma adapter for secure session management
- Protected dashboard routes with middleware authentication
- License auto-linking by email on signup
- Invoice access via Paddle API
- Environment-aware Paddle configuration (sandbox/production)
- Docker deployment improvements for Prisma 7 compatibility
v1.2.6
Feature ReleaseDecember 2025Highlights
- Dual MCP Server Architecture - IDE server (3847) and RAG server (3848)
- RAG-powered semantic search with local LanceDB and transformers.js
- Perpetual licensing system with freemium model
- Secure license storage using Electron safeStorage
New Features
- IDE MCP Server with file operations, editor control, and diagnostics tools
- RAG MCP Server with searchDocs, indexDocs, and getDocsIndexStatus tools
- MCP Client Manager for connecting to external MCP servers
- Local-first embeddings using all-MiniLM-L6-v2 model (384 dimensions)
- Per-workspace vector index storage in .syncsmith/index/
- Ed25519 signature verification for license keys
- React LicenseContext with useLicense hook
- FeatureGate HOC component for license-based feature control
Bug Fixes
- Fixed comment markers overlapping editor toolbar on scroll
v1.2.5
Feature ReleaseDecember 2025Highlights
- Double-click to open files (single-click selects only)
- Drag files from explorer to editor to create markdown links/images
New Features
- Relative file links navigation in editor
- MCP Server API update (server.tool to server.registerTool)
v1.2.4
Feature ReleaseDecember 2025Highlights
- Session restore (reopen last workspace and file on startup)
- Custom keyboard shortcut configuration
New Features
- Shortcut editor dialog with conflict detection