
macOS: Fix version information (#1552).Linux/X11: Fixes copying from VirtualBox (#1565).Previously, the app started silently in tray or minimized state. Linux: Selecting the app icon in the desktop environment using the installed entry in the application menu or launcher, shows main window immediately.Windows: Builds are now 64bit (built by Visual Studio tools).Wayland support, notably clipboard access and window size restoring.New script function styles() to list possible application styles and option style to override the default or current style.Property NetworkReply.finished can be used to retrieved completion status of a request. New script functions networkGetAsync() and networkPostAsync() can be used to make asynchronous network request. Script functions networkGet() and networkPost() now wait for data to be fetched. Fixes for NetworkReply objects to properly fetch data when needed (#1603).Script function setPointerPosition() throws an error if it fails to set the mouse pointer position.Accessing a missing plugin from script throws an human-readable error and show an popup if uncaught (for example, "emtags" could throw "Plugin itemtags is not installed").For example, copyq -start-server show would show main window even if the app was not started yet. Argument -start-server to both starts the app if not yet running and runs a command (#1590).This adds some new functionality, better ECMAScript support, improved performance and would allow Qt 6 support in the future. FakeVim: Auto-indents when adding new lines.Format "text/plain charset=utf-8" is now preferred to "text/plain".script_paste_delay_ms - delay after paste(), default is 250ms (#1577).New advanced options allow to set intervals and wait times for copying, pasting and window focus:.This is regular expression matching window titles.
#COPYQ TUTORIAL WINDOWS#
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).Simple HTTP rendering is still supported by Text plugin. Web plugin has been completely dropped (unmaintained with performance and possible security problems).Note: Focusing combo boxes is not supported on macOS. History combo box is focused when Action dialog opens to easily recall recent commands.Command line completion for bash (#1460).Items with such tags cannot be removed until the tag is removed or "unlocked".



New focusPrevious() script function to activate window that was focused before the main window.Newly, if a global shortcut is triggered when the main window is active, the command will be executed with item selection and item data available (#1435).
