Skip to content

v25.7.1

Choose a tag to compare

@pycook pycook released this 22 Jul 13:06
· 75 commits to main since this release

πŸš€ Release v25.7.1 (2025-07-22)

✨ New Features

Backend

  • Command Interception & Time Templates
    • Added support for command interception templates and flexible time templates.
  • Authorization Management V2
    • Upgraded authorization module with automatic migration from V1 to V2.
    • Six configurable permissions under authorization:
      Connect | Share | Upload | Download | Copy | Paste.

Frontend

Global Updates

  • All credential input fields now enforce password-type masking.

Workspace

  • Added temporary asset sharing via right-side menu.

Resource Control (Renamed from "Asset Management")

  • New sub-pages under unified control:
    • Authorization Rules: Centralized control for resource/assets/accounts.
    • Command Interception: Manage allowed/blocked commands via templates.
    • Access Periods: Configure time-based access with multi-timezone support.

System Settings

  • Renamed Terminal Control β†’ Authorization Control with global default
  • Migrated command interception to Resource Control section.

πŸ“₯ Installation & Upgrade

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