DeepSeekΒ·IDE

Changelog

Release history, new features and fixes.

v1.2.0 May 16, 2026 Current

πŸ’³ Subscriptions, quotas, Google sign-in, geo-pricing

  • Subscription via FunPay β€” 3 tiers: Free (30 msg/day), Basic (199 β‚½/mo), Pro (499 β‚½/mo). Buy β†’ get key β†’ paste into Settings β†’ License. Verified offline (Ed25519).
  • Geo-localized pricing on the site β€” detects your country from IP and shows prices in your local currency: RUB, USD, EUR, GBP, INR, TRY, CNY, BRL, UAH, PLN, JPY, KRW. "Show in β‚½" toggle is always available.
  • Quota enforcement β€” limits + model access are checked before every request. When exceeded, a dialog appears with a "Buy subscription" button.
  • Sign in with Google β€” big white button on the login screen. Opens the browser, returns when done. Local email/password remains as a fallback.
  • Removed "Continue as guest" β€” accounts only now.
  • Pricing page on the site: /pricing β€” all tiers and activation steps.
  • Backend API on Render β€” optional FastAPI service for auto-issuing keys after FunPay purchases. The site works without it.
  • Scroll fix during streaming β€” you can now scroll back up to read while DeepSeek is writing, auto-scroll won't reset your position.
  • $/M token columns removed from the site β€” API key is bundled; pricing is only visible in the in-app token counter.
v1.1.0 May 16, 2026

πŸ”₯ Big update: tools, voice, themes

  • 35 AI tools instead of 10. The AI can now: make HTTP requests, take screenshots, read/write the clipboard, query SQLite, get/set env vars, parse JSON/CSV, fetch system stats, prompt the user with a modal dialog, drive GUI automation (mouse / keyboard), and manage background processes.
  • Voice input β€” 🎀 button in the input bar. Powered by free Google Web Speech (no API key).
  • Light theme β€” Catppuccin Latte. Switch in Settings β†’ Appearance.
  • Auto-update β€” the app polls GitHub Releases at startup; an "Update available" button appears in the sidebar when a new version ships.
  • Global chat search β€” sidebar search now matches both titles and message bodies.
  • Per-message actions β€” Copy / Edit / Regenerate / Delete on every message on hover.
  • Code-block Copy button on every fenced block.
  • Accounts β€” local users with PBKDF2 password hashing.
  • Smart scroll β€” auto-scrolls while streaming, but stops if you scrolled up to read.
  • Streaming pipeline rewritten β€” no more crashes or desync on tool calls.
v1.0.0 May 15, 2026

πŸŽ‰ First release

  • Streaming chat with all 5 DeepSeek models (V4 Pro, V4 Flash, V3.2, R1, V3 Chat).
  • Function calling β€” 10 base tools for files and shell.
  • Reasoning content for R1 / V4 Pro.
  • Sessions with autosave, rename, Markdown export.
  • Slash commands: /help, /clear, /folder, /model, …
  • @file mentions, drag-and-drop, token + cost counter.
  • Graphical Setup.exe β€” folder picker, shortcuts, uninstaller.