Skip to content

TOKENICODE DeepSeek Alpha v0.10.0-alpha.5

Choose a tag to compare

@mistydew mistydew released this 01 Jul 11:16

TOKENICODE DeepSeek Alpha v0.10.0-alpha.5

This release focuses on font consistency and a smoother new-chat folder flow.

Changes

  • Font selection now also applies to mono-styled UI labels by default, so pinyin/English/path/model chips no longer keep a mismatched monospace look.
  • Added a settings toggle for mono-styled labels following the interface font.
  • The last selected project folder is now remembered as the default conversation folder.
  • New Chat no longer clears the project folder, so a fresh task opens directly in the current/default folder.
  • Added a folder picker chip under the input box for quick project folder switching.

Verification

  • pnpm exec tsc --noEmit
  • pnpm build
  • git diff --check
  • pnpm tauri build produced the Windows executable and installers; the final updater signing step was skipped because TAURI_SIGNING_PRIVATE_KEY is not configured.