Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: trizen/menutray

Version 0.54

22 Aug 21:23
0.54
e1185fd

Choose a tag to compare

  • Switched to Gtk3 by default. (e1185fd)

Version 0.53

07 Jun 12:48

Choose a tag to compare

  • Set the monitor number for point (x,y) when popup_at_cursor is enabled. (#11) (fbdffe8)
  • Suppressed the Encode::encode_utf8() warning for undefined values returned by File::DesktopEntry. (#12)

Version 0.52

08 Jan 10:02

Choose a tag to compare

  • Added the locale_support config-key (enabled by default). (dcc755f)
  • Added the popup_at_cursor config-option. (disabled by default) (#3) (b840f22)

Version 0.51

22 Oct 11:54

Choose a tag to compare

Version 0.50

23 Aug 14:08

Choose a tag to compare

  • Added support for arbitrary nested submenus. (001db68)
  • The begin_cat has been renamed to beg and end_cat has been renamed to end.
  • The tree and raw schema keys have been removed, as they were too hard to use anyway. The same functionality can be achieved using thebeg and end keys.

Version 0.48

22 May 07:42

Choose a tag to compare

  • Fixed the support for Gtk3. (thanks @notramo) (#7)
  • Added use strict; to the generated menu file.
  • Added "/usr/share/applications/kde4" and "~/.local/share/applications" to desktop_files_paths.

Version 0.47

21 Oct 16:37

Choose a tag to compare

  • Absolute paths are now used for the config.pl, schema.pl and menu.pl files in the generated menu. (33acad8)

Verstion 0.46

17 Oct 21:09

Choose a tag to compare

  • 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

13 May 16:35

Choose a tag to compare

What's new:

  • Support for changing the systray icon via $CONFIG{menutray_icon}. (2b90c51)

Version 0.44

20 Nov 20:50

Choose a tag to compare

What's new:

  • Bug-fix: fixed some segmentation faults when Restart or Exit is clicked (b54d1a3)
  • Changed the icons inside the Menutray submenu (50aae63)
  • Added /usr/local/share/applications to the desktop_files_paths array (3945ae1)