v1.6.1: skip redundant auto-backups via content hash

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-23 15:41:11 -05:00
parent 5f89ae3322
commit b8e4eba997
3 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,12 @@
## [1.6.1] - 2026-02-23
### Fixed
- fix: skip auto-backup when data unchanged (sha256 hash comparison)
## [1.6.0] - 2026-02-23 ## [1.6.0] - 2026-02-23
### Added ### Added

View File

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

View File

@@ -1,6 +1,6 @@
"""Version info for ServerManager.""" """Version info for ServerManager."""
__version__ = "1.6.0" __version__ = "1.6.1"
__app_name__ = "ServerManager" __app_name__ = "ServerManager"
__author__ = "aibot777" __author__ = "aibot777"
__description__ = "Desktop GUI for managing remote servers" __description__ = "Desktop GUI for managing remote servers"