Skip to content

v8.1 - Smarter Encryption, Zero AI Option

Choose a tag to compare

@TaklaXBR TaklaXBR released this 02 Jan 12:17
· 39 commits to main since this release
2c0269f

New Features

🔑 Enhanced Encryption System

  • share encrypt - View current encryption status and full key
  • share encrypt random - Generate random key (displays full key for sharing)
  • share encrypt key <key> - Use a specific Fernet key
  • share encrypt on/off - Toggle encryption
  • Encryption state now persists between sessions

🚫 No-AI Mode for P2P

  • share start --no-ai - Start terminal sharing without AI processing
  • Helper sends actual commands (e.g., dir, not "list files")
  • Same workflow: send → approve → execute (just without AI)

🐚 Shell Suffix (No-AI Mode)

  • Add shell name at end of command: share send sudo apt update wsl
  • Supports all 13 shells: cmd, powershell, ps, pwsh, wsl, git-bash, cygwin, bash, sh, zsh, fish, ksh, tcsh, dash

Bug Fixes

  • Fixed share end command not properly ending sessions
  • Fixed bare except: clauses (improved error handling)
  • Fixed potential None access for encryption status
  • Fixed PIL import verification for ImageDraw/ImageFont
  • Fixed DDGS import fallback handling
  • Removed automatic pip install for posthog (now requires manual install)

Documentation

  • Added Turkish documentation (README_TR.md, PRIVACY_TR.md)
  • Added TR language badge to README
  • Updated P2P command reference with new features