mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
1.1 KiB
1.1 KiB
Changelog
0.1.2
Released on ??
- General performance and code improvements
- Improved symlinks management
- Keybindings:
E: Delete file (Same asDEL); added because some keyboards don't haveDEL(hey, that's my MacBook Air's keyboard!)
0.1.1
Released on 10/12/2020
- enhancements:
- password prompt: ask before performing terminal clear
- file explorer:
- file names are now sorted ignoring capital letters
- file names longer than 23, are now cut to 20 and followed by
... - paths which exceed tab size in explorer are elided with the following formato
ANCESTOR[1]/.../PARENT/DIRNAME
- keybindings:
I: show info about selected file or directory- Removed
CTRL; just use keys now.
- bugfix:
- prevent panic in set_progress, for progress values
> 100.0 or < 0.0 - Fixed FTP get, which didn't finalize the reader
- prevent panic in set_progress, for progress values
- dependencies:
- updated
textwrapto0.13.0 - updated
ftp4to4.0.1
- updated
0.1.0
Released on 06/12/2020
- First release