From 8242b494bc0351d42a76450618e22494c9cbb7ff Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 30 Dec 2017 09:29:29 +0000 Subject: [PATCH] Release 16.1 --- ChangeLog | 3 ++- README.md | 6 +++--- doc/manual.html | 2 +- doc/readme.html | 4 ++-- doc/tint2.1 | 2 +- doc/tint2.md | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8a2d89..c2fd23d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2017-12-29 master +2017-12-30 16.1 - Fixes: - Fixed several use-after-free errors in the timer code - Merged patches and fixed other warnings on OpenBSD @@ -984,3 +984,4 @@ released tint-0.2 . . . +. diff --git a/README.md b/README.md index 7b747c4..4a370f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 16.0 -Changes: https://gitlab.com/o9000/tint2/blob/16.0/ChangeLog +# Latest stable release: 16.1 +Changes: https://gitlab.com/o9000/tint2/blob/16.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 16.0 +git checkout 16.1 mkdir build cd build cmake .. diff --git a/doc/manual.html b/doc/manual.html index def619a..7db2afd 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -605,7 +605,7 @@ panel_size = 94% 30
  • execp_cache_icon = boolean (0 or 1) : If execp_cache_icon = 0, the image is reloaded each time the command is executed (useful if the image file is changed on disk by the program executed by execp_command). (since 0.12.4)

  • execp_icon_w = integer : You can use execp_icon_w and execp_icon_h to resize the image. If one of them is zero/missing, the image is rescaled proportionally. If both of them are zero/missing, the image is not rescaled. (since 0.12.4)

  • execp_icon_h = integer : See execp_icon_w. (since 0.12.4)

  • -
  • execp_tooltip = text : The tooltip. If left empty, no tooltip is displayed. If missing, the standard error of the command is shown as a tooltip (an ANSI clear screen sequence can reset the contents, bash: printf '\e[2J', C: printf("\x1b[2J");). If the standard error is empty, the tooltip will show information about the time when the command was last executed. (since 0.12.4)

  • +
  • execp_tooltip = text : The tooltip. If left empty, no tooltip is displayed. If missing, the standard error of the command is shown as a tooltip (an ANSI clear screen sequence can reset the contents, bash: printf '\e[2J', C: printf("\x1b[2J");). If the standard error is empty, the tooltip will show information about the time when the command was last executed. (since 0.12.4)

  • execp_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE] : The font used to draw the text. (since 0.12.4)

  • execp_font_color = color opacity : The font color. (since 0.12.4)

  • execp_markup = boolean (0 or 1) : If non-zero, the output of the command is treated as Pango markup, which allows rich text formatting. The format is documented here. Note that using this with commands that print data downloaded from the Internet is a possible security risk. (since 0.12.4)

  • diff --git a/doc/readme.html b/doc/readme.html index 4fcfff2..51456d7 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -199,9 +199,9 @@ pre { -

    Latest stable release: 16.0

    Changes: https://gitlab.com/o9000/tint2/blob/16.0/ChangeLog

    Documentation: manual.html

    Compile it with (after you install the dependencies):

    git clone https://gitlab.com/o9000/tint2.git
    +

    Latest stable release: 16.1

    Changes: https://gitlab.com/o9000/tint2/blob/16.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 16.0
    +git checkout 16.1
     mkdir build
     cd build
     cmake ..
    diff --git a/doc/tint2.1 b/doc/tint2.1
    index 1a95f08..466ac2f 100644
    --- a/doc/tint2.1
    +++ b/doc/tint2.1
    @@ -1,4 +1,4 @@
    -.TH TINT2 1 "2017\-12\-20" 16.0
    +.TH TINT2 1 "2017\-12\-30" 16.1
     .SH NAME
     .PP
     tint2 \- lightweight panel/taskbar
    diff --git a/doc/tint2.md b/doc/tint2.md
    index 7bf6f01..4a7fc36 100644
    --- a/doc/tint2.md
    +++ b/doc/tint2.md
    @@ -1,4 +1,4 @@
    -# TINT2 1 "2017-12-20" 16.0
    +# TINT2 1 "2017-12-30" 16.1
     
     ## NAME
     tint2 - lightweight panel/taskbar