Skip to content

Commit 78d0b5b

Browse files
committed
Release v0.4.0
- Add password authentication and SSH key passphrase support - Add modern UI with semantic colors and Unicode symbols - Adopt XDG Base Directory specification for config files - Add Debian packaging support with Backend.AI attribution - Fix help message formatting - Update dependencies
1 parent cb3057b commit 78d0b5b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bssh"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Jeongkyu Shin <[email protected]>"]
55
description = "Parallel SSH command execution tool for cluster management"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ See the [LICENSE](./LICENSE) file for details.
286286
## Changelog
287287

288288
### Recent Updates
289+
- **v0.4.0 (2025/08/22):** Add password authentication, SSH key passphrase support, modern UI with colors, XDG config compliance, and Debian packaging
289290
- **v0.3.0 (2025/08/22):** Add native SFTP directory operations and recursive file transfer support
290291
- **v0.2.0 (2025/08/21):** Added Backend.AI multi-node session support with SSH authentication, host key verification, environment variable expansion, timeouts, and SCP file copy functionality.
291292
- **v0.1.0 (2025/08/21):** Initial release with parallel SSH execution using async-ssh2-tokio

docs/man/bssh.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for bssh
22
.\" Contact the maintainers to correct errors or typos.
3-
.TH BSSH 1 "August 22, 2025" "v0.3.0" "bssh Manual"
3+
.TH BSSH 1 "August 22, 2025" "v0.4.0" "bssh Manual"
44

55
.SH NAME
66
bssh \- Backend.AI SSH - Parallel command execution across cluster nodes

0 commit comments

Comments
 (0)