Skip to content

Releases: uhlix-net/star-term

0.3.0

Choose a tag to compare

@uhlix uhlix released this 19 Jul 02:00
401d596

Version 0.3.0

  • RDP sessions embedded in main window tab via Win32 window embedding
  • Right-click copy/paste with mouse drag selection in terminal
  • SSH and RDP session type icons in the session sidebar
  • Check for updates on startup (configurable in Preferences → Updates)

0.3.1

Choose a tag to compare

@uhlix uhlix released this 19 Jul 12:48
14c2d0b

Version 0.3.1

  • Collapsible session sidebar, with a toggle button in the main toolbar
  • Session folders can now be removed (right-click menu or the Remove button), even with sessions still inside
  • Close Session now disconnects RDP sessions, not just SSH

0.2.0

Choose a tag to compare

@uhlix uhlix released this 18 Jul 10:52
4b1989a

Version 0.2.0 - C++ Edition

  • Complete C++ Qt6 port of the Python/PySide6 Star Term application
  • VT100 terminal emulation using a custom C++ parser (replaces pyte)
  • SSH connectivity via libssh2 (replaces paramiko)
  • Ed25519 offline license verification via OpenSSL (replaces cryptography)
  • Same feature set as Python edition:
    • Tabbed multi-session support with Multi-Exec grid view
    • Session sidebar with folder grouping and persistent storage
    • SFTP remote file browser with drag-and-drop upload/download
    • Macros panel for saved command sequences
    • Scrollback buffer (2000 lines) with Shift+PageUp/Down
    • Dark/Light themes, configurable font and cursor style
    • Export/import sessions (JSON)
    • 30-day trial with offline perpetual license key activation
    • NSIS Windows installer