You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add settings toggle with gear button and include FileTransfer component (5a99e96)
fix: decouple outgoing file offer tracking from local offers list (668ae89)
feat: add detailed logging for file transfer lifecycle events (7ec753b)
feat: implement bidirectional file transfer with offer/accept flow (c863637)
fix: add system tray icon on macOS to ensure tray item visibility (69aeb65)
fix: add Wails bindings generation step to dev mode config (cfe34fb)
fix: unignore frontend/bindings and commit generated bindings (5280f89)
fix: track the frontend/dist directory with a .gitkeep file (e8d04d9)
refactor: extract crypto and transport into shared packages, fixed domain leakage (186ad1f)
doc: improve package comments and clarify data flow in sync and transfer modules (874c2f1)
@update/ - cleaned up domain leakage - unify file transfer over sync port and add TransferService layer (86f10e4)
@update/ui - Added a file transfer component - decoupled the Ui for maintainability (0379728)
@feature/file transfer add peer-to-peer file transfer with encrypted TCP streaming (9699364)
refactor: streamline settings UI and update token names (85484ca)
@feature/versioning centralize app version in a single var for ldflags injection (35bfa84)
@update/optimization - batch settings loading - added settings constants so it would be easier to update and add settings without migrations - exposed settings in the UI (7d2fef2)
@feature/storage persist settings via SQLite, auto-start sync on launch (0940fab)
@feature/clipboard implement clipboard monitoring and LAN sync service (e9324a1)
@update/ - added read me - replace Wails scaffold README with Mercury project docs (894b5ed)
feat: implement system tray shell with hidden settings window (4605c69)
@feature/ add LAN sync engine with AES-256-GCM encryption and mDNS discovery (bc0b377)
@initialization/ initialize Mercury v0.1.0 with Wails v3 scaffold (0176b15)