π Release v25.5.1 (2025-05-17)
β¨ New Features
Backend
- Protocol Support: Added
Telnet
, Redis
, MySQL
, PostgreSQL
, MongoDB
.
- Core Improvements:
- Major code refactoring for stability.
- New Quick Commands module.
- Personal Preferences for user-specific settings.
- Configurable recording file paths.
- Container image now supports
linux/arm64
.
UI
- Dashboard: Optimized chart styles.
- Terminal:
- Redesigned UI + new menus: Fullscreen, Quick Commands, Display/Theme Settings.
- RDP/VNC:
- Added Fullscreen and Clipboard Management (text copy/paste support).
- System Settings: Unified module for:
- Public keys, Quick Commands, Terminal controls, Command interception.
π Bug Fixes
Backend
- Fixed idle session timeout issues.
UI
- Fixed RDP/VNC session count not refreshing after connection.
- Fixed Terminal text rendering with excessive content.
π Migrations
- Moved "My Public Key" and "Security Settings" to System Settings.
π₯ Installation
git clone https://github.com/veops/oneterm.git
cd oneterm/deploy
docker compose up -d # Supports linux/amd64 and arm64
π Upgrade
cd oneterm # Navigate to your existing installation
git pull # Pull latest changes
cd deploy
docker compose down && docker compose up -d # Rebuild containers