-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
65 lines (48 loc) · 2.25 KB
/
NEWS
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
56
57
58
59
60
61
62
63
64
65
0.8 news
- Remote control. Now it is possible to execute clicks on icons windows from
command line. See documentation on --remote-click option for more info
- Support for window struts EWMH property: now maximized windows do not cover
stalonetray window. See documentation on --window-strut option for more info.
- In addition to --icon-size which defines default icon size, now there is also
a --slot-size which defines size of slot containing an icon.
- Initial and maximal tray window dimensions are now specified in slot_size
multiples
- Scrollbars: now tray window has extra border, which user can click on to
scroll icon area. This means that one can have fixed-size tray window
(usefull when it is swallowed by FvwmButtons). See documentation on
--scrollbars option for more info. This feature is experimental.
- Semi-ugly support for WindowMaker dockapp mode. See documentation on
--dockapp-mode option for more info.
Notable fixes:
- fix NetBSD build bug
- fix EWMH window type support
Some command line and configuration file options were depricated, see DEPRICATIONS section of manpage for more info.
0.7.6 news
- fix bug with sticky mode under Openbox
- fix bug with dissappearing window under WindowMaker (sf.net bug #1858069)
- fix layout bug which prevented tray to shrink properly
- fix resizing bug when grow gravity seemed to be ignored
- fix regression: KDE icons are collected at startup again
- fix focus model so that it (more-or-less) matches ICCM
0.7.5 news
- fix silly bug with window states (sticky works now)
- code cleanup in xembed implementation
0.7.4 news
- fix sample rc file (Debian bug #446899)
- fix fallback support mode for KDE icons (now KDE icons
work in Xmonad)
- detect if stalonetrays` window is no longer toplevel
and do not try to fix geometry (fixes excessive CPU
usage as reported in Debian bug #444748)
0.7.3 news
- fix freedesktop.org icons support on amd64 (Debian bug #445056)
0.7.2 news
- fix typo in parameter name for maximal tray height (Debian bug #444717)
0.7.1 news:
- fix crash on invalid rc file (Debian bug #443543)
- fix occasional KDE icons dissapearance (sf.net bug #1676375)
0.7 release highlights:
- tinting and fuzzy edges
- layout improvements
- XEMBED imlementation fixes
- massive code cleanup