Fixed progress bar not visible when editing remote files; moved edit and tricky_copy to actions; added new function recv/send one

This commit is contained in:
veeso
2021-06-12 14:36:01 +02:00
parent 529ac2f778
commit 74482d6e2c
4 changed files with 319 additions and 254 deletions

View File

@@ -24,7 +24,8 @@ Released on FIXME: ??
- Bugfix:
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
- Help panels as `ScrollTable` to allow displaying entire content on small screens
- Fixed [Issue 39](https://github.com/veeso/termscp/issues/39): Help panels as `ScrollTable` to allow displaying entire content on small screens
- Fixed [Issue 37](https://github.com/veeso/termscp/issues/37): progress bar not visible when editing remote files
- Dependencies:
- Updated `textwrap` to `0.14.0`
- Updated `tui-realm` to `0.4.2`