π 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