Skip to content

Commit 6de898e

Browse files
committed
chore: Prepare release v1.7.0
- Add SSH keepalive support (#122) - Update dependencies to latest versions: - russh: 0.55.0 → 0.56.0 - ratatui: 0.29.0 → 0.30.0 - signal-hook: 0.3.18 → 0.4.1 - whoami: 1.6.1 → 2.0.1 - unicode-width: 0.2.0 → 0.2.2 - Adapt code for whoami 2.0 API changes - Update CHANGELOG.md, README.md, debian/changelog
1 parent ca03dbc commit 6de898e

File tree

10 files changed

+962
-289
lines changed

10 files changed

+962
-289
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Changed
1919
- **Documentation**: Added GitHub downloads badge to README
2020

21+
### Dependencies
22+
- Updated russh from 0.55.0 to 0.56.0
23+
- Updated ratatui from 0.29.0 to 0.30.0
24+
- Updated signal-hook from 0.3.18 to 0.4.1
25+
- Updated whoami from 1.6.1 to 2.0.1
26+
- Updated unicode-width from 0.2.0 to 0.2.2
27+
2128
### Technical Details
2229
- Implemented SSH keepalive packet sending at configurable intervals
2330
- Automatic connection termination after max retries without response
2431
- Keepalive settings work with jump host connections
32+
- Adapted to whoami 2.0 API changes (username() now returns Result)
2533

2634
## [1.6.0] - 2025-12-19
2735

0 commit comments

Comments
 (0)