v5.1.0
Overview
This release focuses on improving user experience with enhanced clipboard operations
and providing better system monitoring capabilities through new API.
🚀 New Features
API Enhancements
- New
/countsAPI: Added a new API that returns the total count of connected devices across all device groups- API:
GET /counts - Response:
{"count": <total_number>} - Authentication: Requires proper authorization
- API:
UI/UX Improvements
- Direct clipboard paste functionality: Enhanced the terminal context menu with direct paste capability
- Users can now paste content directly from the right-click context menu
- Utilizes modern Clipboard API with proper browser permission handling
- Graceful fallback to keyboard shortcut instructions for unsupported browsers
- Supports both successful paste operations and permission-denied scenarios
🔧 Improvements
Message System Enhancements
- Improved user feedback: Updated clipboard operation messages for better user experience
- Changed copy message from "Already copied to clipboard" to "Copied to clipboard"
- Upgraded message types from
infotosuccessfor copy, paste, and file operation instructions
Full Changelog: v5.0.0...v5.1.0