-
Lock launch scope; add native Windows MSI builder for windows-x86
-
Update audit, todos, deploy docs; add manual testing guide
-
Fix UI/import minor bugs from Ultra Fuzz Run 1
-
Reuse SampleBuffer across packets in preview decode loops
-
Release DB lock before VP-tree build, batch export tag query
-
Bundle synckit.toml at compile time instead of SYNCKIT_API_KEY env
-
Auto-complete OAuth callback in start_auth via background task
-
Fix sync snapshot column omissions and unsafe_mode leak
-
Add SyncKit parity todo items from GO end-to-end testing
-
Embed SyncKit API key, dynamic tiers, tier upgrade/downgrade
-
Add deploy documentation
-
Add Win32_Storage_FileSystem feature for Windows builds
-
Audit fixes, split main.rs, atomic ordering, sync tests, UI polish
-
Add blob sync subscription gate and tier UI
-
Add sync status indicator, SAFETY comments, system tray docs
-
Code fuzz fixes, silence edit, UI improvements, sync hardening
-
Remove sourcehut CI config
-
Update docs, audit review, and Cargo.lock for v0.4.0
-
Fix trial expiry: reject unparseable dates, check remaining days
-
Add unsafe mode: reference samples in place without copying to vault
-
Improve preview decode: generation counter, NaN sanitization, OOM cap
-
Fix sync push to mark only successfully-pushed changelog entries
-
Harden export: AIFF overflow checks, varied dither seed, flat dedup scope fix
-
Add sibling name conflict checks, cross-VFS move rejection, symlink-safe walkdir
-
Fix fade off-by-one, gain NaN guard, normalize clamp, and other core bugs
-
Update OTA endpoint to /api/v1/sync/ota/
-
Add trial mode, bump to 0.4.0
-
Add changelog entries for 0.3.5 and 0.3.6
-
Bump version to 0.3.6
-
Audit Run 14: tests, refactoring, cleanup