Fixed transfer interruption: it was not possible to abort a transfer if the size of the file was less than 65k

This commit is contained in:
veeso
2021-07-13 16:43:27 +02:00
parent 421969c3da
commit 80c67c8aa8
2 changed files with 21 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ Released on FIXME: ??
- Bugfix:
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
- Fixed save bookmark dialog: you could switch out from dialog with `<TAB>`
- Fixed transfer interruption: it was not possible to abort a transfer if the size of the file was less than 65k
- Dependencies:
- Added `argh 0.1.5`
- Added `open 1.7.0`