diff --git a/ChangeLog b/ChangeLog index 5c5adc5..3becf39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2017-03-04 master +2017-03-12 0.13.1 - Fixes: - Fixed compilation with new glibc (issue #625) - Fixed regression in distributing size between taskbars (issue #628) diff --git a/README.md b/README.md index ddc3aa3..c7065b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 0.13 -Changes: https://gitlab.com/o9000/tint2/blob/0.13/ChangeLog +# Latest stable release: 0.13.1 +Changes: https://gitlab.com/o9000/tint2/blob/0.13.1/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md) @@ -8,7 +8,7 @@ Compile it with (after you install the [dependencies](https://gitlab.com/o9000/t ``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.13 +git checkout 0.13.1 mkdir build cd build cmake .. @@ -87,7 +87,7 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif ## Demos -* 0.13: [Compact panel, separator, color gradients](https://gitlab.com/o9000/tint2/wikis/whats-new-0.13.0.gif) +* 0.13.1: [Compact panel, separator, color gradients](https://gitlab.com/o9000/tint2/wikis/whats-new-0.13.1.0.gif) * 0.12.4: [Executor](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.4.gif) * 0.12.3: [Mouse over effects](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.3.gif) * 0.12: [Distribute size between taskbars, freespace](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.gif) diff --git a/doc/manual.html b/doc/manual.html index e43f719..f223a9c 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -522,7 +522,7 @@ panel_size = 94% 30
  • systray_icon_size = max_icon_size : Set the maximum system tray icon size to number. Set to 0 for automatic icon sizing.

  • systray_icon_asb = alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100) : Adjust the systray icons color and transparency.

  • systray_monitor = integer (1, 2, ...) : On which monitor to draw the systray. The first monitor is 1. (since 0.12)

  • -
  • systray_name_filter = string : Regular expression to identify icon names to be hidden. For example, ^audacious$ will hide icons with the exact name audacious, while aud will hide any icons having aud in the name. (since 0.14)

  • +
  • systray_name_filter = string : Regular expression to identify icon names to be hidden. For example, ^audacious$ will hide icons with the exact name audacious, while aud will hide any icons having aud in the name. (since 0.13.1)

  • Clock

    Screenshots

    Default config:

    Screenshot_2016-01-23_14-42-57

    Various configs:

    screenshot

    Demos