<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmobar, branch 0.26</title>
<subtitle>a minimalistic status bar</subtitle>
<id>https://jao.io/cgit/xmobar/atom?h=0.26</id>
<link rel='self' href='https://jao.io/cgit/xmobar/atom?h=0.26'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/'/>
<updated>2018-04-06T18:09:46Z</updated>
<entry>
<title>Version 0.26</title>
<updated>2018-04-06T18:09:46Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-04-06T18:06:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=f897fbe3645d5af96197ee6b9c2dc547f5c036cf'/>
<id>urn:sha1:f897fbe3645d5af96197ee6b9c2dc547f5c036cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog for latest fixes</title>
<updated>2018-04-05T13:49:53Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-04-05T13:49:53Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=660af6973712cb938b885166a6bcc9f68373c650'/>
<id>urn:sha1:660af6973712cb938b885166a6bcc9f68373c650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Net: fix race condition in netParser/readNetDev/isUp</title>
<updated>2018-04-05T08:45:19Z</updated>
<author>
<name>Tomas Janousek</name>
<email>tomi@nomi.cz</email>
</author>
<published>2017-11-04T19:07:30Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3b88faefe7a2a512ebf2dcde4f3cdb3e89b98393'/>
<id>urn:sha1:3b88faefe7a2a512ebf2dcde4f3cdb3e89b98393</id>
<content type='text'>
It's possible (and happens) that netParser sees a device that is no
longer there when we get to isUp. This happens almost every time I
resume from suspend and the WWAN card (USB device) reappears, and
results in xmobar showing the exception until I restart it.

Originally I tried

    tryJust (guard . isDoesNotExistError) (B.readFile (operstateDir d))

and it worked for a while but in recent kernels it's possible to open
the file and have the device disappear before we get to reading the
contents of it, so we need to surround the whole open/read block in
catchIOError and make sure it's evaluated.
</content>
</entry>
<entry>
<title>Upper bound for dbus (&lt; 1.0).  Fixes #345.</title>
<updated>2018-03-28T22:49:51Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-03-28T22:49:51Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=40fd9dfe82a734057640b4495ed5d8d93531c4fc'/>
<id>urn:sha1:40fd9dfe82a734057640b4495ed5d8d93531c4fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog update</title>
<updated>2018-03-18T03:27:10Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-03-18T03:27:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=14122cd7dd6dbd30b5836a69e03a365eab31b247'/>
<id>urn:sha1:14122cd7dd6dbd30b5836a69e03a365eab31b247</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fallback icon support to MultiCpu</title>
<updated>2018-03-17T23:00:10Z</updated>
<author>
<name>bobtwinkles</name>
<email>srkoser+GitHub@gmail.com</email>
</author>
<published>2018-03-17T23:00:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=cb38935826d4edf1e75594fd554ff690f820c6d4'/>
<id>urn:sha1:cb38935826d4edf1e75594fd554ff690f820c6d4</id>
<content type='text'>
To make the &lt;autoipat&gt; pattern truly automatic, there needs to be a fallback
icon set to use when the user hasn't specified enough --load-icon-patterns.
This adds the fallback under the name --fallback-icon-pattern
</content>
</entry>
<entry>
<title>Credits for Olivier Schneider</title>
<updated>2018-03-08T02:56:12Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-03-08T02:56:12Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=bcd8cef356be623f32ea1e0f79bca1f8986fdee7'/>
<id>urn:sha1:bcd8cef356be623f32ea1e0f79bca1f8986fdee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ellipsis option for Monitor's fields and total text</title>
<updated>2018-03-07T19:39:21Z</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier.schneider@kolabnow.com</email>
</author>
<published>2018-03-03T14:50:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=ae37e13986b45150f69d7cfa2555cf6b22ccc3c9'/>
<id>urn:sha1:ae37e13986b45150f69d7cfa2555cf6b22ccc3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Spurious flag in travis file removed"</title>
<updated>2018-02-25T11:05:50Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-02-25T11:05:50Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=2e28ddc842efeb7835ebfc04bb346c2faae54873'/>
<id>urn:sha1:2e28ddc842efeb7835ebfc04bb346c2faae54873</id>
<content type='text'>
This reverts commit 3e6e34465e8b6cacf762866239666fb72e685acc.
</content>
</entry>
<entry>
<title>Spurious flag in travis file removed</title>
<updated>2018-02-24T22:26:32Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2018-02-24T22:26:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/xmobar/commit/?id=3e6e34465e8b6cacf762866239666fb72e685acc'/>
<id>urn:sha1:3e6e34465e8b6cacf762866239666fb72e685acc</id>
<content type='text'>
</content>
</entry>
</feed>
