2025-04-04 22:17:31 by pin | Files touched by this commit (1) |
Log message:
net/termscp: reset maintainer
|
2025-04-02 13:04:00 by pin | Files touched by this commit (1) |
Log message:
net/termscp: not for i386
|
2025-03-27 11:06:48 by pin | Files touched by this commit (1) |  |
Log message:
net/termscp: add note on MSRV required for update
|
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 (2297) |
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
|