File: 2.2.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 (28 lines) | stat: -rw-r--r-- 852 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
jgmenu v2.2 release notes
=========================

Updates since v2.1
------------------

  * Fix --hide-on-startup bug

  * Add 'obtheme' module which:
    
      - Reads content of <theme><name></name></theme> in openbox's rc.xml
      - Finds and parses the associated openbox-3/themerc file
      - Sets the corresponding jgmenurc key/value pairs
    
    Thanks to @hhhorb for suggesting this

  * Improvements to 'init' module:

      - add --apply-obtheme (as a wrapper for the new obtheme module)
      - use pmenu if ob does not exist for lab themes
      - add "missing" option to interactive mode
      - do not launch jgmenu on theme change
      - only backup when needed

  * Add config options color_title_{fg,bg,border} (where title refers
    to a separator with text)

  * tests/helper/Makefile: disable ASAN by default (issue #84)