Skip to content

DeepSeek Desktop V0.1.69

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Dec 12:56
· 14 commits to master since this release

🚀 V0.1.69 released yayyyyyy!!!! ✨

What's new

  • 🔧 FINALLY fixed Unicode encoding errors in auto-updater!
  • 🐛 Resolved charmap codec crashes when Unicode characters appear in GitHub API responses
  • 🔧 Enhanced subprocess launch with proper UTF-8 environment inheritance
  • 🛡️ Added comprehensive Unicode sanitization for all release info fields
  • 📝 Strengthened console initialization and logging with UTF-8 support

Technical Details

  • Fixed issue where updater subprocess doesn't properly inherit UTF-8 encoding when launched from built executable
  • Closes #21 - Thanks to @vanja-san for the help!