diff --git a/ChangeLog b/ChangeLog index e8cd9b9..47d1e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2017-02-19 master +2017-03-04 0.13 - Fixes: - Ignore monitors with size 0, fixing crash (issue #618) - Battery: support Asus Chromebook Flip C100PA (issue #616) @@ -10,6 +10,7 @@ - Gradient backgrounds (contributed by Oskari Rauta) - New option: panel_shrink (fixes issue #333) - Support for Path in .desktop files (contributed by Michael Messmore) + - Tint2conf start up is much faster - New plugin: separator (contributed by Oskari Rauta) 2016-08-02 0.12.12 diff --git a/README.md b/README.md index e36c403..0caa4de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 0.12.12 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/ChangeLog +# Latest stable release: 0.13 +Changes: https://gitlab.com/o9000/tint2/blob/0.13/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.12.12 +git checkout 0.13 mkdir build cd build cmake .. diff --git a/doc/manual.html b/doc/manual.html index e8d6332..0555916 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -388,7 +388,7 @@ panel_size = 94% 30
panel_shrink = boolean (0 or 1)
: If set to 1, the panel will shrink to a compact size dynamically.
panel_shrink = boolean (0 or 1)
: If set to 1, the panel will shrink to a compact size dynamically. (since 0.13)
panel_margin = horizontal_margin vertical_margin
: The margins define the distance between the panel and the horizontal/vertical monitor edge. Use 0
to obtain a panel with the same size as the edge of the monitor (no margin).
taskbar_hide_if_empty = boolean (0 or 1)
: If enabled, in multi-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden.
taskbar_hide_if_empty = boolean (0 or 1)
: If enabled, in multi-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden. (since 0.13)
taskbar_distribute_size = boolean (0 or 1)
: If enabled, in multi-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. (since 0.12)
taskbar_padding = horizontal_padding vertical_padding spacing
Changes: https://gitlab.com/o9000/tint2/blob/0.12.12/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
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
cd tint2
-git checkout 0.12.12
+git checkout 0.13
mkdir build
cd build
cmake ..
@@ -244,7 +244,7 @@ make -j4
How can I help out?
- Report bugs and ask questions on the issue tracker;
-- Contribute to the development by helping us fix bugs and suggesting new features.
+- Contribute to the development by helping us fix bugs and suggesting new features. Please read the contribution guide: CONTRIBUTING.md
Links
diff --git a/doc/tint2.1 b/doc/tint2.1
index bb66ddd..82b7c8d 100644
--- a/doc/tint2.1
+++ b/doc/tint2.1
@@ -1,4 +1,4 @@
-.TH TINT2 1 "2016\-05\-22"
+.TH TINT2 1 "2017\-03\-04"
.SH NAME
.PP
tint2 \- lightweight panel/taskbar
@@ -339,7 +339,7 @@ panel_size = 94% 30
.RE
.RS
.IP \(bu 2
-\fB\fCpanel_shrink = boolean (0 or 1)\fR : If set to 1, the panel will shrink to a compact size dynamically.
+\fB\fCpanel_shrink = boolean (0 or 1)\fR : If set to 1, the panel will shrink to a compact size dynamically. \fI(since 0.13)\fP
.IP \(bu 2
\fB\fCpanel_margin = horizontal_margin vertical_margin\fR : The margins define the distance between the panel and the horizontal/vertical monitor edge. Use \fB\fC0\fR to obtain a panel with the same size as the edge of the monitor (no margin).
.RE
@@ -433,7 +433,7 @@ You can switch between virtual desktops.
.RE
.RE
.IP \(bu 2
-\fB\fCtaskbar_hide_if_empty = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden.
+\fB\fCtaskbar_hide_if_empty = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode the taskbars corresponding to empty desktops different from the current desktop are hidden. \fI(since 0.13)\fP
.IP \(bu 2
\fB\fCtaskbar_distribute_size = boolean (0 or 1)\fR : If enabled, in multi\-desktop mode distributes between taskbars the available size proportionally to the number of tasks. Default: disabled. \fI(since 0.12)\fP
.IP \(bu 2
diff --git a/doc/tint2.md b/doc/tint2.md
index 62a37e9..1da8212 100644
--- a/doc/tint2.md
+++ b/doc/tint2.md
@@ -1,4 +1,4 @@
-# TINT2 1 "2016-05-22"
+# TINT2 1 "2017-03-04"
## NAME
tint2 - lightweight panel/taskbar