-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Release 0.2.0 (2016-02-12 Sorokin Alexei <[email protected]>) | ||
=============================================================== | ||
|
||
Restore Qt backend 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 backend is the default one, except for KDE and LXQt where | ||
Qt is defaulted instead. Note that one can select desired backend | ||
manually with $FUSION_ICON_BACKEND 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 <[email protected]>) | ||
================================================================ | ||
|
||
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 <[email protected]>) | ||
================================================================== | ||
|
||
Add Gtk3 backend. | ||
|
||
Drop Gtk2 and Qt4 backends. | ||
|
||
If no options are available, do not show the menu. | ||
|
||
Add Marco support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.2 | ||
0.2.0 |