# 2025-01-08 (Version 2.0.3) - (**Feature**) Added [German](https://github.com/spantaleev/sftpman-iced-rs/pull/1) translation, thanks to [annemarietannengrund](https://github.com/annemarietannengrund) - (**Feature**) Added [Russian](https://github.com/spantaleev/sftpman-iced-rs/pull/2) translation, thanks to [aine-etke](https://github.com/aine-etke) # 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](https://github.com/spantaleev/sftpman-rs/blob/69d6a0474c310d395ba698f377eef5dd75f5807d/CHANGELOG.md#2025-01-07-version-201). # 2025-01-07 (Version 2.0.0) Initial release. This application supersedes the [sftman-gtk](https://github.com/spantaleev/sftpman-gtk) GUI frontend (which used to accompany the [sftpman-python](https://github.com/spantaleev/sftpman-python) backend). Since the `sftpman` backend was rewritten from Python to [Rust](https://www.rust-lang.org/) (see [sftpman-rs](https://github.com/spantaleev/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.