Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 2.12 KB

Version 2025-01-19 (Version 2.0.5)

  • (Improvement) Prevent doing unnecessary work when doing "Mount all" / "Unmount all" operations.

Version 2025-01-12 (Version 2.0.4)

Re-release to include fixes found in libsftpman 2.0.3.

2025-01-08 (Version 2.0.3)

2025-01-07 (Version 2.0.2)

  • (Bugfix) Fix license information discrepancy (GPL v3 -> AGPLv3).

2025-01-07 (Version 2.0.1)

Re-release to include fixes found in libsftpman 2.0.1.

2025-01-07 (Version 2.0.0)

Initial release.

This application supersedes the sftman-gtk GUI frontend (which used to accompany the sftpman-python backend).

Since the sftpman backend was rewritten from Python to Rust (see sftpman-rs), a new GUI frontend was necessary and it's what you see here.

The version intentionally starts from 2.0.0, to clearly distinguish this from the old Python-based software (v1).

sftpman v2 (and its sftpman-iced GUI) are still mostly-backward compatible with the old Python-based sftpman versions (v1) with the following exceptions:

  • You can now use custom local mount endpoints for filesystems, instead of just the default /mnt/sshfs/{id} directory.

  • Some CLI commands for sftpman have different names (sftpman setup being replaced by sftpman create and sftpman update)

  • Installing sftpman-iced no longer automatically installs the sftpman CLI tool. If you need it, consider installing it separately.