termscp/CHANGELOG.md

34 lines
829 B
Markdown
Raw Normal View History

2020-12-06 15:07:52 +01:00
# Changelog
- [Changelog](#changelog)
2020-12-09 16:17:11 +01:00
- [0.1.1](#011)
2020-12-06 15:07:52 +01:00
- [0.1.0](#010)
---
2020-12-09 16:17:11 +01:00
## 0.1.1
2020-12-10 12:38:09 +01:00
Released on 10/12/2020
2020-12-09 16:17:11 +01:00
- 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`
2020-12-10 11:51:49 +01:00
- Fixed FTP get, which didn't finalize the reader
2020-12-10 10:41:13 +01:00
- dependencies:
- updated `textwrap` to `0.13.0`
2020-12-10 11:51:49 +01:00
- updated `ftp4` to `4.0.1`
2020-12-09 16:17:11 +01:00
2020-12-06 15:07:52 +01:00
## 0.1.0
Released on 06/12/2020
- First release