CopyQ 歷史版本列表
CopyQ 是 Windows 的高級剪貼板軟件。它允許您保存超過默認的一個項目到剪貼板,這是 Windows 的限制。每次復製或剪切,都會保存到 CopyQ 展開的剪貼板中,文件和文本都可以保存。從這一點開始,您可以簡單地管理剪貼板中的項目,粘貼,刪除和分組。 CopyQ 免費下載 Windows PC 的最新版本。它是完全離線安裝程序的安裝程序 CopyQ.Items 可以是: 使用內部編輯器... CopyQ 軟體介紹更新時間:2021-08-16
更新細節:
What's new in this version:
- Added fake DS4 FrameCounter field for DualSense, Switch Pro and JoyCon devices
- Increased default Idle Disconnect time to 15 min
- Disabled DS4 controller emulation support. Can't have nice things
- Only perform output slot lookup in virtual device plugin routine when emulating a controller
- Check for device removal status before adding device to main view list. Fixes initial Switch Pro disconnect on hotplug when controller battery is dead
更新時間:2021-08-09
更新細節:
What's new in this version:
- Changed mapper to copy timestamp data from original input state object. Used for DS4 Gyro Passthru
更新時間:2021-08-08
更新細節:
What's new in this version:
- Changed ControllerListViewModel locking strategy for non-Sony DS4s that might fail the initial handshake
- Removed OnlyInputData0x01 hack for fake DS4 controllers (fake DS4 using Sony VID+PID combo)
- No longer provide support for knockoff fake DS4 controllers
- Changed Lightbar TabItem in Profile Editor to use embedded TabControl
- Added warning text for Lightbar Passthru mode stating the old feature is currently disabled
- Fixed combo box cutoff in Dark theme
- Updated Brazilian Portuguese translation pack
更新時間:2021-08-04
更新細節:
What's new in this version:
- Updated FakerInputWrapper libraries for F13 - F24 key support
- Added F13 to F24 keys for FakerInput mapping
- Decreased button wheel delta. Increased button wheel sensitivity. Now uses 150 ms for time delta
- Updated FakerInputWrapper libraries. Fixes array bounds check for KeyboardReport
- Fixes for Stick Outer Btn bindings
- Added ManagementException catch for initial connection. Apparently it can be thrown in that call.
- Expanded max output limits for LS and RS
- Re-design dark theme and use theme colors in AutoProfiles
- Changed DualSense trigger Full Click resistance depending on profile settings
- Changes to better handle connection failure for Switch Pro and JoyCon devices
更新時間:2021-07-02
更新細節:
What's new in this version:
Fixed:
- Humble import fails in some cases
- Amazon integration doesn't import all games
更新時間:2021-04-24
更新細節:
What's new in this version:
- Old notification system can now be used instead of native/system notifications. This can be disabled in Notifications tab in Preferences.
- Additional configuration file for notifications will not be created automatically.
- In scripting, console object can be used for logging, measuring elapsed time and asserting conditions
- plugins.itempinned.mimePinned contains item data format for pinned items (item is pinned if it contains the format)
- Command completion menu contains more complete list of script objects/function and better description
- Action dialog command, action() and commands (if "Content"/filter regular expression is unset) now do not replace %2 through %9. This allows passing URLs without requiring to escape encoded characters like %20 or %3A.
- Syntax highlighting for hexadecimal and boolean values in the command editor.
- Fix moving the main window to different display/screen.
- Windows: Native notifications are disabled on Windows 7. This fixes crash because of unsupported features.
- Windows: Fixed crash when loading some themes.
- Wayland: Restores last stored geometry for a window (since getting current screen does not work).
- MinGW Windows builds are available again (without native notification support).
更新時間:2021-04-24
更新細節:
What's new in this version:
- Settings, Tracking, Away time tracking with volume control now checks all devices and microphone for any activity
- Bug fixes in Jira and Office 365 plugins
更新時間:2021-04-12
更新細節:
What's new in this version:
Features:
- Synchronization plugin newly keeps order of new items consistent between multiple application instances. Newly added items in one instance will appear at the top of other instances.
- Search now finds separate words if regular expressions are disabled
- Searching for "foo bar" will find items containing both "foo" and "bar" and the relative position of words no longer matter
- System notification popups are now used instead of own implementation
- Item rows in main window and tray menu are now indexed from one instead of zero by default. This can be reverted to the old behavior using command copyq config row_index_from_one false.
- A tag can be marked as "locked" in configuration. Items with such tags cannot be removed until the tag is removed or "unlocked".
- Command line completion for bash
- History combo box is focused when Action dialog opens to easily recall recent commands. Note: Focusing combo boxes is not supported on macOS.
- Web plugin has been completely dropped (unmaintained with performance and possible security problems). Simple HTTP rendering is still supported by Text plugin.
- Advanced option window_paste_with_ctrl_v_regex to change default paste shortcut Shift+Insert to Ctrl+V for specific windows (only on Windows and Linux/X11). This is regular expression matching window titles.
New advanced options allow to set intervals and wait times for copying,
pasting and window focus:
- script_paste_delay_ms - delay after paste(), default is 250ms (#1577)
- window_wait_before_raise_ms
- window_wait_raised_ms
- window_wait_after_raised_ms
- window_key_press_time_ms
- window_wait_for_modifiers_released_ms
- Format "text/plain;charset=utf-8" is now preferred to "text/plain"
- FakeVim: Auto-indents when adding new lines
Scripting:
- New scripting engine. This adds some new functionality, better ECMAScript support, improved performance and would allow Qt 6 support in the future
- Argument --start-server to both starts the app if not yet running and runs a command. For example, copyq --start-server show would show main window even if the app was not started yet.
- Accessing a missing plugin from script throws an human-readable error and show an popup if uncaught (for example, "plugins.itemtags" could throw
- "Plugin itemtags is not installed")
- Script function setPointerPosition() throws an error if it fails to set the mouse pointer position
- Fixes for NetworkReply objects to properly fetch data when needed
- Script functions networkGet() and networkPost() now wait for data to be fetched. New script functions networkGetAsync() and networkPostAsync() can be used to make asynchronous network request. Property NetworkReply.finished can be used to retrieved completion status of a request.
- New script function styles() to list possible application styles and option style to override the default or current style
Platforms:
- Wayland support, notably clipboard access and window size restoring
- Windows: Builds are now 64bit (built by Visual Studio tools)
- Linux: Selecting the app icon in the desktop environment using the installed entry in the application menu or launcher, shows main window immediately
- Previously, the app started silently in tray or minimized state
- Linux/X11: Fixes copying from VirtualBox
- macOS: Fix version information
User Interface:
- The default theme is kept consistent with system theme. This also allows to use new special placeholders like default_bg and default_text in custom style sheet files.
- Command dialog always shows the command type at top
- Updated icons (Font Awesome 5.15.3)
- FakeVim: Command line not supports better text interaction (select, copy, cut, paste)
Fixed:
- Fix crashed with some custom system themes
- Fix importing old saved tabs/configuration
- Fix trailing spaces in copied commands
- Fix filtering shortcuts in preferences
- Fixes for window geometry restoring
- Tray menu items are updated only just before the menu is shown.
- Avoid storing "text/richtext" by default since displaying of this format is not supported
- Better performance when updating synchronized items
- Various appearance and theme fixes
Various:
- Code base now follows C++17 standard
- GitHub Actions now continuously build and test for Linux and macOS, and
provide development builds for macOS
更新時間:2021-04-12
更新細節:
更新時間:2021-04-12
更新細節: