发布

  • v0.8.19: endpoint, release workflow, IME + viewport fixes (#1128)
    Release / parity (push) Has been cancelled
    Release / resolve (push) Has been cancelled
    Release / build (deepseek-tui-windows-x64.exe, deepseek-tui.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
    Release / build (deepseek-windows-x64.exe, deepseek.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
    Release / build (deepseek-tui-linux-arm64, deepseek-tui, ubuntu-24.04-arm, aarch64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-tui-linux-x64, deepseek-tui, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-tui-macos-arm64, deepseek-tui, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-tui-macos-x64, deepseek-tui, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-linux-arm64, deepseek, ubuntu-24.04-arm, aarch64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-linux-x64, deepseek, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-macos-arm64, deepseek, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-macos-x64, deepseek, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
    Release / docker (push) Has been cancelled
    Release / release (push) Has been cancelled

    frostbyte_neo 发布于 2026-05-08 04:05:39 +00:00

    • fix(config): keep DeepSeek beta endpoint for legacy cn alias

    • fix(ci): filter download-artifact to deepseek* pattern

    Prevents the release aggregation job from picking up non-binary
    artifacts (e.g. Docker .dockerbuild cache layers) that cause the
    checksum manifest to include spurious entries and the Release to
    carry files it shouldn't.

    • fix(tui): enable focus events to restore IME after app-switch

    On macOS, switching away (Cmd+Tab) and back suspends the IME compositor.
    Without focus-event handling, the TUI never signals readiness to the
    terminal, so CJK input methods (Pinyin, Zhuyin, etc.) stop working.

    • EnableFocusChange on startup so the terminal reports FocusGained/FocusLost
    • Re-push KeyboardEnhancementFlags on FocusGained (some terminals reset
      the enhanced keyboard mode on focus-loss)
    • DisableFocusChange on shutdown for clean terminal handoff
    • chore: cargo fmt

    • docs: add DataWhale and DeepSeek to acknowledgments

    • docs: fix DeepSeek name etymology in acknowledgments

    • fix(tui): recapture viewport on focus restore

    • docs: thank DeepSeek and DataWhale bilingually

    下载附件