File: 4.3.0.txt

package info (click to toggle)
jgmenu 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,464 kB
  • sloc: ansic: 13,215; perl: 4,953; sh: 3,009; python: 600; makefile: 294; xml: 98
file content (32 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
jgmenu v4.3.0 release notes
===========================

Updates since v4.2.1
--------------------

  * Add gradient support for menu window background. Use config options
    menu_gradient_pos and color_menu_bg_to. Written-by: @Artideusz

  * Survive locales which are not supported by X11, for example en_HK.UTF-8

  * Safely handle main event loop signals when X11 struggles to keep up
    under extreme load or on very old machines
    
  * obtheme: set color_title_border correctly (issue #142)
    Reported-by: @johnraff

  * obtheme: parse menu.overlap.x (issue #136). Reported-by: @johnraff

  * gtktheme: set title colours to match main menu. Written-by: @johnraff

  * Add persistent mode config options and --persistent command line
    option. When enabled, the menu does not exit or hide when it normally
    would, for example on selecting an item or pressing escape.
    Written-by: @phedders

  * Add ^quit() markup. This simply exits and is designed to work with
    the persistent mode.  Written-by: @phedders

  * Add contib/ file jgmenu-unicode-icons.sh (PR #124)
    Written-by: @wsdfhjxc