launch: Allow creating desktop panels

Now users can use mappings or remote control to popup new desktop panels
on Wayland in addition to new desktop windows.

Fixes #8549
This commit is contained in:
Kovid Goyal
2025-04-21 14:55:16 +05:30
parent a8693e45ef
commit 3ce734ce9c
5 changed files with 54 additions and 10 deletions

View File

@@ -97,6 +97,8 @@ Detailed list of changes
0.42.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- launch: Allow creating desktop panels such as those created by the :doc:`panel kitten </kittens/panel>` (:iss:`8459`)
- Allow configuring the mouse unhide behavior when using :opt:`mouse_hide_wait` (:pull:`8508`)
- diff kitten: Add half page and full page scroll vim-like bindings (:pull:`8514`)
@@ -109,6 +111,7 @@ Detailed list of changes
- panel kitten: Allow specifying panel size in pixels in addition to cells
0.41.1 [2025-04-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~