Skip to content

DropSpace v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:54
af650b7

DropSpace v0.2.1 — Localization and zero-flicker startup

DropSpace v0.2.1 promotes the complete v0.2.1 Preview sequence to Stable. It keeps the proven Smart drag and single Dynamic Island behavior from v0.2.0 while improving language coverage, release communication, and Windows startup lifecycle reliability.

Official website: https://airanluo-dot.github.io/DropSpace/

English and Simplified Chinese

  • Ships a complete en-US base resource set and an exactly synchronized zh-CN resource set across the main window, Dynamic Island, native tray, update feedback, errors, and accessibility names.
  • Adds System default, English, and Simplified Chinese display-language choices. System follows Chinese Windows display languages and otherwise uses the English base; a changed language applies after restart.
  • Keeps the portable single-file resource index isolated from WinUI framework resources and validates both resource contexts in Windows CI.

Zero-flicker Windows startup

  • Creates the main-window HWND required by background services during --startup without showing or activating it.
  • Keeps tray, clipboard monitoring, Dynamic Island, update checks, and single-instance redirection ready in the background.
  • Preserves normal visible launch, tray Open, redirected activation, and Share Target behavior.
  • Adds a Win32 visibility regression gate to the English and Simplified Chinese portable smoke tests.

Release-driven website

  • Publishes the latest-change headline, release date, official link, and bilingual highlights from validated GitHub Release metadata.
  • Preserves the last validated built presentation if a browser runtime refresh fails.
  • Keeps the App update API schema and GitHub Releases fallback unchanged.

Downloads and compatibility

  • Recommended: DropSpaceSetup.exe — per-user installation and in-place updates.
  • Portable: DropSpace.exe — self-contained x64 executable.
  • Alternative: DropSpace-x64.msix — unsigned package for suitable test or managed environments.
  • SHA256SUMS.txt and update-manifest.json provide release integrity metadata.

Requires Windows 11 build 26100 or later. Public artifacts are not commercially code-signed unless the release workflow's signing credentials are configured, so SmartScreen may show an unknown-app prompt for unsigned files. Download only from this official GitHub Release and verify the published SHA-256 values.

中文说明

  • v0.2.1 将完整英文与简体中文界面资源、跟随 GitHub Release 的官网“最新变化”展示,以及零闪烁开机自启动正式发布到 Stable。
  • --startup 会在后台创建服务所需的主窗口 HWND,但从初始化到就绪都不会显示或激活主窗口;托盘、剪贴板监听、灵动岛、更新检查与单实例重定向保持正常。
  • Smart 拖拽、单一灵动岛、本地优先数据边界以及安装器、便携版和 MSIX 发布路径均保持不变。
  • Stable 资产由 v0.2.1 源码重新构建,不会改名或复用 Preview 二进制。