v1.5.1: fix TUI apps freezing in SSH terminal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-23 14:34:21 -05:00
parent 641f5a41d0
commit b3ddc26c2c
4 changed files with 27 additions and 5 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# CLAUDE.md — инструкции для Claude Code
## Текущая версия: 1.5.0
## Текущая версия: 1.5.1
## Версионирование

View File

@@ -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`
### 使用方法

View File

@@ -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"