-
Notifications
You must be signed in to change notification settings - Fork 9
/
NEWS
82 lines (49 loc) · 2.54 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Release 0.2.4 (2017-06-10 Sorokin Alexei <sor.alexei@meowr.ru>)
===============================================================
Make the application ID for SNI the same as in
AppIndicator in Qt5: "Fusion Icon". Can affect the icon ordering.
Stop using fusion-icon-panel in the Qt frontend.
The icon is expected to sometimes be symbolic.
Hence explicit lookup for it can cause problems.
Implement left-click action with SNI on Qt5.
Open menu on "secondary action" in GTK+3.
Fix an issue with Python 3.
Release 0.2.3 (2017-04-18 Sorokin Alexei <sor.alexei@meowr.ru>)
===============================================================
Fix fail to fallback from GTK+ if deps are not met.
Add Python3 support.
Use /usr/local as a default prefix path.
Release 0.2.2 (2016-03-09 Sorokin Alexei <sor.alexei@meowr.ru>)
===============================================================
Fix a crash in some cases caused by an error in DE detection.
Acknowledge fusion-icon-panel icon in Qt frontend.
Some minor fixes.
Release 0.2.1 (2016-02-21 Sorokin Alexei <sor.alexei@meowr.ru>)
===============================================================
Add left click action on Qt frontend.
Fix an icon of Emerald Theme Manager 0.8.12.1 on Gtk frontend.
Release 0.2.0 (2016-02-12 Sorokin Alexei <sor.alexei@meowr.ru>)
===============================================================
Restore Qt frontend with fixes, menu entry icons and Qt5 support
(Qt version is selectable via --with-qt=4.0/5.0 setup.py arg).
Restore Gtk2 support (selectable via --with-gtk=2.0/3.0 setup.py
argument).
Gtk frontend is the default one, except for KDE and LXQt where
Qt is defaulted instead. Note that one can select desired frontend
manually with $FUSION_ICON_INTERFACE environment variable.
Replace icons for Window Manager and Window Decorator entries with
icons from icon themes (were from deprecated GtkStock).
Drop mate-window-decorator.py hacks as script itself was removed.
Release 0.1.2 (2015-12-20 Sorokin Alexei <sor.alexei@meowr.ru>)
================================================================
Create the tray icon using appindicators (SNI-tray).
Actualise desktop environments detection.
Use mate-window-decorator instead of setting Marco theme manually.
Add partial Compiz 0.9.x support.
Make it possible to set fusion-icon as a WM in MATE.
Release 0.1.1 (2015-11-20 Wolfgang Ulbrich <chat-to-me@raveit.de>)
==================================================================
Add Gtk3 frontend.
Drop Gtk2 and Qt4 frontends.
If no options are available, do not show the menu.
Add Marco support.