Skip to content

Releases: 5cript/nui-sftp

v0.9.0 Synchronization & Opitimization

16 Apr 16:42

Choose a tag to compare

File Grid

  • Added pagination to file grid when large amounts of items are in a directory
  • Improved performance in the file grid by a large amount.
  • Reduced list files payload size to improve performance.
  • Added loading indicator when listing files takes longer.
  • Improved drag and drop performance drastically.
  • Fixed bug where navigating into a local directory didnt reset the navigation on failure.

Operations & Queue

  • Made several individual files collapse into bulk operation instead of individual file downloads to improve UI performance
  • Added pagination to operation queue to stop the operation queue from slowing down the application if the user choses not to auto clear.

Sync

  • Added sync screen to sync a directory up, down or in both directions

General

  • Added more unit tests.
  • Many smaller changes.
  • Some utf improvements for windows, I expect more work to be needed.

v0.8.0

11 Apr 03:38

Choose a tag to compare

What's Changed

  • Rename / Clone Session by @5cript in #95
  • Rename Session, Fixed Local Shell on Linux and more by @5cript in #96
  • Single Side Explorer & Local Session Fixes by @5cript in #101
  • Places Panel for File Grid by @5cript in #103

Full Changelog: v0.7.1...v0.8.0

v0.7.1 Fixed Flatpak Dialogs

07 Apr 22:02

Choose a tag to compare

What's Changed

v0.7.0 Open & Monitor Update

07 Apr 15:30

Choose a tag to compare

Open and monitor files and directories.

v0.6.1 Improved asset finding

03 Apr 17:54

Choose a tag to compare

What's Changed

  • Feat/asset finder improvements by @5cript in #87

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Many Bugfixes and Improvements

03 Apr 01:16

Choose a tag to compare

What's Changed

  • Split language file into each language
  • Improved loading of files through custom scheme / asset finding and loading
  • Created tool to check language files completeness
  • Made file explorer columns resizeable, auto resize on container resize and spread column to available size on button press
  • Added the program icon to the toolbar
  • Closing a single PTY channel no longer closes the entire connection.
  • Closing a single PTY channel now closes the terminal tab.
  • Fixed issue in saving the terminal contents on connection loss.
  • Operation queue auto remove text no longer looks disabled.
  • Bright / Dark mode button no longer shows question mark on system mode setting, but finds out what the system mode is and shows the opposite to switch to.
  • "Scan could not be applied to transfer" console message fixed.
  • Progress bar no longer animates on 100%

v0.5.0 Operation Queue and File Grid Polish

31 Mar 21:15

Choose a tag to compare

What changed?

  • #50 & #49 Improved operation progress bar visibility and fixed several overflow and twitching issues.
  • #45 Added load for custom themes on box click.
  • #48 Ctrl + A selected "..", which would lead to problems on transfers.
  • #47 End/Home buttons for selection in file grid now work.
  • #46 Some Confirm Dialog instances can now be "ignored" until reactivated via settings.

Known issues

  • Language keys are missing. This will be fixed later with together with the language file split and a tool to match ui language references with the yaml file and find missing keys.

v0.4.0 Several Fixes and Proper Terminal Modes

30 Mar 22:29

Choose a tag to compare

What changed

  • #43 Path box suggestion sorting and fuzzing
  • #42 Hide dot files
  • #41 Path box should now enter on enter press
  • #40 Fixed terminal encoding issues. Also implemented termios settings
  • #37 & #38 Improved password input box
  • #36 Symlinks that are directories are can now be entered

v0.3.1 Select popup position fix

26 Mar 00:30

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Theme Support

25 Mar 22:38

Choose a tag to compare

Dark/Light and full custom theming.