Skip to content

v25.8.2

Choose a tag to compare

@pycook pycook released this 12 Aug 12:59
· 34 commits to main since this release

πŸš€ Release v25.8.2 (2025-08-12)

✨ New Features

Backend

  • Account Management Enhancement
    • Added GetAccountCredentials2 API endpoint for simplified credential access

SSH Terminal Interface

  • Complete SSH Service Rewrite
    • New Interactive Table View for asset and session management:
      • Modern bubbletea-based table component with full keyboard navigation
      • Advanced filtering capabilities with real-time search
    • Enhanced Session Management
      • New recent command to view recent sessions with last login timestamps
      • Session limit optimized to 20 most recent entries
    • Improved Visual Design
      • Protocol-specific icons and color coding for better asset identification
      • Better suggestion system with protocol-aware autocomplete

πŸ› Bug Fixes

SSH Service

  • Resolved connection hanging issues after telnet session exit

πŸ“₯ Installation & Upgrade

cd oneterm
git pull origin main
cd deploy
docker compose down && docker compose up -d