Recly 0.1.0 (phone + Galaxy Watch + Mac + iOS unsigned)
Pre-releaseBuilt from main ec94dd7. Supersedes v0.0.1-dev.6. The first release under a plain version: every client reports 0.1.0. Phone, Galaxy Watch, Mac and iOS assets are rebuilt from this commit; there is no Windows MSI in this release (the CI job that produced it was removed in 0cb2433, and there is no Windows build host yet) — the Windows shell's changes ship in the next MSI.
New since v0.0.1-dev.6:
- A recording another device uploaded now offers "Open in Drive" on every shell (Mac, iPhone, Android, Windows). The row was read out of its Drive folder, so the folder is its link — including recordings uploaded before
meta.jsoncarried one. The placeholder for an upload still in flight elsewhere stays without actions. drive.uploadwrites the recording's own Drive folder (drive: {folderId, folderUrl}) into the recording row andmeta.jsonthe moment the folder is found or made, so the copy in Drive and every device that adopts it carry the same link. The recly-notion skill puts it in the Notion page's "Recording" property.- The
reclyagent plugin ships in-repo: two skills — recly-notes (transcript → notes) and recly-notion (notes ↔ Notion, via the official hosted Notion MCP). Notes are returned in the reply; neither skill writes a local file on its own. - The repository is public under AGPL-3.0-or-later (with the additional permissions in LICENSE-EXCEPTIONS.md), with a user-facing README, community files, and a docs/ Pages site carrying the privacy policy (English canonical, Korean beside it) and its contact address.
Phone and Galaxy Watch APKs are debug-keystore signed, Android 14+ / Wear OS 5+. Watch install: enable ADB + wireless debugging on the watch, then adb pair / adb connect / adb install -r. iOS: Recly-iOS-0.1.0-unsigned.ipa is an UNSIGNED Release build (iOS 17+, includes the Apple Watch app and widgets); sideload it with your own Apple ID via AltStore or Sideloadly, keeping the original bundle id app.recly. Recly-Mac-0.1.0.dmg is signed with a local development certificate; Gatekeeper will refuse it until you right-click → Open.