Commit Graph

6 Commits

Author SHA1 Message Date
Abolfazl ff3150e500 Optimize dependency installation in start scripts to skip if already satisfied 2026-05-09 19:28:28 +03:30
Abolfazl 84424e899d feat: enhance certificate management with uninstall functionality 2026-04-28 21:23:58 +03:30
Abolfazl Ghaemi e8a4557edf Merge pull request #16 from mahan-bst/feature/uninstall-cert
feat: add unistall CA cert feature
2026-04-28 21:14:35 +03:30
mhdi 1cb345809d fix bug in start.bat
if you install 3.11 or higher version of python this batch file may have error i use this code for fix this bug
2026-04-27 12:12:16 +03:30
mahan-bst e0961ed2db feat: add unistall CA cert feature 2026-04-23 11:03:27 +03:30
Ilia Mirzaali a444d0f3b5 Add one-click launcher and interactive setup wizard
- setup.py: prompts only for the values the user must choose, generates a
  random auth_key, writes config.json (backs up any existing one).
- start.bat / start.sh: create a local venv, install deps (with PyPI mirror
  fallback), run the wizard if config.json is missing, then launch main.py.
- main.py: when config.json is missing on an interactive TTY, offer to run
  the wizard instead of just exiting.
- README: new "Quick Start" section up top; manual steps kept below.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 10:43:15 +02:00