Releases: trizen/menutray
Releases · trizen/menutray
Version 0.54
Version 0.53
- Set the monitor number for point
(x,y)
whenpopup_at_cursor
is 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_keys
andtooltip_keys
config 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_title
andmenutray_tooltip
config options. (8230aa1) (by @andrei-a-papou) - Added the
Regenerate
andQuit
entries 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_cat
has been renamed tobeg
andend_cat
has been renamed toend
. - The
tree
andraw
schema keys have been removed, as they were too hard to use anyway. The same functionality can be achieved using thebeg
andend
keys.
Version 0.48
Version 0.47
- Absolute paths are now used for the
config.pl
,schema.pl
andmenu.pl
files 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)