2024-11-13 14:34:38 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.16.1
Released on 12/11/2024
Just fixed this: e45c3d5
fix: gg rust 1.82 for introducing a nice breaking change in config which \
was not mentioned in changelog
|
2024-10-15 05:38:40 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.16.0
Released on 14/10/2024
- Multi Host support:
- Now it is possible to work on two different remotes remote A -> remote \
B instead of just localhost -> remote
- Cli arguments now accept an additional remote-args for the left panel.
- For more details read this issue #285.
- Change between auth forms with <BACKTAB>
- Bookmarks are automatically loaded into the last auth form.
- Issue 289: Use uzers instead of the dead package users which has several \
vulnerabilities
- Issue 290: Password prompt was broken
- Issue 298: tuirealm 2.x
- Fixed some performance issues where sometimes the app froze for a couple \
of seconds, thanks to this veeso/tui-realm#78.
- Issue 292: New version alert was not displayed due to a semver regex issue.
- Issue 291: Show .. directory before all the others in the explorer. If you \
click on it you'll go the parent directory (same as pressing <U>). No, you \
can't select it for transfers and it's actually been implemented in the worse \
way possible, because this little change would require a huge refactoring of the \
explorer component. I promise I will do it one day, but I dunno when.
- Logging: filter out messages not related to termscp or remotefs
|
2024-07-19 11:50:17 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.14.0
Released on 17/07/2024
- Issue 226: Use ssh-agent
- Issue 241: Jump to next entry after select
- Issue 242: Added Kube protocol support
- Issue 255: New keybindings Alt + A to deselect all files
- Issue 256: Filter files in current folder. You can now filter files by \
pressing /. Both wildmatch and regex are accepted to filter files.
- Issue 257: CLI remote args cannot handle '@' in the username
|
2024-03-02 22:00:45 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.13.0
Released on 03/03/2024
Added CLI subcommands
- Changed -t to theme
- Changed -u to update
- Changed -c to config
Introduced support for WebDAV
- It is now possible also to connect directly to WebDAV server with the
syntax http(s)://username:password@google.com
Bugfix:
- Issue 232: AWS S3 wasn't working anymore due to rust-s3 outdate
Dependencies:
- Added remotefs-webdav 0.1.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-06 12:37:01 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.12.3
0.12.3 - Released on 06/10/2023
- Dropped ratatui support, reverted to tui-realm 1.8
|
2023-10-03 08:36:40 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.12.2
0.12.2 - Released on 01/10/2023
- Issue 205: Allow windows build without SMB support
- Issue 215: termscp not respecting port in SSH config. The port specified
for the host in the SSH configuration wasn't evaluated.
- Issue 213: termscp panicks if the terminal window is too small
|
2023-07-08 22:16:41 by pin | Files touched by this commit (5) | |
Log message:
net/termscp: update to 0.12.1
0.12.1 - Released on 06/07/2023
- Issue 169: Local working directory can now be specified in connection form
and be saved into bookmarks.
- Issue 188: The breadcrumbs path is not fallbacked after a failed enter into
the directory
- SMB support is now a feature (you can build rust without default features to
disable smb).
- If SSH connection timeout is 0, the connection won't timeout.
0.12.0 - Released on 16/05/2023
- Change file permissions: you can now change file permissions easily with the
permissions popup pressing Z in the explorer.
- Issue 172
- SMB protocol: Support for SMB protocol has been added thanks to the
remotefs-smb library and the pavao project. You may notice that the
interface is quiet different between Windows and Linux/MacOs/BSD due to the
fact that SMB is natively supported on Windows systems.
- Issue 182
- Issue 153: show a loading message when loading directory's content
- Issue 176: debug log is now written to CACHE_DIR
- Issue 173: allow unknown fields in ssh2 configuration file
- Issue 175: don't prompt for password if a ssh key is set for that host
- Fixed an issue that didn't use the User specified in ssh2-config
|
2023-05-24 14:19:01 by pin | Files touched by this commit (1) |
Log message:
net/termscp: reset maintainer
|
2023-04-19 22:42:52 by pin | Files touched by this commit (3) | |
Log message:
net/termscp: update to 0.11.3
- Issue 166: fixed SCP relative paths on Windows
|