12.0.0
Added
-
Wayland: Global shortcuts are now registered using Portal if available.
-
Black theme (#3142). Thanks to @FadeMind.
-
Adds attributes for controlling the dialog window created via
dialog()(#2947):.onTopmakes the dialog stay on top of other windows,.modalmakes the dialog modal (blocks interaction with other windows in the application until closed). -
Adds support showing icon font symbol in notes using
application/x-copyq-item-iconformat. -
Adds support for setting colors in theme files by name. For example:
edit_bg=white.
Changed
-
Temporary tabs that are not stored on disk will now not expire if configuration changes (#3172).
-
Pinned and locked items will not be dropped if tab size (maximum item count) changes (#3008).
-
The app now propagates exit code properly if it is aborted or receives a Unix signal (SIGINT, SIGTERM).
-
Support for Qt older than 5.15 has been dropped.