8000 Release v25.5.1 Β· veops/oneterm Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v25.5.1

Latest
Compare
Choose a tag to compare
@pycook pycook released this 17 May 13:36
· 3 commits to main since this release

πŸš€ 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
0