Updated changelog

This commit is contained in:
o9000 2016-01-03 21:58:13 +00:00
parent 90521c492f
commit 1013791b35

View file

@ -1,8 +1,12 @@
2015-12-23 master
2016-01-03 master
- Enhancements:
- Support for NETWM viewports (as in Compiz) (issue #94)
- The default desktop font (Gtk/FontName from XSettings) is used when a font is not specified in the config file
- When no fonts are specified in the config, tint2 picks up the default font of the desktop environment via XSettings
- Tint2 dumps a stack trace to stderr and ~/.tint2-crash.log in case of a crash
- Tint2 attempts to restart itself after a crash, but only if it has been running for more than 30 seconds
- Pixmaps are cached instead of always redrawn between different button states when mouse effects are enabled,
to improve performance
- New config options:
- Executor: new plugin that displays the output of a command in the panel (issue #161)
- New taskbar sort order options: least-recently-used (lru), most-recently-used (mru) (issue #532)
@ -11,6 +15,7 @@
- Battery changes visibility correctly (issue #531)
- Reverted the window flags back to the value in 0.11 to make sure the window manager detects that tint2 is a panel
(fixes issue #537, breaks issue #455)
- Fixed a rare crash caused by the system tray code
2015-11-12 0.12.3
- Enhancements:
- Battery: Multiple batteries are now supported under Linux (issue #139;