11.0.0
Added
-
Adds support for dark/light window title scheme.
-
New
frameless_windowoption (#2570) toggles the main window frame and title bar (if supported by the window manager):copyq toggleConfig frameless_window -
Adds support for localizing command names in the command INI files (#3032):
[Command] Name = ... Name_cs = ... Name_fr = ... Name_pt_BR = ... Name_pt = ... -
Adds support for showing preview for more image formats (namely ico and webp).
-
Adds support for more complex network requests in scripts. New
NetworkRequestclass can be used to set custom headers, HTTP method, number of allowed redirects and timeout.
Changed
-
Avoids hiding the main window on backspace (#3107).
-
Enables Vi/Emacs navigation (#3012) in menus, and
Ctrl+[in Vi andCtrl+Gin Emacs to work in many other places asEsckey (for example, to hide menus, dialogs). Users can override shortcuts, but not some reserved ones in specific cases (mainly, if the item list or a menu has focus).