From b3ddc26c2c9e90f02a6a263a75adf2ab5195c30d Mon Sep 17 00:00:00 2001 From: chrome-storm-c442 Date: Mon, 23 Feb 2026 14:34:21 -0500 Subject: [PATCH] v1.5.1: fix TUI apps freezing in SSH terminal Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 22 ++++++++++++++++++++++ CLAUDE.md | 2 +- README.md | 6 +++--- version.py | 2 +- 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b012668..f554e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog + +## [1.5.1] - 2026-02-23 + +Fix TUI apps (mc, htop, vim) freezing in SSH terminal + +### Added +- Add auto-commit/push rule to CLAUDE.md +- Add click-to-copy animation on TOTP code display +- Add Claude Code integration: shared config + Setup tab +- Add detailed auto-sudo and security docs in all 3 languages +- Add build system, versioning, releases, multilingual docs + +### Fixed +- Fix TUI apps (mc, htop, vim) freezing in SSH terminal + +### Changed +- v1.5.0: network interface binding, SSH fixes, terminal, release script +- Redesign TOTP code display: larger timer, thicker progress bar, color sync +- v1.2.0 + v1.3.0: Localization, About dialog, TOTP/2FA, stability improvements +- Rebuild win-x64 binary with Setup tab and shared config +- Initial commit: ServerManager GUI application + ## [1.5.0] - 2026-02-23 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index a287221..0519641 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md — инструкции для Claude Code -## Текущая версия: 1.5.0 +## Текущая версия: 1.5.1 ## Версионирование diff --git a/README.md b/README.md index 5cf8747..10005d3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ pip install pyinstaller python build.py ``` -Output goes to `releases/ServerManager-v1.5.0-{platform}.exe` +Output goes to `releases/ServerManager-v1.5.1-{platform}.exe` ### Usage @@ -223,7 +223,7 @@ pip install pyinstaller python build.py ``` -Результат в `releases/ServerManager-v1.5.0-{платформа}.exe` +Результат в `releases/ServerManager-v1.5.1-{платформа}.exe` ### Использование @@ -363,7 +363,7 @@ pip install pyinstaller python build.py ``` -输出至 `releases/ServerManager-v1.5.0-{平台}.exe` +输出至 `releases/ServerManager-v1.5.1-{平台}.exe` ### 使用方法 diff --git a/version.py b/version.py index 3a90e2a..fa954e4 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ """Version info for ServerManager.""" -__version__ = "1.5.0" +__version__ = "1.5.1" __app_name__ = "ServerManager" __author__ = "aibot777" __description__ = "Desktop GUI for managing remote servers"