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)
Changes: https://gitlab.com/o9000/tint2/blob/0.13/ChangeLog
Documentation: manual.html
Compile it with (after you install the dependencies):
git clone https://gitlab.com/o9000/tint2.git
+Latest stable release: 0.13.1
Changes: https://gitlab.com/o9000/tint2/blob/0.13.1/ChangeLog
Documentation: manual.html
Compile it with (after you install the dependencies):
git clone https://gitlab.com/o9000/tint2.git
cd tint2
-git checkout 0.13
+git checkout 0.13.1
mkdir build
cd build
cmake ..
@@ -256,7 +256,7 @@ make -j4
Screenshots
Default config:

Various configs:

Demos
-- 0.13: Compact panel, separator, color gradients
+- 0.13.1: Compact panel, separator, color gradients
- 0.12.4: Executor
- 0.12.3: Mouse over effects
- 0.12: Distribute size between taskbars, freespace
diff --git a/doc/tint2.1 b/doc/tint2.1
index 13aa63a..04b4b51 100644
--- a/doc/tint2.1
+++ b/doc/tint2.1
@@ -1,4 +1,4 @@
-.TH TINT2 1 "2017\-03\-04"
+.TH TINT2 1 "2017\-03\-12"
.SH NAME
.PP
tint2 \- lightweight panel/taskbar
@@ -570,7 +570,7 @@ The action semantics:
.IP \(bu 2
\fB\fCsystray_monitor = integer (1, 2, ...)\fR : On which monitor to draw the systray. The first monitor is \fB\fC1\fR\&. \fI(since 0.12)\fP
.IP \(bu 2
-\fB\fCsystray_name_filter = string\fR : Regular expression to identify icon names to be hidden. For example, \fB\fC^audacious$\fR will hide icons with the exact name \fB\fCaudacious\fR, while \fB\fCaud\fR will hide any icons having \fB\fCaud\fR in the name. \fI(since 0.14)\fP
+\fB\fCsystray_name_filter = string\fR : Regular expression to identify icon names to be hidden. For example, \fB\fC^audacious$\fR will hide icons with the exact name \fB\fCaudacious\fR, while \fB\fCaud\fR will hide any icons having \fB\fCaud\fR in the name. \fI(since 0.13.1)\fP
.RE
.SS Clock
.RS
diff --git a/doc/tint2.md b/doc/tint2.md
index f1a8e2c..fdeac86 100644
--- a/doc/tint2.md
+++ b/doc/tint2.md
@@ -1,4 +1,4 @@
-# TINT2 1 "2017-03-04"
+# TINT2 1 "2017-03-12"
## NAME
tint2 - lightweight panel/taskbar
@@ -463,7 +463,7 @@ The action semantics:
* `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