-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
55 lines (43 loc) · 1.66 KB
/
CHANGELOG
File metadata and controls
55 lines (43 loc) · 1.66 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
v1.14 (2026-01-18)
* remove debugging
* fix search of icons in directories that don't have a "16x16" component
v1.13 (2026-01-17)
* extensive work to ensure all entries have right invocations and icons etc
* store commands internally by name to eliminate duplicates
* more work to make 'minimum items in group' work
v1.12 (2024-03-09)
* icon search now case-insensitive,
* split code up into multiple files
* added makefile and 'make install'
v1.11 (2022-10-22)
* Added xmenu, ctrlmenu, moonwm and fvwm
v1.10 (2022-06-09)
* add pattern-match support for overrides
* support ~/.config/menubuilder.conf
v1.7 (2020-07-10)
* much faster icon search (at the cost of using more memory)
* initial work on openbox
v1.6 (2020-05-08)
* added -misc and -submenu options to deal with groups that have few items
v1.5 (2020-01-12)
* rework parsing of .desktop files
* Better icon searching.
* Bugfix for .desktopfiles requiring read/write access to be imported
* Better menu for blackbox.
* Fix for misparse of 'Category' option in desktop files
* fix for .desktop file paths with spaces
* allow items from .desktop files to be added to faves
v1.4 (2019-12-23)
* fix for apps defined in desktop files that must be run in a particular directory
* changes for better handling of app launching under blackbox.
* Run apps under a shell if needed.
v1.3 (2019-11-24)
* Added pwm to supported window managers
* fixes for pekwm
v1.2 (2019-11-22)
* --help option added,
* specifying multiple window managers now actually works
v1.1 (2019-02-25)
* Fixes for app exit if ICON_PATH is null or icons can't be found.
v1.0 (2019-02-17)
* initial release