Skip to content

Releases: allanrbo/filesremote

1.13

02 Feb 08:21
Compare
Choose a tag to compare

Support for opening videos in a configurable video player, and images in a configurable image viewer. Thanks to @JJBT for this feature!

1.12

23 Jun 04:30
Compare
Choose a tag to compare

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

19 Oct 01:30
Compare
Choose a tag to compare

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

12 Aug 04:29
Compare
Choose a tag to compare

Fixes the "Invalid MAC received" on you would get on the Windows version when connecting to some servers (#10).

1.9

21 Jul 04:36
Compare
Choose a tag to compare
1.9

Added support for Host * in .ssh/config files.

1.8

21 Jul 03:54
Compare
Choose a tag to compare
1.8

Adds support for .ssh/id_ed25519 files. Thanks to @Himura2la for the PR #9.

1.7

31 Mar 06:52
Compare
Choose a tag to compare
1.7
  • Fixed MacOS bug: Move window to default location if previous location is now off screen (fixes issue #7)

1.6

30 Sep 05:17
Compare
Choose a tag to compare
1.6

IPv6 support.

1.5

03 Sep 07:11
Compare
Choose a tag to compare
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

02 Sep 21:35
Compare
Choose a tag to compare
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).