Skip to content

1.1.7

Compare
Choose a tag to compare
@Coding-Kiwi Coding-Kiwi released this 09 Sep 20:09
· 1 commit to master since this release
36edde8

Brand new command system which will receive even more functionality in future updates, a terminal performance upgrade, other small improvements and lots of bugfixes

⚙️ Changes

  • New command system for all them mouse-haters
    • Configurable shortcut (F1 by default) to open the new actionbar
    • Type to search for a command
    • Open a new connection, launch a project, generate a password and paste it in the terminal, create a clip from the last history entry, quickly open a specific setting and more
    • Huge terminal write performance improvement - You no longer have to stare at a neverending waterfall of data for several minutes when extracting a tar file
  • Added more options to enable old cipher, server-hostkey, hmac and compress algorithms in case someone needs it
  • Updated the virtual shell matching algorithm to support more shells and paths with spaces
  • Updated scrollbar hover effect and fixed scrollbar color for legacy theme
  • Added time in the history entry hover tooltip
  • Moved the scroll to bottom button in the corner
  • Added a config option to change the amount of scrollback lines to keep in memory
  • Typing the 'clear' command now also clears the clientside terminal buffer

⚙️ Internal changes

  • Updated to electron 12
  • Implemented a new shortcut system
  • Moved from webfont icons to vue svg icons
  • Migrated more code from jquery to vue
  • Updated the history shell name and path matching (this might be buggy, please report any issues)

🪲 Bugfixes

  • Fixed the nano mouse support trigger
  • Fixed explorer not scrolling to fit an opened folder
  • Fixed detection of missing .bashrc and .profile
  • Fixed a bug where closing a tab would not switch the next tab
  • Fixed a bug where the editor status bar would get initialized multiple times
  • Improved error-handling when upgrading to sudo sftp did not work
  • Fixed the editor not being reset correctly
  • Fixed background ping check not working correctly
  • Fixed emojis not being displayed in the history
  • Fixed a bug where a closing ssh stream would not get detected correctly
  • Fixed clicking a history divider
  • Improved the 'edit' command, it now handles relative paths and gets added to the history
  • Fixed a bug in the project list modal where the form is not reset on closing the modal
  • Fixed a bug in sftp transfer when a folder is created
  • Fixed a bug where the sftp sudo would trigger an error each time