<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar/src/Xmobar/App, branch 0.38</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.38</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.38'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2021-03-18T16:52:22Z</updated>
<entry>
<title>Fix typo `DRTSOPTS` -&gt; `RTSOPTS`</title>
<updated>2021-03-18T16:52:22Z</updated>
<author>
<name>Claudio Bley</name>
<email>claudio.bley@gmail.com</email>
</author>
<published>2021-03-18T16:52:22Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=61d075d3c275366c3344d59c058d7dd0baf21ef2'/>
<id>urn:sha1:61d075d3c275366c3344d59c058d7dd0baf21ef2</id>
<content type='text'>
The cpp option `-DRTSOPTS` results in `RTSOPTS` being defined.</content>
</entry>
<entry>
<title>Fix crash on &lt;fn=1&gt;x&lt;/fn&gt; when no additional fonts are specified</title>
<updated>2020-11-15T16:45:12Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2020-11-15T16:38:12Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=c7c26b047919b8f365b7fa79a958812ca2f77a01'/>
<id>urn:sha1:c7c26b047919b8f365b7fa79a958812ca2f77a01</id>
<content type='text'>
This fixes the following crash that happens with the default xmobar
configuration (using HOME=/ makes xmobar ignore ~/.xmobarrc):

    $ echo "&lt;fn=1&gt;x&lt;/fn&gt;" | HOME=/ xmobar
    xmobar: Prelude.!!: index too large

Commit 3e9e1cb9d300 ("Fix crashes/busy looping happening via index")
meant to fix this but apparently it only fixed indexing of fontlist, not
voffs, so the crash was still there.

Fixes: https://github.com/jaor/xmobar/issues/504
</content>
</entry>
<entry>
<title>additionalFonts command-line option: --add-font</title>
<updated>2020-10-09T18:09:30Z</updated>
<author>
<name>ivanbrennan</name>
<email>ivan.brennan@gmail.com</email>
</author>
<published>2020-09-21T12:28:23Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=796ad3a045528642495db549d3d870cfa34933da'/>
<id>urn:sha1:796ad3a045528642495db549d3d870cfa34933da</id>
<content type='text'>
Provide an option the user can specify any number of times to add to the
additionalFonts config field.
</content>
</entry>
<entry>
<title>hlinting</title>
<updated>2020-10-09T16:51:07Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-10-09T16:51:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=407866c433735e510b6bde2d06e2a18cff22c470'/>
<id>urn:sha1:407866c433735e510b6bde2d06e2a18cff22c470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor ColorInfo to TextRenderInfo</title>
<updated>2020-08-07T17:49:33Z</updated>
<author>
<name>Unoqwy</name>
<email>julien.qwy@gmail.com</email>
</author>
<published>2020-07-24T08:22:49Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=afc7a9eff0c3b65b0df83e05dd90d2c2c8202a6c'/>
<id>urn:sha1:afc7a9eff0c3b65b0df83e05dd90d2c2c8202a6c</id>
<content type='text'>
ColorInfo contains background offsets, it is no longer only about colors
TextRenderInfo can hold information such as color, offsets, etc
</content>
</entry>
<entry>
<title>Allow font bg to be taller (or smaller)</title>
<updated>2020-08-07T17:49:26Z</updated>
<author>
<name>Unoqwy</name>
<email>julien.qwy@gmail.com</email>
</author>
<published>2020-07-23T23:53:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=43d1dc71f9900986168458d3af281453f41df966'/>
<id>urn:sha1:43d1dc71f9900986168458d3af281453f41df966</id>
<content type='text'>
Implemented only for XFT fonts.
Adds a new "part" in the fc tag.
&gt; Example: &lt;fc=white,gray:0&gt;foo bar&lt;/fc&gt; will make the font background
as tall as the bar (absolute offset, here set to 0 for both top &amp;
bottom)
Changes ColorString to ColorInfo, containing both top and bottom
offsets. The "colors string" is still in only one string.
</content>
</entry>
<entry>
<title>Redundant imports (mostly &lt;$&gt;) removed</title>
<updated>2020-08-07T02:33:15Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-07T02:33:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=0e7c39d9ec6719a32eec0b696d7167faf6598757'/>
<id>urn:sha1:0e7c39d9ec6719a32eec0b696d7167faf6598757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't get confused by empty configuration dirs (fixes #313)</title>
<updated>2020-08-07T02:26:20Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2020-08-07T02:18:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=f60a105dbd866cb1ac23fb3277ff42f896c7f056'/>
<id>urn:sha1:f60a105dbd866cb1ac23fb3277ff42f896c7f056</id>
<content type='text'>
By checking full paths, instead of just dirs (option 1).
</content>
</entry>
<entry>
<title>Fix crashes/busy looping happening via index</title>
<updated>2020-05-10T14:13:56Z</updated>
<author>
<name>Sibi Prabakaran</name>
<email>sibi@psibi.in</email>
</author>
<published>2020-05-10T14:13:56Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3e9e1cb9d300e13109206496d825351c4f41cc1c'/>
<id>urn:sha1:3e9e1cb9d300e13109206496d825351c4f41cc1c</id>
<content type='text'>
Right now, with the `StdinReader` plugin enabled - you can crash/cause
busy looping of xmobar if the following html file is opened:

```
&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;hello &lt;fn=1&gt;string&lt;/fn&gt; &lt;/title&gt;
&lt;/head&gt;
&lt;/html&gt;
```

More details about this bug is here:
https://github.com/jaor/xmobar/issues/442#issuecomment-625706001

This MR also fixes another bug which produces a crash in xmobar if you
pass non integer items between fn:

&lt;fn=crash&gt;
</content>
</entry>
<entry>
<title>Add trailing linefeed to --version output.</title>
<updated>2020-04-12T00:28:15Z</updated>
<author>
<name>Zev Weiss</name>
<email>zev@bewilderbeest.net</email>
</author>
<published>2020-04-02T04:48:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=6e7b0cf99bab8329fe898addaf9497e3c56a5010'/>
<id>urn:sha1:6e7b0cf99bab8329fe898addaf9497e3c56a5010</id>
<content type='text'>
</content>
</entry>
</feed>
