Added
Users can now customize shortcuts for the built-in editor (#708).
Users can now set default style sheet for HTML items to override for example
color for hyperlinks witha { color: lightblue }
(#1859). The new settings
can be found under Item configuration tab under Text sub-tab.
Changed
Window geometry (size and position) restoring is now simpler: The app sets
geometry only initially and when the current screen/monitor changes.The mouse cursor position indicates the current screen. In case the app
cannot inspect the mouse pointer position (for example on some Wayland
compositors), it is left up to the window manager to decide to move the
window to another screen.Users can still disable the automatic geometry by running the following
command (in Action dialog or terminal) and restarting the app:copyq config restore_geometry false
Fixed
Fixes moving items in synchronized tabs after activating them from the
context menu (#1897).Windows: Fixes tray icon tooltip (#1864).
Windows: External editor command now treats native path separators properly
(#1894, #1868).macOS: Fixes crash when pasting from the main window or menu (#1847).
macOS: Older versions of macOS (down to 10.15) are now supported again
(#1866).Wayland: Fixes using correct window title icon (#1910).
Wayland: Fixes retrieving UTF-8 encoded text from selection in environments
which supports it.Wayland: Fixes restoring window size without breaking window position (window
position cannot be set in most or all Wayland compositors).