

Linux/X11: Fixes copying from VirtualBox (#1565).

Previously, the app started silently in tray or minimized state.

Script functions networkGet() and networkPost() now wait for data to be fetched.

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". A tag can be marked as "locked" in configuration.This can be reverted to the old behavior using command copyq config row_index_from_one false. Item rows in main window and tray menu are now indexed from one instead of zero by default (#1085).System notification popups are now used instead of own implementation.Searching for "foo bar" will find items containing both "foo" and "bar" and the relative position of words no longer matter. Search now finds separate words if regular expressions are disabled (#1569).Newly added items in one instance will appear at the top of other instances. Synchronization plugin newly keeps order of new items consistent between multiple application instances (#1558).This can be changed with copyq config tray_menu_open_on_left_click true. OSX: Mouse click on tray icon is now handled similarly to other platforms.This can be changed with copyq config native_menu_bar true. OSX: Broken native/global menu bar was replaced by default with application menu bar (#1444).Fix size of scrollable text area in item preview (#1472).Fix crash when exporting large amount of data (#1462).Improved performance of loading the icon font.New command line option "native_menu_bar" to disable native/global menu bar (copyq config native_menu_bar false).New command line options "filter_regular_expression" and "filter_case_insensitive" to change the item search behavior.New command line option "activate_item_with_single_click" to activate items with single click (copyq config activate_item_with_single_click true).New command line option "tray_menu_open_on_left_click" to check default mouse button behavior for tray icon (copyq config tray_menu_open_on_left_click true).to enable syntax highlighting in the preview). Display command are now also applied on item preview (e.g.Export now write data to a temporary file before saving.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).
