Releases: trizen/menutray
Releases · trizen/menutray
Version 0.54
Version 0.53
- Set the monitor number for point
(x,y)whenpopup_at_cursoris enabled. (#11) (fbdffe8) - Suppressed the
Encode::encode_utf8()warning for undefined values returned by File::DesktopEntry. (#12)
Version 0.52
Version 0.51
- Added locale support, when File::DesktopEntry is installed. (8263c6c)
- Linux::DesktopFiles >= 0.25 is required.
- Removed the
name_keysandtooltip_keysconfig options. - Pop-up menu on signal
USR1. (4e9aa08) (by @andrei-a-papou) - Menu accelerators for keyboard-driven navigation. (ebd4458) (by @andrei-a-papou)
- Added the
menutray_titleandmenutray_tooltipconfig options. (8230aa1) (by @andrei-a-papou) - Added the
RegenerateandQuitentries on right-click on the status icon. (dbb96d8) - Various internal simplifications and optimizations.
Version 0.50
- Added support for arbitrary nested submenus. (001db68)
- The
begin_cathas been renamed tobegandend_cathas been renamed toend. - The
treeandrawschema keys have been removed, as they were too hard to use anyway. The same functionality can be achieved using thebegandendkeys.
Version 0.48
Version 0.47
- Absolute paths are now used for the
config.pl,schema.plandmenu.plfiles in the generated menu. (33acad8)
Verstion 0.46
- Added the following command-line options (04fb60a):
- -S : path to the schema.pl file
- -C : path to the config.pl file
- -o : path to the menu.pl file
- Updated the schema file.
Version 0.45
What's new:
- Support for changing the systray icon via
$CONFIG{menutray_icon}. (2b90c51)