π 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