Skip to content

Releases: frankfika/usend

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 16:49

Changes

  • release: prepare USend v0.1.1 (f081245)
  • fix: default USend to Chinese (ca7e11c)
  • Rename project to USend and update branding documentation (b44da2a)
  • docs: add WeChat donation QR code (e771d71)
  • Streamline the secure transfer flow (#9) (5e6c8c5)
  • feat: streamline secure transfer flow (278b480)
  • fix(ci): normalize edge smoke test URL (8b79c7b)
  • fix(ci): normalize edge smoke test URL (96b55f5)
  • chore(deps): bump actions/github-script from 7 to 9 (623e73e)
  • chore(deps): bump actions/checkout from 4 to 7 (88d03d0)
  • fix(ci): restore secure Cloudflare deployments (3c3ce73)
  • fix(ci): restore secure Cloudflare deployments (5dcf48d)
  • chore(deps-dev): bump @cloudflare/workers-types (3679a5f)
  • chore(deps): bump actions/upload-artifact from 4 to 7 (592e676)
  • chore(deps): bump softprops/action-gh-release from 2 to 3 (c23419b)
  • chore(deps): bump actions/setup-node from 4 to 7 (eedb3a5)
  • fix(ci): replace fabricated commit SHAs with real version tags (454123e)
  • chore(deps): upgrade wrangler to 4.120.0, fix audit vulnerabilities (44ae270)
  • fix: add GitHub logo to star button and footer link (de3da65)
  • feat: add GitHub Actions CI/CD pipeline and UI refinements (4a4b9c6)
  • chore: add usend.xyz custom domain routes (d654b75)
  • feat: bilingual support (Chinese / English) with switcher (a2e53df)
  • feat: stronger GitHub Star CTA + compact one-screen layout (8f2ed4c)
  • feat: add GitHub Star button, open-source badge, and footer link (4a2cdeb)
  • feat: compact nav/hero to single-column centered layout with vibrant blue theme (2477b35)
  • feat: add InstantFlow brand mark (8d700cc)
  • ci: run CodeQL when code scanning is available (cb57f7a)
  • ci: build frontend before tests (079f15d)
  • ci: repair cross-platform lockfile (5026081)

Worker: USend
Tag: v0.1.1

Verification

  • Two-device text transfer succeeds
  • Two-device file transfer succeeds
  • Security codes match on both devices
  • Wrong pairing code is rejected
  • Completed transfer code cannot be reused
  • Sender revocation blocks download

v0.1.0 · 首次发布

Choose a tag to compare

@frankfika frankfika released this 01 Aug 16:35

InstantFlow 首次发布

无需账号、不复制链接,通过 8 位一次性配对码在两台设备之间传输临时文件或文字。

核心能力

  • 浏览器端 ECDH P-256 + HKDF-SHA-256 + AES-256-GCM 端到端加密
  • 支持最大 20 MB 文件与 12,000 字文字
  • 支持 1、5、10 分钟自动过期及接收后立即销毁
  • 支持相同网络出口限制与附加接收口令
  • Cloudflare Worker + Durable Objects 生产架构

使用方式

直接访问:https://instantflow.chenpitang2020.workers.dev

本 Release 自动提供对应版本的源码压缩包。