Releases: allanrbo/filesremote
Releases · allanrbo/filesremote
1.13
Support for opening videos in a configurable video player, and images in a configurable image viewer. Thanks to @JJBT for this feature!
1.12
Bug fix: The Libssh2 library built into the previous version had cipher incompatibility issues with the default openssh-server in Debian 12, causing agent based authentication to not work in some instances. This version has an updated OpenSSL 3.1.1 and Libssh2 1.11.0 built in.
1.11
macOS: Added an easy way to open a new instance to connect to multiple servers: a "Connections" menu with a "Start another instances" option. Shortcut key: cmd+i . Fixes #11 .
1.10
Fixes the "Invalid MAC received" on you would get on the Windows version when connecting to some servers (#10).
1.9
Added support for Host *
in .ssh/config
files.
1.8
Adds support for .ssh/id_ed25519
files. Thanks to @Himura2la for the PR #9.
1.7
- Fixed MacOS bug: Move window to default location if previous location is now off screen (fixes issue #7)
1.5
- Align use of
.ssh/config
better with what the openssh client does: If the given hostname matches a Host
line in .ssh/config
, then use HostName
, Port
, User
, IdentityFile
from there.
1.4
- Show file upload/download progress in status area.
- Improved upload/download performance by increasing file read/write buffer sizes.
- Added a
--password
command line arg (#3).
- Added an
--identity-file
command line arg to pass in a openssh private key for public key auth (#1).
- Added functionality to parse the current user's
.ssh/config
file and use the relevant IdentityFile
configured there if any (#1).