Skip to content

v5.1.0

Choose a tag to compare

@zhaojh329 zhaojh329 released this 10 Jul 03:06
· 79 commits to master since this release

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 /counts API: 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

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 info to success for copy, paste, and file operation instructions

Full Changelog: v5.0.0...v5.1.0