fix(v2.4.4): robust venv creation + UTF-8 safe install frame

- install.sh bot_install: always ensure python3-venv+pip, verify pip exists, check pip install exit code, sanity-check imports
- install.sh: replace box-frame with simple bullet lines (printf %-Ns was byte-counting, breaking Cyrillic UTF-8)
- common.sh: 2.4.4
- bot.py: 2.4.4
This commit is contained in:
anten-ka
2026-04-10 14:03:28 +03:00
parent 4b63b79184
commit 3919f201f5
3 changed files with 58 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
# Colors, logging, spinner, system helpers, v1 compat, i18n-aware
# ── Version ───────────────────────────────────────────────────────────────────
GOTELEGRAM_VERSION="2.4.3"
GOTELEGRAM_VERSION="2.4.4"
GOTELEGRAM_NAME="GoTelegram"
# ── Пути ──────────────────────────────────────────────────────────────────────