v1.9.0 #437

Merged
LukeGus merged 33 commits from dev-1.9.0 into main 2025-11-17 15:46:05 +00:00
LukeGus commented 2025-11-17 15:45:52 +00:00 (Migrated from github.com)

Added command history, revamped SSH tools UI, and includes many general QOL/bug fixes

Update Log:

  • Moved all SSH tools into a dedicated sidebar
  • Added Command History feature inside the SSH tool sidebar to view/run previous commands more easily
    • Use tab in a terminal to autofill command history based on what you're typing (can be disabled in User Profile)
  • Revamped the split screen into the new SSH tool sidebar for more fine-grained control over Terminal location
    • Allow terminals to be closed while split-screening
  • Added command palette (double-tap left shift)
    • View recent activity, hosts, and quick actions with a key bind
  • Link OIDC account to a password account
  • Jump host/bastion host support (chain multiple hosts)
  • Toggle to override username on a credential-based host
  • New SSH Login Statistics widget
  • Added quick actions system
    • Create custom buttons that execute an SSH snippet viewable from the server stats page
  • Start a SSH connection or see the status on a host from the host manager
  • Color-coded files/folders inside the file manager (can be disabled in User Profile)
  • Visible ID for hosts/snippets/credentials inside the host manager
  • Change folder icon/color
  • Improved the login page and added a login animation while the hosts are initializing
  • Improved support for Warpgate
  • Delete all hosts in a folder
  • Improved UI for the database tab of admin settings
  • Customize file permissions in the file manager
  • Copy file/folder path in file manager
  • Compress/decompress zipped folders in the file manager
  • Login attempt rate limiting (resets after reboot)
  • Save file manager file sorting type to localStorage
  • Limited max tab size
  • Improved UI for deploying SSH credentials
  • Improved form validation by automatically sending the user to the tab with an invalid form entry
  • Added reordering and folder/customization system to snippets

Bug Fixes:

  • Server stats reporting red status after adding a new host
  • Docker pull unexpected EOF
  • Users get logged out after the actual 7 days for web and a month for desktop/mobile instead of the previous accidental 6 hours
  • Database encryption errors after updating
  • Hosts not loading on some devices
  • Electron displays a white flashing screen after logging in, then restarting
  • Credential deploy error
  • Quick actions in the homepage are not overwriting the current host manager tab
  • Terminal display issues
  • Accept header for OIDC callback request
  • Electron localStorage not saving for right-click copy/paste
  • Unable to delete hosts/users
  • Metrics not taking up full space
  • Mobile apps not displaying hosts until logging out
  • Base 64 encoded hosts are not getting decoded
  • Improved SSH timeouts
  • Fixed JSON import system
  • Fixed SSH credential deployment error
Added command history, revamped SSH tools UI, and includes many general QOL/bug fixes Update Log: - Moved all SSH tools into a dedicated sidebar - Added Command History feature inside the SSH tool sidebar to view/run previous commands more easily - Use tab in a terminal to autofill command history based on what you're typing (can be disabled in User Profile) - Revamped the split screen into the new SSH tool sidebar for more fine-grained control over Terminal location - Allow terminals to be closed while split-screening - Added command palette (double-tap left shift) - View recent activity, hosts, and quick actions with a key bind - Link OIDC account to a password account - Jump host/bastion host support (chain multiple hosts) - Toggle to override username on a credential-based host - New SSH Login Statistics widget - Added quick actions system - Create custom buttons that execute an SSH snippet viewable from the server stats page - Start a SSH connection or see the status on a host from the host manager - Color-coded files/folders inside the file manager (can be disabled in User Profile) - Visible ID for hosts/snippets/credentials inside the host manager - Change folder icon/color - Improved the login page and added a login animation while the hosts are initializing - Improved support for Warpgate - Delete all hosts in a folder - Improved UI for the database tab of admin settings - Customize file permissions in the file manager - Copy file/folder path in file manager - Compress/decompress zipped folders in the file manager - Login attempt rate limiting (resets after reboot) - Save file manager file sorting type to localStorage - Limited max tab size - Improved UI for deploying SSH credentials - Improved form validation by automatically sending the user to the tab with an invalid form entry - Added reordering and folder/customization system to snippets Bug Fixes: - Server stats reporting red status after adding a new host - Docker pull unexpected EOF - Users get logged out after the actual 7 days for web and a month for desktop/mobile instead of the previous accidental 6 hours - Database encryption errors after updating - Hosts not loading on some devices - Electron displays a white flashing screen after logging in, then restarting - Credential deploy error - Quick actions in the homepage are not overwriting the current host manager tab - Terminal display issues - Accept header for OIDC callback request - Electron localStorage not saving for right-click copy/paste - Unable to delete hosts/users - Metrics not taking up full space - Mobile apps not displaying hosts until logging out - Base 64 encoded hosts are not getting decoded - Improved SSH timeouts - Fixed JSON import system - Fixed SSH credential deployment error
Sign in to join this conversation.