Moved file transfer protocol input on top; port will now be set to default for current protocol on change

This commit is contained in:
veeso
2021-05-05 22:05:46 +02:00
parent dcec804681
commit 4f1e505a7a
5 changed files with 184 additions and 90 deletions

View File

@@ -30,6 +30,9 @@ Released on FIXME: ??
- Enhancements
- Added a status bar in the file explorer showing whether the sync browser is enabled and which file sorting mode is selected
- Removed the goold old figlet title
- Protocol input as first field in UI
- Port is now updated to standard for selected protocol
- when you change the protocol in the authentication form and the current port is standard (`< 1024`), the port will be automatically changed to default value for the selected protocol (e.g. current port: `123`, protocol is changes to `FTP`, port becomes `21`)
- Bugfix:
- Fixed wrong text wrap in log box
- Fixed error message not being shown after an upload failure